diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-10-10 09:42:45 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-10 09:42:45 +0800 |
commit | 548c52f284b48fabbda3795838293a0a5ba63bea (patch) | |
tree | 4ed4bfa576fd2116124580b721c88082db0a16f0 /calendar/ChangeLog | |
parent | e1dccc7c4f58b419b0ef66728a717783643806ae (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a3309c2ba5..def4c6dc1c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +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. + 1998-10-08 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c (clist_row_selected): Set the sensitivity of the |