Mercurial > geeqie.yaz
comparison TODO @ 36:9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
* pan-view.c: Use mostly neutral (gray) colors in the pan view to avoid
tainting user perspective of image hues.
* pixbuf-renderer.c (pixbuf_renderer_move): Free tile cache of source
to avoid wasteful memory allocation, this will reduce memory waste
when in full screen.
##### 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 | Tue, 12 Apr 2005 12:11:31 +0000 |
parents | a41ecbb26a96 |
children | 67ba4381497e |
comparison
equal
deleted
inserted
replaced
35:e46aedb70f67 | 36:9b01fe7e84d5 |
---|---|
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 d> fix broken zoom out drawing when using source tiles. | 10 d> fix broken zoom out drawing when using source tiles. |
11 d> fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass) | 11 d> fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass) |
12 d> pixbuf_renderer_move should be clearing the tiles of the source image since they are no longer | |
13 valid and are then wasting memory (for example when full screen is active). | |
12 | 14 |
13 > image.c: | 15 > image.c: |
14 d> need to keep a list of ImageWindows and provide function to sync options to each object. | 16 d> need to keep a list of ImageWindows and provide function to sync options to each object. |
15 d> test and probably fix delay_flip. | 17 d> test and probably fix delay_flip. |
16 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw | 18 > UPDATE: works as before (pre pixbuf-renderer), but should be fixed to provide a single redraw |