| Commit message (Expand) | Author | Age | Files | Lines |
* | new functions for individual instances management. | Rodrigo Moya | 2003-10-24 | 1 | -0/+1 |
* | update g_date calls to non-deprecated calls | JP Rosevear | 2003-10-23 | 1 | -15/+19 |
* | If only the pipe wouldn't break. | JP Rosevear | 2003-03-05 | 1 | -0/+2 |
* | array of localized month day names ("1st" - "31st") | Dan Winship | 2003-02-06 | 1 | -0/+34 |
* | convert months from 1-12 to 0-11. Fixes bug #19235. | Damon Chaplin | 2002-02-07 | 1 | -0/+6 |
* | updated code to handle DATE values. | Damon Chaplin | 2001-10-30 | 1 | -4/+25 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | convert the formatted date to UTF-8. | Damon Chaplin | 2001-10-27 | 1 | -1/+1 |
* | subtract 1 from any positive BYSETPOS value, since our array is 0-based. | Damon Chaplin | 2001-10-26 | 1 | -3/+7 |
* | added setDefaultTimezone() method. | Damon Chaplin | 2001-10-23 | 1 | -32/+91 |
* | save the EXDATE as a DATE-TIME value, since we know the exact time. Fixes | Damon Chaplin | 2001-10-03 | 1 | -0/+5 |
* | started some code to show the currently displayed dates in the folder | Damon Chaplin | 2001-07-31 | 1 | -0/+5 |
* | Fixes bug #4380 as well as some leftovers from the days of struct tm and | Federico Mena Quintero | 2001-07-12 | 1 | -2/+2 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 1 | -95/+172 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 1 | -17/+45 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | new files to contain layout code split off from EDayView an EWeekView, so | Damon Chaplin | 2001-05-29 | 1 | -0/+18 |
* | libical import cleanup | JP Rosevear | 2001-01-24 | 1 | -1/+1 |
* | Even though icaltime_from_timet() now properly ignores the is_utc argument | Federico Mena Quintero | 2000-12-14 | 1 | -1/+1 |
* | #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end): | Christopher James Lahey | 2000-12-14 | 1 | -1/+5 |
* | Constify for new libical API. (set_text_list): Likewise. | Federico Mena Quintero | 2000-12-13 | 1 | -2/+2 |
* | updated the tests on the start & end time just before calling the | Damon Chaplin | 2000-12-12 | 1 | -34/+47 |
* | added changed flags and added calls to a new function | Damon Chaplin | 2000-12-11 | 1 | -16/+33 |
* | use a gint for day rather than a guint since we now support -ve days. Also | Damon Chaplin | 2000-11-27 | 1 | -55/+117 |
* | These changes fix bugzilla bugs #874 and #875. | Federico Mena Quintero | 2000-11-09 | 1 | -3/+3 |
* | added _click-to-add-message, though I'm not sure if i18n will work. | Damon Chaplin | 2000-10-20 | 1 | -13/+45 |
* | call calendar_config_write_on_exit() to write out some special config | Damon Chaplin | 2000-10-12 | 1 | -34/+64 |
* | when the user types in a new event, don't create it until the user hits | Damon Chaplin | 2000-10-05 | 1 | -146/+213 |
* | updated to support RDATE end times or durations. Note that if you have two | Damon Chaplin | 2000-09-30 | 1 | -59/+235 |
* | set the height of the scrolled window for the description field, since the | Damon Chaplin | 2000-09-25 | 1 | -138/+398 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 1 | -0/+2 |
* | Use new cal_component_has_recurrences convenience function | JP Rosevear | 2000-09-06 | 1 | -1/+0 |
* | Use new convenience functions and only get the recurrence stuff if needed. | JP Rosevear | 2000-09-06 | 1 | -8/+14 |
* | Kill all exdates if there are no dates in the box | JP Rosevear | 2000-09-06 | 1 | -1/+39 |
* | The exdate and rdate lists are a list of icaltimetypes, not | JP Rosevear | 2000-09-06 | 1 | -12/+10 |
* | Compute the event duration using the event start/end times, not the | JP Rosevear | 2000-09-06 | 1 | -13/+12 |
* | Check to see if r->enddate is (time_t)-1 and set to 0 if so | JP Rosevear | 2000-09-06 | 1 | -0/+2 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 1 | -2/+1 |
* | We no longer need time_from_icaltimetype as libical has the API for this | JP Rosevear | 2000-08-29 | 1 | -5/+5 |
* | Use CalComponent and the new property types instead of the old iCalObject | Federico Mena Quintero | 2000-08-02 | 1 | -92/+335 |
* | updated. | Damon Chaplin | 2000-06-16 | 1 | -41/+343 |
* | added test-recur test program. | Damon Chaplin | 2000-06-01 | 1 | -324/+1702 |
* | new files to implement iCalendar recurrence rules. These are only part | Damon Chaplin | 2000-05-20 | 1 | -0/+1131 |