eog/libeog
Felix Riemann d70c0a276d Optimize calculation of dy variable. It is now only calculated dest_height
2006-10-16  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-transform.c: (eog_transform_apply):
	Optimize calculation of dy variable. It is now only calculated
	dest_height times not dest_height*dest_width times.
2006-10-16 15:41:23 +00:00
..
cursors Initial revision 2001-03-27 22:21:52 +00:00
.cvsignore Added thumbnail generation stuff. (eog_image_load_thumbnail), 2003-02-21 11:48:36 +00:00
accessible-image-view-factory.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
accessible-image-view-factory.h replace "#ifdef __cplusplus" defines with the corresponding 2006-09-13 13:08:28 +00:00
accessible-image-view.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
accessible-image-view.h replace "#ifdef __cplusplus" defines with the corresponding 2006-09-13 13:08:28 +00:00
cursors.c Added invisible cursor data. (cursor_get): Made it a non public function. 2003-04-06 09:51:46 +00:00
cursors.h Added invisible cursor data. (cursor_get): Made it a non public function. 2003-04-06 09:51:46 +00:00
eog-canvas-pixbuf.c fix infinite loop on canvas group destruction (Fixed bug #350569). Patch 2006-09-04 17:57:27 +00:00
eog-canvas-pixbuf.h This is a fairly large patch, which makes fundamental changes. It is a 2004-05-25 05:55:24 +00:00
eog-collection-item.c making sure thumbnail is at least 1px large (Fixes bug #342817). Patch 2006-06-01 01:24:47 +00:00
eog-collection-item.h This is a fairly large patch, which makes fundamental changes. It is a 2004-05-25 05:55:24 +00:00
eog-config-keys.h respect the disable_save_to_disk gconf lockdown key (Fixed bug #341862). 2006-05-18 03:51:28 +00:00
eog-full-screen.c Replace deprecated g_strcasecmp() calls. 2006-10-15 10:39:16 +00:00
eog-full-screen.h implement a more consistent fullscreen/slide show behavior. Checkbox that 2005-10-30 02:52:23 +00:00
eog-image-cache.c replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE 2006-01-07 04:54:57 +00:00
eog-image-cache.h Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
eog-image-jpeg.c avoid losing EXIF data when saving changed jpeg images (Fixes bug 2006-07-13 15:38:49 +00:00
eog-image-jpeg.h Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
eog-image-list.c Fix previous commit. 2006-09-20 17:13:02 +00:00
eog-image-list.h added option for show/hide image collection pane. keybinding for slideshow 2005-11-13 18:25:09 +00:00
eog-image-private.h Replace undo stack GList with a sufficient GSList and replace some list 2006-09-27 10:14:26 +00:00
eog-image-save-info.c Replace deprecated g_strcasecmp() calls. 2006-10-15 10:39:16 +00:00
eog-image-save-info.h 'Save As' for single and multiple files. 2004-07-11 15:40:59 +00:00
eog-image.c Merge eog_image_load_exif_data_only() into eog_image_real_load() as they 2006-10-05 13:27:22 +00:00
eog-image.h Add image_lock/unlock methods to ensure that there are no race conditions 2006-07-24 19:05:14 +00:00
eog-info-view-detail.c replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE 2006-01-07 04:54:57 +00:00
eog-info-view-detail.h Reworked this completely. Derived from GtkNotebook now with separate pages 2004-04-25 15:14:51 +00:00
eog-info-view-exif.c replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE 2006-01-07 04:54:57 +00:00
eog-info-view-exif.h Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
eog-info-view-file.c replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE 2006-01-07 04:54:57 +00:00
eog-info-view-file.h Reworked this completely. Derived from GtkNotebook now with separate pages 2004-04-25 15:14:51 +00:00
eog-info-view.c fix crash when removing images from a directory with images that EOG is 2006-03-04 01:50:51 +00:00
eog-info-view.h Reworked this completely. Derived from GtkNotebook now with separate pages 2004-04-25 15:14:51 +00:00
eog-job-manager.c Add image_lock/unlock methods to ensure that there are no race conditions 2006-07-24 19:05:14 +00:00
eog-job-manager.h Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
eog-job.c Add image_lock/unlock methods to ensure that there are no race conditions 2006-07-24 19:05:14 +00:00
eog-job.h Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
eog-metadata-reader.c fix 64-bit pointer truncation (Fixes #331971). Patch from Pascal Hofstee 2006-02-22 20:59:33 +00:00
eog-metadata-reader.h More patches from Ross Burton improving the ICC profile support and make linking against -llcms optional. 2005-07-14 00:35:37 +00:00
eog-pixbuf-util.c several code cleanups. Patch from Kjartan Maraas <kmaraas@gnome.org>. 2005-11-18 05:00:24 +00:00
eog-pixbuf-util.h New function. (save_as_single_image): Assert that we can always determine 2004-07-26 16:48:38 +00:00
eog-scroll-view.c fix memory leak on image transformation (Fixes bug #349434). Patch from 2006-08-02 02:35:08 +00:00
eog-scroll-view.h Keyboard shortcuts revamp (Fixes bug #310455 partly). Patch from Jaap 2006-03-26 23:58:18 +00:00
eog-thumbnail.c avoid setting the error twice (Fixes bug #336652). 2006-03-31 23:36:03 +00:00
eog-thumbnail.h Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
eog-transform.c Optimize calculation of dy variable. It is now only calculated dest_height 2006-10-16 15:41:23 +00:00
eog-transform.h Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
eog-uri-converter.c replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE 2006-01-07 04:54:57 +00:00
eog-uri-converter.h several code cleanups. Patch from Kjartan Maraas <kmaraas@gnome.org>. 2005-11-18 05:00:24 +00:00
eog-util.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
eog-util.h New files, copy&pasted code from eel. configure.in, libeog/eog-image.c, 2004-10-21 18:53:35 +00:00
eog-wrap-list.c use mouse wheel to scroll, not to switch images (Fixes bug #331645). Patch 2006-09-07 01:28:24 +00:00
eog-wrap-list.h Use one single function when changing single selection instead of six too 2005-11-14 04:18:11 +00:00
libeog-marshal.list This is a fairly large patch, which makes fundamental changes. It is a 2004-05-25 05:55:24 +00:00
Makefile.am removed reference to removed files. obsolete files removed. 2006-05-18 03:06:15 +00:00
test-eog-job.c Apply patches from kmaraas@gnome.org (Kjartan Maraas): 2005-06-24 11:29:09 +00:00
test-image-load.c Merged the experimental-job-mgr branch back to head. 2005-03-14 20:35:13 +00:00
uta.c several code cleanups. Patch from Kjartan Maraas <kmaraas@gnome.org>. 2005-11-18 05:00:24 +00:00
uta.h Last night's preparations for 0.4 - Federico 2000-08-16 20:42:08 +00:00
zoom.c 2003-02-14 Jens Finke 2003-02-14 15:41:42 +00:00
zoom.h 2003-02-14 Jens Finke 2003-02-14 15:41:42 +00:00