aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-10-10 09:42:45 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-10-10 09:42:45 +0800
commit548c52f284b48fabbda3795838293a0a5ba63bea (patch)
tree4ed4bfa576fd2116124580b721c88082db0a16f0 /calendar/TODO
parente1dccc7c4f58b419b0ef66728a717783643806ae (diff)
downloadgsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar.gz
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar.bz2
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar.lz
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar.xz
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.tar.zst
gsoc2013-evolution-548c52f284b48fabbda3795838293a0a5ba63bea.zip
Create a list of children and lay them out nicely. Lots of functions added
1998-10-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * month-view.c (month_view_update): Create a list of children and lay them out nicely. Lots of functions added for this purpose. (adjust_segment): Main event segment adjustment routine. (adjust_children): Adjusts all the children in the month view. (child_create_segments): Creates the segments for a particular event. (layout_children): Uses the generic layout engine to organize the children. svn path=/trunk/; revision=438
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/TODO b/calendar/TODO
index 7c33183b5e..81a657d658 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -47,3 +47,5 @@ General:
- If you leave the calendar running overnight, the "current day"
marker in the GnomeMonthItems does not get updated.
+
+- Add categories support. Color-coded categories.