comparison TODO @ 33:a41ecbb26a96

Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net> * pan-view.c: Move pixbuf drawing into pixbuf_util.c. * pixbuf-renderer.c: Rename util_clip_region to pr_clip_region to fix namespace conflict with util in pixbuf_util.h. * pixbuf_util.[ch]: Moved pixbuf drawing utils here from pan-view.c ##### 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, 06 Apr 2005 10:45:36 +0000
parents 96ac60a9c0f1
children 9b01fe7e84d5
comparison
equal deleted inserted replaced
32:96ac60a9c0f1 33:a41ecbb26a96
35 > search should highlight all matching images (with toggle?) 35 > search should highlight all matching images (with toggle?)
36 > should non-thumbnail images have a drop shadow? 36 > should non-thumbnail images have a drop shadow?
37 d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop) 37 d> optimize pixbuf_draw_line (line endpoints should clip to draw region before draw loop)
38 d> optimize pixbuf_draw_triangle 38 d> optimize pixbuf_draw_triangle
39 > does new pixbuf_draw_triangle contain line edge rounding error? 39 > does new pixbuf_draw_triangle contain line edge rounding error?
40 > move pixbuf_draw_* stuff into pixbuf_util.c 40 d> move pixbuf_draw_* stuff into pixbuf_util.c
41 41
42 > time line view: 42 > time line view:
43 > allow use of file date or EXIF (embedded) date. 43 > allow use of file date or EXIF (embedded) date.
44 > allow horizontal _or_ vertical orientation. 44 > allow horizontal _or_ vertical orientation.
45 45