aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/timeutil.c
Commit message (Collapse)AuthorAgeFilesLines
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-0/+48
| | | | svn path=/trunk/; revision=126
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-1/+0
| | | | svn path=/trunk/; revision=109
* more and more fixes -migArturo Espinosa1998-04-041-7/+22
| | | | svn path=/trunk/; revision=104
* Lots -migArturo Espinosa1998-04-041-1/+25
| | | | svn path=/trunk/; revision=103
* More calendar work -migArturo Espinosa1998-04-031-8/+12
| | | | svn path=/trunk/; revision=98
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-031-3/+12
| | | | svn path=/trunk/; revision=96
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | | 1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c: New main program that uses our new datatypes and objects. * calendar.c (calendar_load_from_vobject, calendar_load): Implement loading of vCalendar objects and vCalendar files. * calobj.c (ical_object_create_from_vobject): Implement loading of vCalendar event and todo objects. * timeutil.c (isodate_from_time_t): New function. * gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived from GnomeApp. It holds all of the day views and arbitrates the display. svn path=/trunk/; revision=93
* `buf' now static.Tom Tromey1998-04-011-1/+1
| | | | | | | | Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com> * timeutil.c (format_simple_hour): `buf' now static. svn path=/trunk/; revision=85
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-011-2/+30
| | | | | | | | | | 1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * timeutil.c (format_simple_hour): New function, formats an hour/am_pm pair into a string of the form "3am", "12pm", "05h", "19h", etc. It is used by the day view widget for its labels. svn path=/trunk/; revision=83
* iCalendar/vCalendar time utiltiesArturo Espinosa1998-04-011-0/+29
svn path=/trunk/; revision=81