eog/libeog
Lucas Rocha 940fda6932 Use one single function when changing single selection instead of six too
2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>

        * libeog/eog-wrap-list.c: (eog_wrap_list_select_single),
        (eog_wrap_list_key_press_cb): Use one single function when changing
        single selection instead of six too similar ones (Closes #321395).
        Patch from Claudio Saavedra <csaavedra@alumnos.utalca.cl>.
        * libeog/eog-wrap-list.h: Added EogWrapListSelectChange enum and
        updated headers as needed.
        * shell/eog-window.c: (verb_Go_cb): Call new function
        eog_wrap_list_select_single () instead old ones.
2005-11-14 04:18:11 +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
access.c Merging the accessibility patches from Muktha Narayan 2002-05-13 17:37:38 +00:00
access.h Merging the accessibility patches from Muktha Narayan 2002-05-13 17:37:38 +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 Fixed compiler warnings in libeog. 2003-03-01 13:45:25 +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 Merging the accessibility patches from Muktha Narayan 2002-05-13 17:37:38 +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 Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 Apply patches from Philip Van Hoof <pvanhoof@gnome.org> to update the 2005-07-10 19:48:35 +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 added option for show/hide image collection pane. keybinding for slideshow 2005-11-13 18:25:09 +00:00
eog-full-screen.c added option for show/hide image collection pane. keybinding for slideshow 2005-11-13 18:25:09 +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-horizontal-splitter.c Check for info_view != NULL. (create_user_interface): Create info view 2003-07-05 11:00:16 +00:00
eog-horizontal-splitter.h Check for info_view != NULL. (create_user_interface): Create info view 2003-07-05 11:00:16 +00:00
eog-image-cache.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 fix RGBA->RGB conversion when saving PNG images to JPEG (Fixes bug 2005-10-23 02:04:03 +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 added option for show/hide image collection pane. keybinding for slideshow 2005-11-13 18:25:09 +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 Renamed "Preview" to "Print Preview" fixes Bug 310470 2005-07-15 11:34:08 +00:00
eog-image-save-info.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 don't stomp on an already set GError. Fixes bug #320342. 2005-11-09 20:47:41 +00:00
eog-image.h Renamed "Preview" to "Print Preview" fixes Bug 310470 2005-07-15 11:34:08 +00:00
eog-info-view-detail.c Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 remove support for very old libexif version 0.5.12. Apply patch from Paolo 2005-07-02 00:29:48 +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 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.h Reworked this completely. Derived from GtkNotebook now with separate pages 2004-04-25 15:14:51 +00:00
eog-info-view.c fix width of the information pane that was too small (Fixes bug #313674). 2005-10-28 02:47:13 +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 libeog/eog-job-manager.c: Apply patch from Ross Burton 2005-08-09 15:20:26 +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 Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 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-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 Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 Page Up and Page Down keys scroll images up and down (Fixes bug #152364). 2005-11-05 04:37:12 +00:00
eog-scroll-view.h Apply patch from Paolo Borelli <pborelli@katamail.com> to make preferences 2005-06-25 02:12:03 +00:00
eog-thumbnail.c several build warning fixes (Fixes bug #318020). 2005-11-03 03:53:20 +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 Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +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 Apply patch from Kjartan Maraas <kmaraas@gnome.org>: config.h has to be 2005-06-23 23:15:17 +00:00
eog-uri-converter.h Replacing 'disjunct' by 'not all equal'. Fixes #148912. 2005-04-05 16:29:03 +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-vertical-splitter.c Check for info_view != NULL. (create_user_interface): Create info view 2003-07-05 11:00:16 +00:00
eog-vertical-splitter.h Check for info_view != NULL. (create_user_interface): Create info view 2003-07-05 11:00:16 +00:00
eog-wrap-list.c Use one single function when changing single selection instead of six too 2005-11-14 04:18:11 +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 move the file chooser helpers to the shell where they belong. Rename 2005-07-15 11:13:25 +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 Fixed logic typo. Patch by Telsa Gwynne, fixes - #130924. 2004-01-11 12:28:31 +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