aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-month-item.c
Commit message (Collapse)AuthorAgeFilesLines
* Doh. Actually recalculate the days using the month and year.Federico Mena Quintero1998-08-141-13/+3
| | | | | | | | | | | | | | | 1998-08-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-month-item.c (gnome_month_item_set_arg): Doh. Actually recalculate the days using the month and year. * main.c: Added "Go to" button to quickly jump to a specific date. * goto.c: New file that defines the quick go-to date dialog. * Makefile.am (gnomecal_SOURCES): Added goto.c to the sources. svn path=/trunk/; revision=317
* More work on the month view - FedericoArturo Espinosa1998-08-131-16/+124
| | | | svn path=/trunk/; revision=312
* More work on the month view item - FedericoArturo Espinosa1998-08-121-18/+178
| | | | svn path=/trunk/; revision=311
* Fix small cut&paste bug - FedericoArturo Espinosa1998-08-111-1/+1
| | | | svn path=/trunk/; revision=309
* Oops - FedericoArturo Espinosa1998-08-111-0/+1
| | | | svn path=/trunk/; revision=308
* Start of the month view widget. This will use the generic month item andFederico Mena Quintero1998-08-111-0/+573
1998-08-10 Federico Mena Quintero <federico@nuclecu.unam.mx> * month-view.[ch]: Start of the month view widget. This will use the generic month item and extend it to have the semantics desired for the gnomecal month view. * gnome-month-item.[ch]: New generic canvas item for the month view and the "small calendars". This is intended to be a high-level display engine for monthly calendars. This is a work in progress. * gnome-cal.h (GnomeCalendar): Added a month_view field. * gnome-cal.c (setup_widgets): Create the month view and insert it into the notebook. * Makefile.am: Added month-view.[ch] and gnome-month-item.[ch] to the sources. svn path=/trunk/; revision=307