Mercurial > geeqie
diff ChangeLog @ 27:9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
* image.c (image_options_set): Update PixbufRenderer parent window so
that changing 'fit window to image' option works.
* pan-view.c (pan_window_image_zoom_cb): Use same zoom text display as
for main windows.
* pixbuf-renderer.c: Fix (re-implement) check for maximized window
state. Fix pr_source_tile_visible() calculation which was using the x
axis where it should be y. Add redrawn return value to pr_zoom_clamp()
and use that value in pr_zoom_sync() to pass pr_redraw correct args.
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
author | gqview |
---|---|
date | Sat, 02 Apr 2005 22:44:34 +0000 |
parents | acd9885ebd78 |
children | ddbf419cb18d |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 29 01:28:17 2005 +0000 +++ b/ChangeLog Sat Apr 02 22:44:34 2005 +0000 @@ -1,3 +1,14 @@ +Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net> + + * image.c (image_options_set): Update PixbufRenderer parent window so + that changing 'fit window to image' option works. + * pan-view.c (pan_window_image_zoom_cb): Use same zoom text display as + for main windows. + * pixbuf-renderer.c: Fix (re-implement) check for maximized window + state. Fix pr_source_tile_visible() calculation which was using the x + axis where it should be y. Add redrawn return value to pr_zoom_clamp() + and use that value in pr_zoom_sync() to pass pr_redraw correct args. + Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net> * image.[ch]: Add utility to sync image settings to user preferences.