Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Thu, 9 Nov 2006 22:53:11 +0000 (22:53 +0000)
committerJohn Ellis <johne@verizon.net>
Thu, 9 Nov 2006 22:53:11 +0000 (22:53 +0000)
commit9c696b005e38f1ebafaf67accd0d775ff58540ba
treee702e75a272d48747ccf3d3cb05ffd48801c8564
parent85c3f7e1f0037a2b3d0c61c8b12c96341b9fc323
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.
ChangeLog
src/Makefile.am
src/pan-calendar.c [new file with mode: 0644]
src/pan-folder.c [new file with mode: 0644]
src/pan-grid.c [new file with mode: 0644]
src/pan-item.c [new file with mode: 0644]
src/pan-timeline.c [new file with mode: 0644]
src/pan-types.h [new file with mode: 0644]
src/pan-util.c [new file with mode: 0644]
src/pan-view.c
src/pan-view.h