aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-251-700/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 1998-08-24 Federico Mena Quintero <federico@nuclecu.unam.mx> * main.c: Changed the Properties menu item to Preferences. These are global application preferences, not a single calendar's properties. * prop.c (prop_apply): Save the week_starts_on_monday flag to the configuration file. (properties): Added a check button for weeks starting on Monday. (properties): Beautified the Preferences dialog. * month-view.c (month_view_init): * goto.c (create_days): Set the month item to start weeks on Monday if appropriate. * main.c (init_calendar): A boolean is not an hour, so don't range_check_hour() on it. (init_calendar): Added a global week_starts_on_monday flag. * main.h: Added global week_starts_on_monday flag. svn path=/trunk/; revision=336
* Say `#if 0', not `#ifdef 0'.Raja R Harinath1998-04-091-1/+1
| | | | | | * gncal.c (update_calendar): Say `#if 0', not `#ifdef 0'. svn path=/trunk/; revision=115
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-031-1/+20
| | | | | | | | | | | | 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c: New full-day widget. It is still a work in progress. It will be similar to M$ Schedule's nifty full day view widget, but with Gtk's elegance :-) * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. svn path=/trunk/; revision=99
* Added session maanagement and using clistsCraig Small1998-03-311-46/+231
| | | | svn path=/trunk/; revision=77
* Use gnome_message_box_*, not gnome_messagebox_*.Tom Tromey1998-03-221-1/+1
| | | | | | | | Sat Mar 21 15:43:20 1998 Tom Tromey <tromey@cygnus.com> * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. svn path=/trunk/; revision=76
* linked into gtkcalendar widgetCraig Small1998-03-121-8/+26
| | | | svn path=/trunk/; revision=66
* Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a.Tom Tromey1998-03-091-1/+1
| | | | | | | | | | | Sun Mar 8 16:38:10 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a. * gncal.c (main): Use new gnome_init. svn path=/trunk/; revision=61
* gnome_init app_id parameter changes - FedericoArturo Espinosa1998-02-201-1/+1
| | | | svn path=/trunk/; revision=47
* Added an about boxCraig Small1998-02-101-17/+46
| | | | svn path=/trunk/; revision=10
* New Gnome Calendar filesCraig Small1998-01-121-0/+449
svn path=/trunk/; revision=2