comparison 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
comparison
equal deleted inserted replaced
26:acd9885ebd78 27:9c24765c2d3a
5 ---------------------------------------------- 5 ----------------------------------------------
6 6
7 > pixbuf-renderer.c: 7 > pixbuf-renderer.c:
8 d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?). 8 d> fix two pass render from corrupting it->qd pointer (need one pointer for each queue?).
9 d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image). 9 d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image).
10 > fix broken zoom out drawing when using source tiles. 10 d> fix broken zoom out drawing when using source tiles.
11 > fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass)
11 12
12 > image.c: 13 > image.c:
13 d> need to keep a list of ImageWindows and provide function to sync options to each object. 14 d> need to keep a list of ImageWindows and provide function to sync options to each object.
14 d> test and probably fix delay_flip. 15 d> test and probably fix delay_flip.
15 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw 16 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw
16 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'. 17 by pre-rendering any scaled tiles that are visible before signaling 'render_complete'.
17 > make this a g_object with signals for completed, changed, etc. 18 > make this a g_object with signals for completed, changed, etc.
18 d> fix region computation rounding when updating scaled image in 'area ready' signal. 19 d> fix region computation rounding when updating scaled image in 'area ready' signal.
20 > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
21 > fix slow loading of images when zoomed out - bug could be poor clamping to visible in PixbufRenderer.
19 22
20 23
21 > work on pan view: 24 > work on pan view:
22 > Pick a better keyboard shortcut than Control + J :) 25 > Pick a better keyboard shortcut than Control + J :)
23 > Fix occasional redraw bugs when zoomed out. 26 > Fix occasional redraw bugs when zoomed out.