Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix apoint_inday() with long appointments | Lukas Fleischer | 2016-03-28 | 1 | -1/+2 |
* | Do not assume that days always have 86400 seconds | Lukas Fleischer | 2016-03-27 | 1 | -2/+1 |
* | Improve ordering of appointments/events | Lukas Fleischer | 2016-02-15 | 1 | -4/+13 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -1/+14 |
* | Add long format specifiers "raw" and "hash" | Lukas Fleischer | 2016-01-13 | 1 | -0/+11 |
* | Implement {apoint,event,todo}_tostr() | Lukas Fleischer | 2016-01-13 | 1 | -9/+21 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 1 | -0/+2 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -1/+16 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -135/+138 |
* | Validate date/time when scanning items | Lukas Fleischer | 2013-02-27 | 1 | -0/+6 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -4/+4 |
* | apoint.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 1 | -122/+0 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Add compact panels support | Lukas Fleischer | 2012-11-25 | 1 | -1/+1 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-11-23 | 1 | -16/+13 |
|\ | |||||
| * | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -16/+13 |
* | | Use integers rather than floats everywhere | Lukas Fleischer | 2012-07-10 | 1 | -3/+2 |
* | | Remove the erase flag and legacy deletion code | Lukas Fleischer | 2012-07-07 | 1 | -21/+8 |
* | | Refactor note removal | Lukas Fleischer | 2012-07-07 | 1 | -3/+0 |
* | | Refactor *_dup() | Lukas Fleischer | 2012-07-06 | 1 | -7/+12 |
* | | Remove legacy cut/paste code | Lukas Fleischer | 2012-06-30 | 1 | -10/+0 |
* | | Revise cut/pasting | Lukas Fleischer | 2012-06-30 | 1 | -13/+12 |
* | | Make *_free() public | Lukas Fleischer | 2012-06-30 | 1 | -1/+1 |
* | | Move apoint_{cut,paste}() to interaction unit | Lukas Fleischer | 2012-06-30 | 1 | -51/+0 |
* | | Revise *_delete{,_bynum}() | Lukas Fleischer | 2012-06-30 | 1 | -4/+2 |
* | | Allow passing more complex data to list callbacks | Lukas Fleischer | 2012-06-30 | 1 | -6/+6 |
* | | Move interaction functions to a separate file | Lukas Fleischer | 2012-06-30 | 1 | -144/+0 |
* | | Remove unused functions | Lukas Fleischer | 2012-06-30 | 1 | -12/+0 |
* | | Simplify apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 1 | -22/+1 |
* | | Simplify recur_apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 1 | -1/+1 |
|/ | |||||
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -342/+280 |
* | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -2/+1 |
* | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -7/+2 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -7/+7 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Trap fgets() failure in *_scan() | Lukas Fleischer | 2012-02-18 | 1 | -1/+3 |
* | src/apoint.c: Update in-notify-bar help for new duration syntax | Baptiste Jonglez | 2012-01-07 | 1 | -2/+2 |
* | src/apoint.c: Fix a length bug introduced by new duration format | Baptiste Jonglez | 2012-01-07 | 1 | -1/+1 |
* | src/apoint.c: Remove several unneeded variables | Lukas Fleischer | 2011-12-05 | 1 | -36/+30 |
* | src/apoint.c: Remove apoint_recur_s2apoint_s() | Lukas Fleischer | 2011-11-14 | 1 | -16/+0 |
* | Removed unused parameter from apoint_sec2str() | Lukas Fleischer | 2011-11-14 | 1 | -1/+1 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -2/+2 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -8/+8 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -25/+20 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | src/apoint.c: Format recurrent multi-day items properly | Lukas Fleischer | 2011-10-21 | 1 | -2/+2 |
* | Make events start on 00:00 (12:00 a.m.) | Lukas Fleischer | 2011-10-21 | 1 | -1/+1 |
* | src/apoint.c: Resize duration input field | Lukas Fleischer | 2011-10-06 | 1 | -1/+2 |