aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-recur.c
Commit message (Expand)AuthorAgeFilesLines
* convert months from 1-12 to 0-11. Fixes bug #19235.Damon Chaplin2002-02-071-0/+6
* updated code to handle DATE values.Damon Chaplin2001-10-301-4/+25
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-1/+1
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-3/+7
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-32/+91
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-031-0/+5
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-0/+5
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-2/+2
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-95/+172
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-17/+45
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-0/+18
* libical import cleanupJP Rosevear2001-01-241-1/+1
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-1/+1
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-1/+5
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-2/+2
* updated the tests on the start & end time just before calling theDamon Chaplin2000-12-121-34/+47
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-16/+33
* use a gint for day rather than a guint since we now support -ve days. AlsoDamon Chaplin2000-11-271-55/+117
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-091-3/+3
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-13/+45
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-34/+64
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-051-146/+213
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-301-59/+235
* set the height of the scrolled window for the description field, since theDamon Chaplin2000-09-251-138/+398
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+2
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-1/+0
* Use new convenience functions and only get the recurrence stuff if needed.JP Rosevear2000-09-061-8/+14
* Kill all exdates if there are no dates in the boxJP Rosevear2000-09-061-1/+39
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-061-12/+10
* Compute the event duration using the event start/end times, not theJP Rosevear2000-09-061-13/+12
* Check to see if r->enddate is (time_t)-1 and set to 0 if soJP Rosevear2000-09-061-0/+2
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-011-2/+1
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-291-5/+5
* Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-021-92/+335
* updated.Damon Chaplin2000-06-161-41/+343
* added test-recur test program.Damon Chaplin2000-06-011-324/+1702
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-0/+1131