aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-todo.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-101-1/+1
| | | | | | | | | | 1998-12-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (simple_todo_editor): Use gnome_dialog_set_parent. * goto.c (goto_dialog): ditto * prop.c (properties): ditto. svn path=/trunk/; revision=522
* use GPOINTER_TO_INTHerbert V. Riedel1998-11-241-1/+1
| | | | | | | | | | 1998-11-23 Herbert V. Riedel <hvr@hvrlab.ml.org> * eventedit.c: use GPOINTER_TO_INT * gncal-todo.c: same. svn path=/trunk/; revision=483
* Use a scrolled window to put the clist into.Federico Mena Quintero1998-11-171-3/+7
| | | | | | | | | 1998-11-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c (gncal_todo_init): Use a scrolled window to put the clist into. svn path=/trunk/; revision=474
* Set the sensitivity of the edit/delete buttons. (gncal_todo_update):Federico Mena Quintero1998-10-091-2/+5
| | | | | | | | | | | 1998-10-08 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c (clist_row_selected): Set the sensitivity of the edit/delete buttons. (gncal_todo_update): Likewise. Thanks to Dirk Luetjens for the bug report. svn path=/trunk/; revision=435
* Close dialog when return is pressed.Havoc Pennington1998-05-181-0/+1
| | | | | | | | Sun May 17 17:55:03 1998 Havoc Pennington <hp@pobox.com> * gncal-todo.c (simple_todo_editor): Close dialog when return is pressed. svn path=/trunk/; revision=217
* Actually save the to-do entries.Federico Mena Quintero1998-04-241-39/+160
| | | | | | | | | | | 1998-04-23 Federico Mena Quintero <federico@nuclecu.unam.mx> * calendar.c (calendar_save): Actually save the to-do entries. * gncal-todo.c (simple_todo_editor): Now you can add and edit to-do entries. svn path=/trunk/; revision=191
* Made it use popup_menu().Federico Mena Quintero1998-04-231-0/+234
1998-04-22 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c: Made it use popup_menu(). * popup-menu.c: New file with utility functions for creating popup menus. Maybe such a thing would be useful in libgnomeui, a la gnome-app-helper? * Makefile.am (gnomecal_SOURCES): Added popup-menu.[ch] to the sources. 1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c: New widget for editing TODO lists. This will be worked on a lot. * Makefile.am (gnomecal_SOURCES): Added gncal-todo.[ch] to the sources. * gncal-day-panel.c: Make it use the new TODO widget. svn path=/trunk/; revision=189