aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
Commit message (Expand)AuthorAgeFilesLines
* Use time_t for system time valuesLukas Fleischer2019-01-141-6/+6
* Filter option: invertLars Henriksen2019-01-071-23/+23
* CLI: filter options have no effect for dates before the epochLars Henriksen2019-01-071-4/+4
* DST fix: daylength v. DAYINSECLars Henriksen2018-11-101-1/+1
* DST fix: adjusting time in appointmentsLars Henriksen2018-11-101-1/+4
* Fix support for punctual appointments at 00:00Lukas Fleischer2017-08-281-2/+3
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Fix apoint_inday() with long appointmentsLukas Fleischer2016-03-281-1/+2
* Do not assume that days always have 86400 secondsLukas Fleischer2016-03-271-2/+1
* Improve ordering of appointments/eventsLukas Fleischer2016-02-151-4/+13
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Add an option to filter by object hashLukas Fleischer2016-01-131-1/+14
* Add long format specifiers "raw" and "hash"Lukas Fleischer2016-01-131-0/+11
* Implement {apoint,event,todo}_tostr()Lukas Fleischer2016-01-131-9/+21
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Add pattern filter optionLukas Fleischer2014-08-061-0/+2
* Add item filtersLukas Fleischer2014-08-061-1/+16
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-135/+138
* Validate date/time when scanning itemsLukas Fleischer2013-02-271-0/+6
* Fix braces in if-else statementsLukas Fleischer2013-02-171-4/+4
* apoint.c: Split out UI-related functionsLukas Fleischer2013-02-141-122/+0
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Add compact panels supportLukas Fleischer2012-11-251-1/+1
* 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