aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Lukas Fleischer2012-11-231-16/+13
|\
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-16/+13
* | Use integers rather than floats everywhereLukas Fleischer2012-07-101-3/+2
* | Remove the erase flag and legacy deletion codeLukas Fleischer2012-07-071-21/+8
* | Refactor note removalLukas Fleischer2012-07-071-3/+0
* | Refactor *_dup()Lukas Fleischer2012-07-061-7/+12
* | Remove legacy cut/paste codeLukas Fleischer2012-06-301-10/+0
* | Revise cut/pastingLukas Fleischer2012-06-301-13/+12
* | Make *_free() publicLukas Fleischer2012-06-301-1/+1
* | Move apoint_{cut,paste}() to interaction unitLukas Fleischer2012-06-301-51/+0
* | Revise *_delete{,_bynum}()Lukas Fleischer2012-06-301-4/+2
* | Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-6/+6
* | Move interaction functions to a separate fileLukas Fleischer2012-06-301-144/+0
* | Remove unused functionsLukas Fleischer2012-06-301-12/+0
* | Simplify apoint_switch_notify()Lukas Fleischer2012-06-301-22/+1
* | Simplify recur_apoint_switch_notify()Lukas Fleischer2012-06-301-1/+1
|/
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-342/+280
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-2/+1
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-7/+2
* Mark localized string literals constantLukas Fleischer2012-04-051-7/+7
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Trap fgets() failure in *_scan()Lukas Fleischer2012-02-181-1/+3
* src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1
* src/apoint.c: Remove several unneeded variablesLukas Fleischer2011-12-051-36/+30
* src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer2011-11-141-16/+0
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-1/+1
* Use a global configuration variableLukas Fleischer2011-11-141-2/+2
* Remove parentheses from return statementsLukas Fleischer2011-11-021-8/+8
* Do not cast unused return values to voidLukas Fleischer2011-11-021-25/+20
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-2/+2
* src/apoint.c: Format recurrent multi-day items properlyLukas Fleischer2011-10-211-2/+2
* Make events start on 00:00 (12:00 a.m.)Lukas Fleischer2011-10-211-1/+1
* src/apoint.c: Resize duration input fieldLukas Fleischer2011-10-061-1/+2
* Use parse_{time,duration}() where appropriateLukas Fleischer2011-10-061-25/+25
* Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-061-4/+4
* Remove temporary highlight pointersLukas Fleischer2011-10-061-1/+1
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-9/+7
* Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer2011-07-291-1/+1
* 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
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for appointments.Lukas Fleischer2011-04-191-138/+94
* Use do-while loops when reading start time and duration in apoint_add().Lukas Fleischer2011-04-121-2/+5
* Remove some more dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-121-1/+0
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-4/+4
* Overall indentation fixes.Lukas Fleischer2011-03-141-155/+155
* Parse appointment end times correctly if they date back.Lukas Fleischer2011-03-131-1/+1
* 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