comparison ChangeLog @ 105:de64a683d5d0

Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net> * pan-view.c: Break this monstrosity of code into smaller files. * pan-calendar.c, pan-folder.c, pan-grid.c, pan-timeline.c: Move the layout types into their own files (for now flower is with folder tree). * pan-item.c: PanItem creation, drawing, actions, and maintenance. * pan-types.h: Defines, data types, function prototypes. * pan-util.c: Various utilities. * src/Makefile.am: Add new files above.
author gqview
date Thu, 09 Nov 2006 22:53:11 +0000
parents 8d358a53146e
children 1003bd2ec862
comparison
equal deleted inserted replaced
104:8d358a53146e 105:de64a683d5d0
1 Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
2
3 * pan-view.c: Break this monstrosity of code into smaller files.
4 * pan-calendar.c, pan-folder.c, pan-grid.c, pan-timeline.c: Move the
5 layout types into their own files (for now flower is with folder tree).
6 * pan-item.c: PanItem creation, drawing, actions, and maintenance.
7 * pan-types.h: Defines, data types, function prototypes.
8 * pan-util.c: Various utilities.
9 * src/Makefile.am: Add new files above.
10
1 Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net> 11 Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
2 12
3 * pixbuf-renderer.[ch]: Give image overlays their own child GdkWindow, 13 * pixbuf-renderer.[ch]: Give image overlays their own child GdkWindow,
4 and use a buffer when drawing to those windows to avoid flicker. 14 and use a buffer when drawing to those windows to avoid flicker.
5 Scrolling with the info [I] visible in full screen is now much 15 Scrolling with the info [I] visible in full screen is now much