aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/calobj.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-2008/+0
* unsigned chars to isalphaMichael Meeks2000-10-271-2/+2
* fixed it so it doesn't crash when a URL is loaded.Damon Chaplin2000-07-231-2/+12
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-4/+4
* switch back to vcal for debuggingSeth Alves2000-06-141-3/+3
* Allow for NULL summaries.Federico Mena Quintero2000-06-091-1/+1
* put this back in, it's still used inSeth Alves2000-06-081-2/+1
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-0/+6
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-071-0/+183
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-071-24/+24
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-0/+8
* Added version and availability of required libunicode library.Matt Loper2000-05-131-30/+35
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-0/+1
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-1/+33
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-0/+21
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-0/+2
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-4/+4
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-0/+108
* deleted some commented out codeSeth Alves2000-04-281-3/+1
* compare iCalObjects by their UIDs instead of by their pointers.Seth Alves2000-04-261-1/+2
* Use ical_object_to_string().Federico Mena Quintero2000-03-281-29/+68
* Initialize the alarm types here. Do not call default_alarm() anymore,Federico Mena Quintero2000-03-111-24/+5
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+7
* track movement of calobj.[ch]Seth Alves2000-03-081-1/+1
* Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-161-7/+48
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-111-1/+1
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-78/+155
* Add default alarm support, Beep on display alarms optionRussell Steinthal1999-11-031-13/+8
* Small fix -miguelArturo Espinosa1999-09-281-30/+30
* Fix the hostname part.Miguel de Icaza1999-08-151-3/+3
* Lots of more work on the sync stuff. It works pretty well now.Arturo Espinosa1999-07-291-6/+11
* New file. Implements PalmPilot syncronization with the Gnome Calendar.Miguel de Icaza1999-07-281-0/+62
* Generate unique IDs on Vevents we load that lack it. WE need this for theMiguel de Icaza1999-07-271-1/+3
* Changed gnome-pim.keys to use the --file flagMiguel de Icaza1999-07-171-3/+27
* One line bug fix from Sergey I Panov.Miguel de Icaza1999-06-041-1/+1
* Work around broken software that writes a broken month-of-day as "zero".Miguel de Icaza1999-06-021-0/+8
* Make intervals always exist. a 0 interval is wrong.Miguel de Icaza1999-05-261-0/+4
* Added this routine so Monthly recurrences use the weekday field as aSteve Murphy1999-04-041-9/+86
* Include <config.h> so that strings get translated. Correct spelling.Nuno Ferreira1999-03-281-0/+1
* Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar =Tomas Ogren1999-03-241-1/+1
* 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu)Arturo Espinosa1999-03-111-2/+13
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-241-0/+10
* GNOME PIM livesMichael Fulbright1998-12-091-1/+1
* Add ctype.hMiguel de Icaza1998-11-071-0/+1
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-031-61/+103
* Small fixes for calendar savingArturo Espinosa1998-08-221-2/+4
* Fix for the weekly event generation. Was reported on the bug trackingMiguel de Icaza1998-05-261-1/+1
* Bug free version of the range computation in place.Miguel de Icaza1998-05-161-2/+2
* Do not add the spurious padding.Miguel de Icaza1998-05-151-5/+43
* Draw the day at startup. (gncal_day_panel_set): Fix selected-day display.Miguel de Icaza1998-05-041-2/+0
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-251-22/+42
* Fixes for vTodo thingies -migArturo Espinosa1998-04-231-7/+18
* Lots of changes:Miguel de Icaza1998-04-221-1/+0
* Enhance the exception date handling -migArturo Espinosa1998-04-211-16/+38
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-3/+6
* more fixes -migArturo Espinosa1998-04-211-0/+3
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-211-1/+23
* Add Quoted printable property to items containing new lines. (duration):Miguel de Icaza1998-04-191-6/+15
* Final steps.Arturo Espinosa1998-04-181-2/+1
* Yes.Arturo Espinosa1998-04-181-0/+18
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-4/+12
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-1/+3
* Year view, double click -migArturo Espinosa1998-04-181-21/+93
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-181-5/+2
* We load the alarms -migArturo Espinosa1998-04-181-14/+47
* Save Recurrence rules -MiguelArturo Espinosa1998-04-181-4/+108
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-181-13/+199
* Remove deadly excessive abuse of encapsulation -migArturo Espinosa1998-04-171-8/+8
* New event generation api in place -miguelArturo Espinosa1998-04-171-1/+3
* Use menu_shell->children, not menu->children. Why does GtkMenu have aFederico Mena Quintero1998-04-171-1/+1
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-161-0/+12
* Year view marks ranges of new dates (on update view). Recurrence iteratorArturo Espinosa1998-04-151-1/+17
* Routine to destory rows array properly.Miguel de Icaza1998-04-151-33/+66
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-151-14/+12
* Load recurrence rules; Paint the recurrence screen according to the rules.Arturo Espinosa1998-04-141-3/+269
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-6/+8
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-091-3/+2
* vCalendar gets fully saved -migArturo Espinosa1998-04-051-3/+83
* lots more -migArturo Espinosa1998-04-041-2/+33
* Lots -migArturo Espinosa1998-04-041-7/+54
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-031-1/+1
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-0/+168
* Removed #include "gtkcalendar.h", because it now comes from libgnomeui.Federico Mena Quintero1998-04-011-1/+1
* Calendar objects as defined by the iCalendar IETF draft. Calendar holderArturo Espinosa1998-04-011-0/+48