comparison ChangeLog @ 117:0c2e1f0a001b

Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net> * image-overlay.[ch]: Rewrite most of the information overlay code to be more flexible and easily extended. * image.[ch], typedefs.h: Remove image_new_func, and replace it with image_state_func callback which is much more informative. * img-view.c, layout.c, layout_image.c: Updates for new image overlay function names.
author gqview
date Wed, 29 Nov 2006 19:38:25 +0000
parents 1bd40943dc2a
children ac0f7f942c4d
comparison
equal deleted inserted replaced
116:1bd40943dc2a 117:0c2e1f0a001b
1 Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
2
3 * image-overlay.[ch]: Rewrite most of the information overlay code to
4 be more flexible and easily extended.
5 * image.[ch], typedefs.h: Remove image_new_func, and replace it with
6 image_state_func callback which is much more informative.
7 * img-view.c, layout.c, layout_image.c: Updates for new image overlay
8 function names.
9
1 Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net> 10 Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
2 11
3 * image.c: When resuming a previous color adjustment, set the display 12 * image.c: When resuming a previous color adjustment, set the display
4 to update incrementally to avoid user confusion of why half of image 13 to update incrementally to avoid user confusion of why half of image
5 is color adjusted. 14 is color adjusted.