aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.h
Commit message (Collapse)AuthorAgeFilesLines
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-135/+0
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* more code cleanupFrederic Culot2009-01-031-3/+3
|
* cut/paste feature adedFrederic Culot2009-01-011-6/+11
| | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-2/+3
| | | | memory usage
* exceptions now properly taken into account while exporting dataFrederic Culot2008-12-141-2/+1
|
* New functions added to handle ical importFrederic Culot2008-09-161-1/+5
|
* Initial work on icalendar importFrederic Culot2008-09-151-3/+3
|
* pcal export addedFrederic Culot2008-08-101-1/+4
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-59/+69
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-2/+2
|
* Code parts related to item update rewrittenFrederic Culot2008-01-201-7/+4
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-11/+14
|
* recur_repeat_item() updated to use apoint_hilt()Frederic Culot2007-08-151-2/+2
|
* compiler warnings fixedFrederic Culot2007-07-291-2/+2
|
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-10/+1
|
* recur_repeat_item() and recur_item_inday() prototypes updated to take into ↵Frederic Culot2007-07-011-30/+31
| | | | account date_t type
* switch from defines to enum to describe recurrent typesFrederic Culot2007-03-171-6/+8
|
* global variable 'colr' suppressedFrederic Culot2007-03-101-2/+2
|
* variable to store recurrent appointments addedFrederic Culot2007-02-241-13/+16
| | | | | recur_apoint_new() and recur_apoint_scan() prototype updated, recur_apoint_switch_notify() added
* recur_get_apoint() and recur_get_event() addedFrederic Culot2006-12-081-1/+3
|
* recur_apoint_check_next() prototype updatedFrederic Culot2006-09-141-4/+2
|
* prototypes updated to take new recurrent appointment linked lists structure ↵Frederic Culot2006-09-121-9/+16
| | | | into account
* recur_apoint_check_next() addedFrederic Culot2006-09-111-1/+4
|
* recur_exc_scan() addedFrederic Culot2006-08-161-5/+7
|
* recur_item_inday() prototype updatedFrederic Culot2006-08-061-3/+5
| | | | recur_repeat_item() added
* recur_event_erase(), recur_apoint_erase() and recur_write_exc() addedFrederic Culot2006-08-021-1/+4
|
* Initial revisionFrederic Culot2006-07-311-0/+87