Mercurial > geeqie
diff TODO @ 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 | 8a8ec4b3e769 |
line wrap: on
line diff
--- a/TODO Tue Mar 29 01:28:17 2005 +0000 +++ b/TODO Sat Apr 02 22:44:34 2005 +0000 @@ -7,7 +7,8 @@ > pixbuf-renderer.c: d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?). d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image). - > fix broken zoom out drawing when using source tiles. + d> fix broken zoom out drawing when using source tiles. + > fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass) > image.c: d> need to keep a list of ImageWindows and provide function to sync options to each object. @@ -16,6 +17,8 @@ by pre-rendering any scaled tiles that are visible before signaling 'render_complete'. > make this a g_object with signals for completed, changed, etc. d> fix region computation rounding when updating scaled image in 'area ready' signal. + > fix delay flip 'completed' signal (full screen busy cursor is not always turned off) + > fix slow loading of images when zoomed out - bug could be poor clamping to visible in PixbufRenderer. > work on pan view: