aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/timeutil.h
Commit message (Collapse)AuthorAgeFilesLines
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-0/+4
| | | | svn path=/trunk/; revision=109
* Lots -migArturo Espinosa1998-04-041-2/+3
| | | | svn path=/trunk/; revision=103
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-011-0/+26
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