2009-02-24 Paolo Bacchilega [ gthumb 2.10.11 released ] * NEWS: * configure.in: * ChangeLog: updated. 2009-02-19 Michael J. Chudobiak * libgthumb/gth-exif-utils.c: (gth_minimal_exif_tag_action): Fixed bug #572342: Better IFD offset checking. 2009-02-13 Michael J. Chudobiak * libgthumb/image-loader.c: (image_loader_finalize__step2), (image_loader_finalize): Fixed bug #570473: gthumb write to freed memory. Patch by Jerry Tan. 2009-02-13 Michael J. Chudobiak * src/gth-browser.c: (menu_item_select_cb): * src/gth-viewer.c: (menu_item_select_cb): Fixed bug #568894: use gtk_widget_get_action (foo), instead of g_object_get_data (foo, "gtk-action"). 2009-02-13 Michael J. Chudobiak * libgthumb/gtk-utils.c: (panel_find_icon): Fix a possible crash. Patch taken from Fedora 2.10.10 source rpm, which I don't recall seeing upstream... 2009-01-22 Michael J. Chudobiak * libgthumb/gth-exif-utils.c: (gth_minimal_exif_tag_action): Fixed bug: Fix crasher bug in exif tag reading, caused by malformed tiff headers. Ubuntu bug http://bugs.launchpad.net/bugs/316017. 2009-01-22 Michael J. Chudobiak * data/gthumb-import.desktop.in: Change the comment field too, following up on the last change. 2009-01-22 Michael J. Chudobiak * data/gthumb-import.desktop.in: Fixed bug: Give the photo-import desktop file different name parameters, so that users can distinguish it from the normal desktop file. Ubuntu bug http://bugs.launchpad.net/bugs/318694. 2008-12-26 Michael J. Chudobiak * doc/C/gthumb.xml: Fix the XML added in the last commit. 2008-12-26 Michael J. Chudobiak * doc/C/gthumb.xml: * src/dlg-preferences.c: (dlg_preferences): Fixed bug #565708: Fixed default launch-with-gimp hotkey to launch gimp in the background. 2008-12-18 Michael J. Chudobiak * libgthumb/comments.c: (load_comment_from_xml), (save_comment): Fixed bug #563956: Fixed XML comment reading. Modified version of patch by Jef Driesen. 2008-12-16 Michael J. Chudobiak * NEWS: * configure.in: * src/Makefile.am: * src/gs-fade.c: * src/gth-application.c: * src/gth-browser-ui.h: * src/gth-browser.c: (gth_browser_construct): * src/totem-scrsaver.c: Fixed bug #554240: Provide support for the Mac OS X menubar. Modified version of the patch by W. Michael Petullo. Also, define the HAVE_GDKX macro properly so it really works. 2008-11-17 Paolo Bacchilega * libgthumb/gth-filter.c (test_keywords): Fixed bug #560055: filter problems 2008-11-13 Michael J. Chudobiak * src/gth-fullscreen.c: (gth_fullscreen_pause_slideshow): Too much was enclosed in one #ifdef HAVE_GDKX introduced in the previous commit. Fixed it. 2008-11-13 Michael J. Chudobiak * NEWS: * configure.in: * libgthumb/eel-canvas-rect.c: * libgthumb/gth-image-list.c: * src/catalog-png-exporter.c: * src/gs-fade.c: * src/gth-application.c: (show_grabbing_focus): * src/gth-fullscreen.c: (gth_fullscreen_finalize), (slideshow_timeout_cb), (viewer_image_loaded_cb), (fade_faded_cb), (gth_fullscreen_init), (load_current_image), (gth_fullscreen_show), (gth_fullscreen_pause_slideshow): * src/main.c: * src/totem-scrsaver.c: * src/totem-scrsaver.h: Fixed bug #551225: Modified the build files to better support gtk on MAC OS / Quartz. Based on a patch by W. Michael Petullo. 2008-11-12 Michael J. Chudobiak * NEWS: * data/Makefile.am: * data/gthumb-import.desktop.in: * data/gthumb.desktop.in: Fixed bug #560352: Added a new gthumb-import.desktop.in file to handle gvfs-mounted cameras more elegantly. The camera is first unmounted, and the libgphoto import routines are then run. Merged from Ubuntu. Patch by Martin Pitt. 2008-11-07 Michael J. Chudobiak * data/glade/gthumb_convert.glade: * data/glade/gthumb_crop.glade: * data/glade/gthumb_edit.glade: * data/glade/gthumb_png_exporter.glade: * data/glade/gthumb_preferences.glade: * data/glade/gthumb_print.glade: * data/glade/gthumb_redeye.glade: * data/glade/gthumb_tools.glade: * data/glade/gthumb_web_exporter.glade: Fixed bug #557640: Set pagesize adjustment to zero for spinbuttons, to avoid annoying warnings. Patch by Matthias Clasen. 2008-10-08 Michael J. Chudobiak * src/main.c: (convert_to_new_comment_system): Fixed bug #554149: Terminate "Converting comment system...done" with newline. Patch by Tormod Volden. 2008-10-08 Michael J. Chudobiak * NEWS: * doc/C/gthumb.xml: * src/dlg-preferences.c: (dlg_preferences): * src/gth-browser.c: (key_press_cb): Fixed bug #555549: The "g" key now launches the "gimp" command, instead of the deprecated "gimp-remote" command.