comparison ChangeLog @ 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 e46aedb70f67
children 67ba4381497e
comparison
equal deleted inserted replaced
35:e46aedb70f67 36:9b01fe7e84d5
1 Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
2
3 * pan-view.c: Use mostly neutral (gray) colors in the pan view to avoid
4 tainting user perspective of image hues.
5 * pixbuf-renderer.c (pixbuf_renderer_move): Free tile cache of source
6 to avoid wasteful memory allocation, this will reduce memory waste
7 when in full screen.
8
1 Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net> 9 Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
2 10
3 * pan-view.c: Optimize pan_layout_intersect by dividing object list 11 * pan-view.c: Optimize pan_layout_intersect by dividing object list
4 into smaller sets (of ~ 1000 each) grouped by coordinates, this makes 12 into smaller sets (of ~ 1000 each) grouped by coordinates, this makes
5 drawing tiles much faster when the window contains > 100,000 images. 13 drawing tiles much faster when the window contains > 100,000 images.