2006-02-17 Paolo Bacchilega <
[email protected]>
[ gthumb 2.6.9 released ]
* configure.in:
* NEWS: updated
2006-01-22 Paolo Bacchilega <
[email protected]>
* src/dlg-jpegtran.c:
* src/gth-exif-utils.h:
* src/gth-exif-data-viewer.c:
Fixed bug #326879 - gthumb-2.6.8: fix compilation against libexif-0.6.13
Patch by Thomas Klausner
2005-12-05 Paolo Bacchilega <
[email protected]>
* src/dlg-jpegtran.c (apply_tranformation_jpeg):
Fixed bug #318828: Exif Orientation Tag Incorrectly Updated.
Patch by Pat Suwalski.
2005-11-13 Paolo Bacchilega <
[email protected]>
* data/glade/gthumb_edit.glade:
* src/dlg-scale-image.c (ok_cb):
Do not allow to scale images to 1x1, to avoid bug in
gdk_pixbuf_scale_simple.
Fixes bug #305165: gthumb crash resize.
* src/dlg-preferences.c (view_as_cb): change view after a delay to
avoid crashes when the user changes the view type too quickly (#305097).
* data/Makefile.am:
* configure.in:
Removed custom --disable-schemas-install option.
Fixes bug #321124: Confusing handling of --disable-schemas-install
* data/albumthemes/NeatSquare/thumbnail.gthtml:
* data/albumthemes/NeatSquare/image.gthtml:
* data/albumthemes/NeatRound/thumbnail.gthtml:
* data/albumthemes/NeatRound/image.gthtml:
* data/albumthemes/Clean/thumbnail.gthtml:
* data/albumthemes/Clean/image.gthtml:
* data/albumthemes/ClassicClips/thumbnail.gthtml:
* data/albumthemes/ClassicClips/image.gthtml:
* data/albumthemes/Classic/thumbnail.gthtml:
* data/albumthemes/Classic/image.gthtml:
* data/albumthemes/BlueStripes/thumbnail.gthtml:
* data/albumthemes/BlueStripes/image.gthtml:
Fixes bug #320947: Create Web Album Tool doesn't generate HTML pages
with International characters
* libgthumb/print-callbacks.c (_log2): rename log2 as _log2
Fixes bug #321274: Incorrect log2 definition/detection
2005-10-04 Paolo Bacchilega <
[email protected]>
* src/gthumb-window.c (key_press_cb):
Fixes bug #317623: [PATCH] Enter a directory or a catalog with the
ENTER key.
Patch by Nelson Benitez.
2005-10-02 Paolo Bacchilega <
[email protected]>
* libgthumb/image-viewer.c (image_viewer_scroll_event):
Fixes bug #317628: [PATCH] Zoom in/out with CTRL + scrollwheel
Patch by Nelson Benitez.
2005-09-24 Paolo Bacchilega <
[email protected]>
* src/jpegutils/transupp.c:
* src/Makefile.am (gthumb_LDADD):
* libgthumb/Makefile.am (lib_LTLIBRARIES):
* configure.in:
* components/catalog-view/Makefile.am (gthumb_catalog_view_LDADD):
* components/image-viewer/Makefile.am (gthumb_image_viewer_LDADD):
Fixes bug #317056: gthumb Cygwin build fixes.
Patch by yselkowitz AT users.sourceforge.net
2005-09-23 Paolo Bacchilega <
[email protected]>
* src/gthumb-window.c (dir_list_key_press_cb):
Fixes bug #316952: [PATCH] bind DELETE key to move a folder to trash in
directory list. Patch by Nelson Benitez.