##### Note: GQview CVS on sourceforge is not always up to date, please use #####
[geeqie.git] / ChangeLog
index 6ef0461..6db67a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+Fri Mar  4 21:53:03 2005  John Ellis  <johne@verizon.net>
+
+       * pan-view.c: Add calendar view. Make mouse wheel scroll.
+       * po/POTFILES.in: Add pan-view.c for translation.
+
+Thu Mar  3 17:57:46 2005  John Ellis  <johne@verizon.net>
+
+       * pan-view.c: Make subsequent searches for same string step through all
+       matches, also show match index and count in search result label.
+
+Thu Mar  3 14:24:58 2005  John Ellis  <johne@verizon.net>
+
+       * filelist.c, info.c, preferences.c, utilops.c: Use doubles instead of
+       floats whenever possible.
+       * ui_utildlg.c (generic_dialog_add_message): Enable line wrap for
+       message body so specifying newlines is no longer needed.
+       * pan-view.c: Display info dialog when thumbnail caching settings are
+       not optimal.
+
+Thu Mar  3 01:16:23 2005  John Ellis  <johne@verizon.net>
+
+       * pan-view.c: Add 'dots' image size option, fix up border size at edge
+       of grid, and make drag and drop work to/from the window.
+
+Wed Mar  2 23:34:30 2005  John Ellis  <johne@verizon.net>
+
+       * globals.c, gqview.h, rcfile.c: Add thumbnail_fast option variable.
+       * image-load.c, typedefs.h: Add shrunk flag to determine if an image
+       was scaled down using image_loader_set_requested_size.
+       * image.c: Make panning with mouse scroll more when holding shift key.
+       * preferences.c: Add option for 'Fast jpeg thumbnailing' and disabled
+       xvpics option in the gui - now a hidden option.
+       * thumb.c, thumb_standard.c: Add support for thumbnail_fast option..
+
+Tue Mar  1 21:39:42 2005  John Ellis  <johne@verizon.net>
+
+       * image.[ch] (image_scroll_to_point): Add alignment for location of
+       point within visible region.
+       * pan-view.c: Use alignment for scrolling above, and fix date search
+       to only search thumbs and images.
+
+Tue Mar  1 11:32:26 2005  John Ellis  <johne@verizon.net>
+
+       * src/Makefile.am: Add pan-view.[ch]:
+       * image.[ch]: Add support for using a grid of tiles as soource image.
+       Added scroll_notify callback for when the viewable regionis scrolled.
+       Added ability to set min and max for the zoom range. Removed
+       unnecessary gtk_widget_size_request from image_size_sync. Added
+       image_scroll_to_point.
+       * layout_util.c: Add menu item and callback for the new 'Pan view'.
+       * pixbuf_util.c (pixbuf_draw_layout): Fix for when offset is non-zero.
+       * typedefs.h: Add source tile stuff for ImageWindow.
+       * ui_tabcomp.c: Fix tab completion pop-up menu placement.
+       * pan-view.[ch]: New files for pan view - 2.1 is officially started :)
+
 Sat Feb 26 14:42:42 2005  John Ellis  <johne@verizon.net>
 
        * README: Updates.