diff 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
line wrap: on
line diff
--- a/TODO	Fri Apr 08 19:43:25 2005 +0000
+++ b/TODO	Tue Apr 12 12:11:31 2005 +0000
@@ -9,6 +9,8 @@
   d> fix image_change_from_image (to do this need a pixbuf_renderer_move_image).
   d> fix broken zoom out drawing when using source tiles.
   d> fix 2pass zoom when using source tiles and zoomed out (not always rendering second pass)
+  d> pixbuf_renderer_move should be clearing the tiles of the source image since they are no longer
+     valid and are then wasting memory (for example when full screen is active).
 
  > image.c:
   d> need to keep a list of ImageWindows and provide function to sync options to each object.