aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.c
Commit message (Expand)AuthorAgeFilesLines
...
* Trap fgets() failure in *_scan()Lukas Fleischer2012-02-181-2/+6
* Use a global configuration variableLukas Fleischer2011-11-141-4/+4
* Remove parentheses from return statementsLukas Fleischer2011-11-021-24/+24
* Do not cast unused return values to voidLukas Fleischer2011-11-021-52/+46
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-4/+4
* src/recur.c: Speed up recur_item_find_occurrence()Lukas Fleischer2011-11-021-0/+3
* Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-11/+46
* src/recur.c: Remove diff_weeks()Lukas Fleischer2011-10-211-10/+3
* src/recur.c: Support recurrent multi-day appointmentsLukas Fleischer2011-10-211-45/+50
* Pass item durations to recur_item_inday()Lukas Fleischer2011-10-211-5/+5
* Make events start on 00:00 (12:00 a.m.)Lukas Fleischer2011-10-211-3/+3
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-17/+13
* Merge branch 'maint'Lukas Fleischer2011-07-301-8/+9
|\
| * Fix recurrent appointment notificationLukas Fleischer2011-07-291-6/+3
| * Update the notification item in *_paste_item()Lukas Fleischer2011-07-291-0/+4
| * Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-291-2/+2
* | Make recur_*_write() publicLukas Fleischer2011-07-021-2/+2
|/
* Fix whitespace issuesLukas Fleischer2011-06-091-2/+2
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring item exceptions.Lukas Fleischer2011-04-221-108/+81
* Use generic lists for recurring apointments and events.Lukas Fleischer2011-04-191-287/+216
* Add recur_apoint_inday() and recur_event_inday().Lukas Fleischer2011-04-191-0/+14
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-18/+18
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-10/+4
* Use upper case for macro names.Lukas Fleischer2011-03-151-4/+4
* Overall indentation fixes.Lukas Fleischer2011-03-141-200/+200
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-2/+2
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-73/+67
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-081-7/+74
* Make use of erase_note() whenever possible.Frederic Culot2009-07-191-31/+25
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-221-5/+5
* more code cleanupFrederic Culot2009-01-031-20/+30
* various bugfixesFrederic Culot2009-01-021-18/+19
* cut/paste feature adedFrederic Culot2009-01-011-85/+295
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-58/+91
* small bugfixes and code cleanupFrederic Culot2008-12-141-43/+22
* exceptions now properly taken into account while exporting dataFrederic Culot2008-12-141-19/+1
* daylight saving time related problems fixed (thanks youshe and Jan for report...Frederic Culot2008-12-131-9/+6
* code cleanupFrederic Culot2008-12-121-3/+3
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-2/+2
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-7/+7
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-8/+9
* New functions added to handle ical importFrederic Culot2008-09-161-3/+3
* pcal export addedFrederic Culot2008-08-101-1/+20
* memory leaks fixed, thanks Tony for reporting themFrederic Culot2008-05-031-4/+2