Commit graph

339 commits

Author SHA1 Message Date
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
Felix Riemann 2f4a5ad918 Replace deprecated g_strcasecmp() calls.
2006-10-15  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-full-screen.c: (eog_full_screen_new):
	* libeog/eog-image-save-info.c: (is_local_uri):
	* shell/eog-preferences.c: (eog_preferences_show):
	* shell/eog-window.c: (transparency_changed_cb),
	(trans_color_changed_cb):
	Replace deprecated g_strcasecmp() calls.
2006-10-15 10:39:16 +00:00
Felix Riemann 54b7fc37f6 Replace file_exists() with identical gnome_vfs_uri_exists().
2006-10-09  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image-save-info.c: (eog_image_save_info_from_image),
	(eog_image_save_info_from_vfs_uri): Replace file_exists() with
	identical gnome_vfs_uri_exists().
2006-10-09 15:35:25 +00:00
Felix Riemann 5afe11757a Merge eog_image_load_exif_data_only() into eog_image_real_load() as they
2006-10-05  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image.c: (eog_image_real_load), (eog_image_load): Merge
	eog_image_load_exif_data_only() into eog_image_real_load() as they are
	mostly identical.
2006-10-05 13:27:22 +00:00
Felix Riemann 240b50154d Replace undo stack GList with a sufficient GSList and replace some list
2006-09-27  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image-private.h:
	* libeog/eog-image.c: (eog_image_dispose), (image_transform),
	(eog_image_undo), (eog_image_reset_modifications): Replace undo stack
	GList with a sufficient GSList and replace some list iteration loops
	with g_slist_foreach().
2006-09-27 10:14:26 +00:00
Claudio Saavedra b22bfcc7fc Fix previous commit. 2006-09-20 17:13:02 +00:00
Claudio Saavedra 6907a54ddd Check if given string is NULL. Fixes several critical warnings.
2006-09-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * libeog/eog-image-list.c: (is_supported_mime_type): Check if
        given string is NULL. Fixes several critical warnings.
2006-09-20 17:10:53 +00:00
Felix Riemann 0e1b98f377 replace "#ifdef __cplusplus" defines with the corresponding
2006-09-13  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/accessible-image-view-factory.h:
	* libeog/accessible-image-view.h: replace "#ifdef __cplusplus" defines
	with the corresponding G_(BEGIN/END)_DECLS macros.
