comparison ChangeLog @ 24:104e34f9ab1f

Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net> * image.c (image_change_from_image): Fix and use pixbuf_renderer_move. * pan-view.c: Convert back to ImageWindow from PixbufRenderer, so that focus and full screen work again. * pixbuf-renderer.[ch] (pixbuf_renderer_move): Add this function. ##### 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 Wed, 23 Mar 2005 05:29:45 +0000
parents 17acca639a86
children 0c3b353b666e
comparison
equal deleted inserted replaced
23:17acca639a86 24:104e34f9ab1f
1 Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
2
3 * image.c (image_change_from_image): Fix and use pixbuf_renderer_move.
4 * pan-view.c: Convert back to ImageWindow from PixbufRenderer, so that
5 focus and full screen work again.
6 * pixbuf-renderer.[ch] (pixbuf_renderer_move): Add this function.
7
1 Fri Mar 18 19:52:38 2005 John Ellis <johne@verizon.net> 8 Fri Mar 18 19:52:38 2005 John Ellis <johne@verizon.net>
2 9
3 * pixbuf-renderer.c: Fix broken 2pass queueing so it merges a single 10 * pixbuf-renderer.c: Fix broken 2pass queueing so it merges a single
4 queue item for each tile, and now that a tile holds a queue pointer 11 queue item for each tile, and now that a tile holds a queue pointer
5 there is no need to walk the tile list to find a possible merge victim. 12 there is no need to walk the tile list to find a possible merge victim.