Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for --filter-end-* to events | Lukas Fleischer | 2015-05-20 | 1 | -1/+6 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 1 | -4/+4 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 1 | -0/+4 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -2/+28 |
* | Initialize linked list for recurrent items | Lukas Fleischer | 2014-07-16 | 1 | -0/+5 |
* | recur.c: Refactor/Reformat recur_item_find_occurrence() | Lukas Fleischer | 2013-05-02 | 1 | -17/+13 |
* | recur_exc_scan(): Do not check time of exceptions | Lukas Fleischer | 2013-04-14 | 1 | -2/+1 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -543/+562 |
* | Validate date/time when scanning items | Lukas Fleischer | 2013-02-27 | 1 | -0/+19 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -3/+6 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-11-23 | 1 | -27/+27 |
|\ | |||||
| * | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -30/+30 |
* | | Remove the erase flag and legacy deletion code | Lukas Fleischer | 2012-07-07 | 1 | -35/+9 |
* | | Refactor exception handling | Lukas Fleischer | 2012-07-07 | 1 | -40/+49 |
* | | Refactor note removal | Lukas Fleischer | 2012-07-07 | 1 | -7/+1 |
* | | Refactor *_dup() | Lukas Fleischer | 2012-07-06 | 1 | -23/+35 |
* | | Remove legacy cut/paste code | Lukas Fleischer | 2012-06-30 | 1 | -30/+0 |
* | | Revise cut/pasting | Lukas Fleischer | 2012-06-30 | 1 | -40/+25 |
* | | Make *_free() public | Lukas Fleischer | 2012-06-30 | 1 | -2/+2 |
* | | Revise *_delete{,_bynum}() | Lukas Fleischer | 2012-06-30 | 1 | -11/+5 |
* | | Allow passing more complex data to list callbacks | Lukas Fleischer | 2012-06-30 | 1 | -10/+10 |
* | | Move interaction functions to a separate file | Lukas Fleischer | 2012-06-30 | 1 | -136/+0 |
* | | Remove unused functions | Lukas Fleischer | 2012-06-30 | 1 | -26/+0 |
* | | Simplify recur_apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 1 | -9/+1 |
* | | Rework generic item container | Lukas Fleischer | 2012-06-30 | 1 | -4/+6 |
|/ | |||||
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -2/+2 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -664/+549 |
* | Use status_ask_choice() on more difficult cases | Baptiste Jonglez | 2012-05-14 | 1 | -16/+29 |
* | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -1/+1 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -10/+10 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Use strcmp() instead of strncmp() | Lukas Fleischer | 2012-03-12 | 1 | -1/+1 |
* | Fix up fscanf() format strings | Lukas Fleischer | 2012-02-19 | 1 | -1/+1 |
* | Trap fgets() failure in *_scan() | Lukas Fleischer | 2012-02-18 | 1 | -2/+6 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -4/+4 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -24/+24 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -52/+46 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -4/+4 |
* | src/recur.c: Speed up recur_item_find_occurrence() | Lukas Fleischer | 2011-11-02 | 1 | -0/+3 |
* | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 1 | -11/+46 |
* | src/recur.c: Remove diff_weeks() | Lukas Fleischer | 2011-10-21 | 1 | -10/+3 |
* | src/recur.c: Support recurrent multi-day appointments | Lukas Fleischer | 2011-10-21 | 1 | -45/+50 |
* | Pass item durations to recur_item_inday() | Lukas Fleischer | 2011-10-21 | 1 | -5/+5 |
* | Make events start on 00:00 (12:00 a.m.) | Lukas Fleischer | 2011-10-21 | 1 | -3/+3 |
* | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 1 | -17/+13 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 1 | -8/+9 |
|\ | |||||
| * | Fix recurrent appointment notification | Lukas Fleischer | 2011-07-29 | 1 | -6/+3 |
| * | Update the notification item in *_paste_item() | Lukas Fleischer | 2011-07-29 | 1 | -0/+4 |