2006-09-13 13:08:28 +00:00
Lucas Rocha be9e53209f use mouse wheel to scroll, not to switch images (Fixes bug #331645). Patch
2006-09-06  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-wrap-list.c (handle_canvas_scroll,
	eog_wrap_list_construct): use mouse wheel to scroll, not to switch
	images (Fixes bug #331645). Patch from Wouter Bolsterlee
	<wbolster@gnome.org>.
2006-09-07 01:28:24 +00:00
Lucas Rocha a39d313205 fix infinite loop on canvas group destruction (Fixed bug #350569). Patch
2006-09-04  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-canvas-pixbuf.c: fix infinite loop on canvas group
	destruction (Fixed bug #350569). Patch from Sven
	Herzberg <herzi@gnome-de.org>.
2006-09-04 17:57:27 +00:00
Lucas Rocha f5d9cef9a9 Update for 2.15.92 disable debug messages by default.
2006-08-21  Lucas Rocha  <lucasr@gnome.org>

	* NEWS: Update for 2.15.92
	* libeog/eog-image.c: disable debug messages by default.
2006-08-21 17:36:49 +00:00
Lucas Rocha 8b337a9531 make transparency color preferences work on full screen mode (Fixes bug
2006-08-11  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-full-screen.c (eog_full_screen_new): make transparency
	color preferences work on full screen mode (Fixes bug #346680).
	Patch from Felix Riemann <felix@hsgheli.de>.
2006-08-12 03:00:01 +00:00
Lucas Rocha 9f184edb54 fix critical warning when opening remote images (Fixes bug #350557).
2006-08-10  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c (eog_image_list_add_uris): fix critical
	warning when opening remote images (Fixes bug #350557).
2006-08-10 19:08:11 +00:00
Lucas Rocha 597b00d95e fix critical warning when opening remote images (Fixes bug #350557).
2006-08-10  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c (eog_image_list_add_uris): fix critical
	warning when opening remote images (Fixes bug #350557).
2006-08-10 18:28:34 +00:00
Lucas Rocha cd8f20bdbd panning around the image with up, down, left, and right keys (Fixes bug
2006-08-04  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-full-screen.c (eog_full_screen_key_press): panning
	around the image with up, down, left, and right keys (Fixes
	bug #347174).
2006-08-05 03:27:59 +00:00
Lucas Rocha dda6d90827 fix memory leak on image transformation (Fixes bug #349434). Patch from
2006-08-01  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-scroll-view.c (image_changed_cb): fix memory leak on
	image transformation (Fixes bug #349434). Patch from Felix
	Riemann <felix@hsgheli.de>.
2006-08-02 02:35:08 +00:00
Claudio Saavedra 52a1664049 Add image_lock/unlock methods to ensure that there are no race conditions
2006-07-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * libeog/eog-image-private.h:
        * libeog/eog-image.c: (eog_image_dispose), (eog_image_init),
        (eog_image_lock), (eog_image_unlock), (eog_image_cancel_load):
        * libeog/eog-image.h:
        * libeog/eog-job-manager.c: (thread_start_func):
        * libeog/eog-job.c: (eog_job_call_action):
        * shell/eog-window.c: (eog_window_init), (job_image_load_action),
        (job_image_load_finished), (handle_image_selection_changed):

        Add image_lock/unlock methods to ensure that there are no
        race conditions when loading and unloading images (Fixes bug
        #340827). Patch from Callum McKenzie <callum@spooky-possum.org>.
2006-07-24 19:05:14 +00:00
Lucas Rocha f56a52f6cd use middle mouse drag to scroll image (Fixes bug #335689). Patch from
2006-07-13  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-scroll-view.c (eog_scroll_view_button_press_event,
	eog_scroll_view_button_release_event): use middle mouse drag
	to scroll image (Fixes bug #335689). Patch from Wouter
	Bolsterlee <uws+gnome@xs4all.nl>.
2006-07-13 17:03:00 +00:00
Lucas Rocha 86d7da92a1 avoid losing EXIF data when saving changed jpeg images (Fixes bug
2006-07-13  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-jpeg.c (_save_jpeg_as_jpeg): avoid losing
	EXIF data when saving changed jpeg images (Fixes bug #309219).
	Patch from Felix Riemann <felix@hsgheli.de>.
2006-07-13 15:38:49 +00:00
Claudio Saavedra 0329c47abe Remove call to deprecated gdk_pixmap_unref (). Clean function and replace
2006-06-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * libeog/eog-full-screen.c: (eog_full_screen_new): Remove call to
        deprecated gdk_pixmap_unref ().
        * libeog/eog-image-jpeg.c: (eog_image_jpeg_save): Clean function and
        replace duplicated code with a call to _save_any_as_jpeg () (#321267).
        Patch from Felix Riemann <felix@hsgheli.de>.
2006-06-25 15:13:42 +00:00
Lucas Rocha 8caf6c74fd fix printing for images with alpha channel (Fixes bug #322057). Patch from
2006-06-01  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image.c (eog_image_print): fix printing for images with
	alpha channel (Fixes bug #322057). Patch from Jan Kümmel
	<gnome-bugz@snorc.org>.
2006-06-01 04:03:01 +00:00
Lucas Rocha f6947ba5b7 making sure thumbnail is at least 1px large (Fixes bug #342817). Patch
2006-05-31  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail
	is at least 1px large (Fixes bug #342817). Patch from
	Felix Riemann <felix@hsgheli.de>.
2006-06-01 01:24:47 +00:00
Lucas Rocha ff36b2589a properly sort filenames containing numbers (Fixes bug #340957). Patch from
2006-05-31  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image.c (eog_image_get_collate_key): properly sort
	filenames containing numbers (Fixes bug #340957). Patch from
	Felix Riemann <felix@hsgheli.de>.
2006-05-31 21:53:11 +00:00
Lucas Rocha c7cc0a151f Update for 2.15.2 partial fix for crash when cancelling
2006-04-21  Lucas Rocha  <lucasr@gnome.org>

	* configure.in, NEWS: Update for 2.15.2
	* libeog/eog-full-screen.c (eog_full_screen_key_press,
	job_image_load_finished): partial fix for crash when cancelling
	slideshow/fullscreen (#320206). Patch from Claudio Saavedra
	<csaavedra@alumnos.utalca.cl>.
2006-05-21 04:54:24 +00:00
Lucas Rocha d6f1b55604 respect the disable_save_to_disk gconf lockdown key (Fixed bug #341862).
2006-05-18  Lucas Rocha  <lucasr@gnome.org>

	* shell/eog-window.c (update_ui_visibility),
	libeog/eog-config-keys.h: respect the disable_save_to_disk
	gconf lockdown key (Fixed bug #341862).
2006-05-18 03:51:28 +00:00
Lucas Rocha 6e70a1524f removed reference to removed files. obsolete files removed.
2006-05-18  Lucas Rocha  <lucasr@gnome.org>

	* libeog/Makefile.am: removed reference to removed files.
	* libeog/access.[ch]: obsolete files removed.
2006-05-18 03:06:15 +00:00
Lucas Rocha 3bf43b09d8 checks mimetype before trying to include new detected files on image list
2006-03-31  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c (vfs_monitor_dir_cb): checks mimetype
	before trying to include new detected files on image list (Fixes
	bug #336050).
2006-04-01 00:24:44 +00:00
Lucas Rocha 68e5eb2637 avoid setting the error twice (Fixes bug #336652).
2006-03-31  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-thumbnail.c (eog_thumb_data_new): avoid setting
	the error twice (Fixes bug #336652).
2006-03-31 23:36:03 +00:00
Lucas Rocha edee4a70fc don't include hidden images from a directory on image list (Fixes bug
2006-03-26  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c (directory_visit_cb): don't include
	hidden images from a directory on image list (Fixes bug #335338).
2006-03-27 01:55:37 +00:00
Lucas Rocha a46d2abf63 Keyboard shortcuts revamp (Fixes bug #310455 partly). Patch from Jaap
2006-03-26  Lucas Rocha  <lucasr@gnome.org>

 	Keyboard shortcuts revamp (Fixes bug #310455 partly). Patch from
	Jaap Haitsma <jaap@haitsma.org>.

 	* shell/eog-gtk-ui.xml: Add Home and End as shortcut keys for the first
 	and last images respectively

 	* shell/eog-window.c:
 	(action_entries_image) Add Home and End as keyboard shortcuts for the
 	first and last images respectively.

 	(action_entries_collection) Change the keyboard shortcuts of first,
 	last, next and previous image so they conform to the HIG
 	First was Ctrl+Home now Alt+Home
 	Last was Ctrl+End now Alt+End
 	Next was Ctrl+Right now Alt+Right
 	Previous was Ctrl+Left now Alt+Left

 	(eog_window_key_press) If no scrollbars visible PageDown, Right and Down
 	show the next image and PageUp, Left and Up show the previous image

 	* libeog/eog-scroll-view.{c|h}:
 	Add eog_scroll_view_scrollbars_visible function

 	(display_key_press_event) Page up/down now scroll 3/4 of the image
 	(page) height (Fixes bug #324871). Ctrl PageUp/PageDown scroll
	left/right
2006-03-26 23:58:18 +00:00
Lucas Rocha eaaad3061d quit EOG when not able to load images. remove unwanted output.
2006-03-06  Lucas Rocha  <lucasr@gnome.org>

	* shell/main.c (job_prepare_model_finished): quit EOG when not
	able to load images.
	* libeog/eog-image-list.c (add_regular): remove unwanted output.
2006-03-06 21:40:58 +00:00
Ryan Lortie aff7220000 Ensure that requested image is added when scanning parent directory of
2006-03-05  Ryan Lortie  <desrt@desrt.ca>

        * libeog/eog-image-list.c: Ensure that requested image is added
          when scanning parent directory of said image.  Fixes a crasher
          when opening images with strange extensions (#333551).
2006-03-06 01:39:50 +00:00
Lucas Rocha fff981170f fix crash when removing images from a directory with images that EOG is
2006-03-03  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c, libeog/eog-image-private.h,
	libeog/eog-image.c (eog_image_dispose, vfs_monitor_dir_cb,
	vfs_monitor_file_cb, eog_image_register_infoview),
	libeog/eog-image.h (eog_image_register_infoview),
	libeog/eog-info-view.c (update_data_pages_for_image): fix
	crash when removing images from a directory with images
	that EOG is watching.
2006-03-04 01:50:51 +00:00
Lucas Rocha 6aab72e872 make EOG gnome-screen-saver if this is present (Fixes bug #333142). Patch
2006-03-02  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-full-screen.c (disable_screen_saver): make
	EOG gnome-screen-saver if this is present (Fixes
	bug #333142). Patch from Oliver Grawert <ogra@ubuntu.com>
	with some fixes.
2006-03-02 19:14:51 +00:00
Lucas Rocha 818d44b1f9 mouse scroll wheel make image switching on collection pane (Fixes bug
2006-03-02  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-wrap-list.c (handle_canvas_scroll,
	eog_wrap_list_construct): mouse scroll wheel make image
	switching on collection pane (Fixes bug #331645).
2006-03-02 05:14:12 +00:00
Lucas Rocha a86111297d change libs search paths order to make development libs paths have higher
2006-02-27  Lucas Rocha  <lucasr@gnome.org>

	* libeog/Makefile.am: change libs search paths order to
	make development libs paths have higher priority than X11
	libs search paths (Fixes bug #330708). Patch from
	Sylvain Bertrand <sylvain.bertrand@gmail.com>.
2006-02-27 19:19:44 +00:00
Lucas Rocha 87293c7cd7 correct handling of zoom double precision with mouse wheel (Fixes bug
2006-02-27  Lucas Rocha  <lucasr@gnome.org>

	* eog-scroll-view.c (eog_scroll_view_zoom_in,
	eog_scroll_view_zoom_out): correct handling of zoom
        double precision with mouse wheel (Fixes bug #310833).
	Patch from Felix Riemann <felix@hsgheli.de>.
2006-02-27 17:12:19 +00:00
Lucas Rocha 1e2c5f0297 fix 64-bit pointer truncation (Fixes #331971). Patch from Pascal Hofstee
2006-02-22  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-metadata-reader.c: fix 64-bit pointer
	truncation (Fixes #331971). Patch from Pascal Hofstee
	<caelian@gmail.com> and Alexander Nedotsukov
	<bland@freebsd.org>.
2006-02-22 20:59:33 +00:00
Lucas Rocha 343d369459 disable all debug messages by default (Fixes bug #331362).
2006-02-19  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-list.c, libeog/eog-image.c,
	libeog/eog-info-view.c, libeog/eog-job-manager.c,
	libeog/eog-job.c, shell/eog-window.c: disable all
	debug messages by default (Fixes bug #331362).
2006-02-19 03:21:22 +00:00
Lucas Rocha 28012b90c1 use current locale for images on NIS filesystem (Fixes bug #320289). Patch
2006-02-01  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image.c: use current locale for images on
	NIS filesystem (Fixes bug #320289). Patch from Takao
	Fujiwara <takao.fujiwara@sun.com>.
2006-02-01 15:57:24 +00:00
Lucas Rocha a4ddac2be0 decrease READ_BUFFER_SIZE by 1 to make it possible to view images from a
2006-01-21  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image.c: decrease READ_BUFFER_SIZE by 1
	to make it possible to view images from a SMB
	shares (Fixes bug #326104). Solution from Felix
	Riemann <felix@hsgheli.de>.
2006-01-21 03:38:30 +00:00
Lucas Rocha dfc72f9d01 prevent screensaver on fullscreen mode (Fixes bug #326369).
2006-01-10  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-full-screen.c: prevent screensaver on
        fullscreen mode (Fixes bug #326369).
2006-01-10 04:58:00 +00:00
Lucas Rocha 0699109ca9 refresh image section for very small images (Fixes bug #317641). Also, the
2006-01-10  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-scroll-view.c (paint_rectangle,
        set_minimum_zoom_factor, set_zoom, set_zoom_fit,
        eog_scroll_view_get_zoom_is_min, eog_scroll_view_instance_init):
        refresh image section for very small images (Fixes bug #317641).
        Also, the zoom out is locked when the image gets 1px wide. Patch
        from Felix Riemann <felix@hsgheli.de> with contribution from
        Claudio Saavedra <csaavedra@alumnos.utalca.cl>.
2006-01-10 04:28:52 +00:00
Lucas Rocha bbef6be219 replace GNOME_CLASS_BOILERPLATE macros in libeog with the G_DEFINE_TYPE
2005-01-07  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-canvas-pixbuf.c, libeog/eog-collection-item.c,
        libeog/eog-full-screen.c, libeog/eog-image-cache.c,
        libeog/eog-image-list.c, libeog/eog-image-save-info.c,
        libeog/eog-image.c, libeog/eog-info-view-detail.c,
        libeog/eog-info-view-exif.c, libeog/eog-info-view-file.c,
        libeog/eog-info-view.c, libeog/eog-job.c,
        libeog/eog-metadata-reader.c, libeog/eog-scroll-view.c,
        libeog/eog-transform.c, libeog/eog-uri-converter.c,
        libeog/eog-wrap-list.c, shell/eog-file-chooser.c,
        shell/eog-window.c: replace GNOME_CLASS_BOILERPLATE macros in
        libeog with the G_DEFINE_TYPE macros. Patch by Felix Riemann
        <felix@hsgheli.de>.
2006-01-07 04:54:57 +00:00
Lucas Rocha 1857131f4e several code cleanups. Patch from Kjartan Maraas <kmaraas@gnome.org>.
2005-11-18  Lucas Rocha  <lucasr@cvs.gnome.org>

        * libeog/eog-canvas-pixbuf.c, libeog/eog-collection-item.c,
        libeog/eog-full-screen.c, libeog/eog-image-cache.c,
        libeog/eog-image-list.c, libeog/eog-image-private.h,
        libeog/eog-image-save-info.c, libeog/eog-image.c,
        libeog/eog-image.h, libeog/eog-info-view-detail.c,
        libeog/eog-info-view-exif.c, libeog/eog-info-view-file.c,
        libeog/eog-info-view.c, libeog/eog-job-manager.c,
        libeog/eog-job.c, libeog/eog-metadata-reader.c,
        libeog/eog-pixbuf-util.c, libeog/eog-scroll-view.c,
        libeog/eog-transform.c, libeog/eog-uri-converter.c,
        libeog/eog-uri-converter.h, libeog/eog-wrap-list.c,
        libeog/uta.c, shell/eog-save-as-dialog-helper.c,
        shell/eog-window.c, libeog/Makefile.am: several code
        cleanups. Patch from Kjartan Maraas <kmaraas@gnome.org>.
        * libeog/eog-vertical-splitter.c, libeog/eog-vertical-splitter.h,
        libeog/eog-horizontal-splitter.c, libeog/eog-horizontal-splitter.h:
        removed.
2005-11-18 05:00:24 +00:00
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
Lucas Rocha 983815fac9 added option for show/hide image collection pane. keybinding for slideshow
2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>

        * eog.schemas.in (/apps/eog/ui/image_collection),
        libeog/eog-config-keys.h (EOG_CONF_UI_IMAGE_COLLECTION):
        added option for show/hide image collection pane.
        * libeog/eog-full-screen.c (eog_full_screen_key_press):
        keybinding for slideshow is now F5.
        * libeog/eog-image-list.c, libeog/eog-image-list.h (
        eog_image_list_get_initial_pos, compare_uri_cb,
        eog_image_list_add_uris): new initial_pos attribute which
        holds the inicial position for wrap list. Also, a new uri
        list loading policy. When opening a single uri, load all
        images from the same dir; when opening more than one uri,
        load them as a collection; and when opening a dir, load
        all images inside it as a collection (Fixes bug #320542).
        * libeog/eog-wrap-list.c, libeog/eog-wrap-list.h (
        eog_wrap_list_select_first, eog_wrap_list_select_last,
        create_items_from_model: new methods to select first and
        last images. Use EogImageList initial_pos attribute to
        define the first item to select.
        * shell/eog-gtk-ui.xml, shell/eog-window.c (set_window_icon,
        verb_FolderOpen_cb, verb_Go_cb, update_ui_visibility,
        eog_window_construct_ui, display_image_data, job_save_image_finished,
        update_status_bar), shell/main.c (user_wants_collection,
        job_prepare_model_finished, open_uri_list_cb): use image thumbnail
        as the window icon (Fixes bug #320245). Patch from Claudio Saavedra
        <csaavedra@alumnos.utalca.cl>. EOG UI rework: remove 'Open Folder'
        from 'File' menu; added 'Go' menu with prev/next/first/last image
        operations and next/prev image in toolbar; moved rotation toolbar
        items to the right edge; added an toggle item in 'View' menu to
        show/hide image collection pane; removed 'Open' item from toolbar;
        no confirmation when opening more than one image at once (always
        open as a collection) (Fixes bug #148643); statusbar show the position
        of current image within a collection, not the number of selected
        images.
2005-11-13 18:25:09 +00:00
Paolo Borelli e22cfa75a0 don't stomp on an already set GError. Fixes bug #320342.
2005-11-09  Paolo Borelli  <pborelli@katamail.com>

	* libeog/eog-image.c (eog_image_real_load): don't stomp on an
	already	set GError. Fixes bug #320342.
2005-11-09 20:47:41 +00:00
Lucas Rocha bdaa85e603 Page Up and Page Down keys scroll images up and down (Fixes bug #152364).
2005-11-05  Lucas Rocha  <lucasr@cvs.gnome.org>

        * libeog/eog-scroll-view.c (display_key_press_event):
        Page Up and Page Down keys scroll images up and
        down (Fixes bug #152364).
2005-11-05 04:37:12 +00:00
Lucas Rocha 7a0112df56 several build warning fixes (Fixes bug #318020).
2005-11-03  Lucas Rocha  <lucasr@cvs.gnome.org>

        * libeog/eog-image.c, libeog/eog-scroll-view.c,
        libeog/eog-thumbnail.c, shell/eog-preferences.c,
        shell/eog-window.c, shell/main.c: several build warning
        fixes (Fixes bug #318020).
2005-11-03 03:53:20 +00:00