comparison TODO @ 31:c42544f31030

Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net> * pixbuf-renderer.c: Add argument to pr_queue_to_tiles to only redraw the parts of the image that have an existing tile, fixes slow loading of images when zoomed in because it was generating a tile for even off screen parts of the image.
author gqview
date Tue, 05 Apr 2005 09:13:51 +0000
parents a310e31fc513
children 96ac60a9c0f1
comparison
equal deleted inserted replaced
30:a310e31fc513 31:c42544f31030
16 > 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
17 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'.
18 > make this a g_object with signals for completed, changed, etc. 18 > make this a g_object with signals for completed, changed, etc.
19 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) 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. 21 d> fix slow loading of images when zoomed out - bug could be poor clamping to visible in PixbufRenderer.
22 22
23 23
24 > work on pan view: 24 > work on pan view:
25 > Pick a better keyboard shortcut than Control + J :) 25 > Pick a better keyboard shortcut than Control + J :)
26 d> Fix occasional redraw bugs when zoomed out. 26 d> Fix occasional redraw bugs when zoomed out.