* po/ja.po, src/gimv_image_view.c, src/prefs_ui//prefs_ui_etc.c,
src/prefs_ui/prefs_ui_imagewin.c, src/prefs_ui/prefs_ui_thumbwin.c:
Added "Do not change" for default zoom and rotation.
* src/prefs_ui/prefs_ui_imagewin.c: The bug that
gtkutil_get_data_from_adjustment_by_int_cb is used for float value is
fixed. Thanks reporting! > Brent Baccala <baccala@users.sourceforge.net>
* src/gimv_image_view.c: Fixed a bug that "fit to frame" feature is not
work correctly when "keep aspect" is unchecked is fixed.
Thanks reporting! > Brent Baccala <baccala@users.sourceforge.net>
* Fixed many compile time warnings.
* src/dirview2.c, plugin/thumbnail_view/detailview2.c:
Do not emulate "button-press-event" and "button-release-event" for
"scroll-event" because this code cause unfortunate selection change.
* src/dirview.h, src/dirview.c, src/dirview2.c:
Removed "window" from DirView to avoid confuse. Now some text entry
dialogs invoked from DirView are transient for toplevel window.
Thanks reporting! > ten10.
* plugins/thumbnail_view/detailview.c, src/dirview.c, src/dirview2.c,
src/fileload.[ch], src/gimv_thumb_view.[ch], src/gimv_thumb_win.[ch]:
GimvThumbView API is more refined.
* src/gimv_thumb_view.c: A wrong type checking is fixed.
* src/gimv_thumb_win.c: Added type checking for some object when layout
of thumbnail window is changed.
* plugins/thumbnail_view/detailview.[ch],
plugins/thumbnail_view/detailview2.c,
plugins/thumbnail_view/listview.[ch],
plugins/thumbnail_view/thumbtable.[ch],
src/gimv_dupl_win.h, src/gimv_thumb_view.[ch]:
Some APIs are modified to receive a GimvThumbView object as first
argument. Also some other minor bug fixes are made.
* plugins/image_loader/spi_image_loader.c,
plugins/thumbnail_view/detailview.[ch],
plugins/thumbnail_view/detailview2.c,
plugins/thumbnail_view/listview.[ch],
plugins/thumbnail_view/thumbtable.[ch],
src/gimv_thumb_view.[ch], src/gimv_thumb_win.h,
src/thumbnail_view_album.c, src/prefs_ui/prefs_ui_thumbwin.c:
Added const key word for some variables. Removed "_func" suffix from
virtual functions in GimvThumbViewPlugin.
* src/gimv_image_view.h, src/gimv_thumb_view.h:
Incremented plguin interface version and fixed indent.
* src/gimv_thumb_view.c, src/prefs_ui/prefs_ui_thumbwin.c:
Minor fix.
* src/gimv_image_win.c: Do not change the image automatically when the
slideshow interval is set to 0 sec (Debian bug #219213).
Thanks reporting! > Sudarshan Koushik <nsud@lycos.com>
* Use "GtkType" instead of "guint".
sizeof(guint) isn't always equal with sizeof(GtkType).
This patch is contributed by Tomoya TAKA <tomoya@olive.plala.or.jp>.
Thanks!