| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix window update after hook execution | Lars Henriksen | 2018-10-21 | 3 | -14/+4 |
* | Fix memory leak in run_hook() | Lukas Fleischer | 2018-08-25 | 1 | -2/+4 |
* | Minor merge adjustments | Lars Henriksen | 2018-08-25 | 1 | -36/+43 |
* | Fix memory leak in update_duration() | Lars Henriksen | 2018-08-25 | 1 | -1/+4 |
* | Fix seg fault in update_rept() | Lars Henriksen | 2018-08-25 | 1 | -5/+7 |
* | Buffer mixup | Lars Henriksen | 2018-08-25 | 1 | -4/+3 |
* | Major overhaul of appointment/event input routines. | Lars Henriksen | 2018-08-25 | 1 | -194/+241 |
* | Start and end time validation. | Lars Henriksen | 2018-08-25 | 2 | -8/+47 |
* | New support functions for input validation. | Lars Henriksen | 2018-08-25 | 2 | -0/+39 |
* | Refactoring update_duration/day_edit_duration. | Lars Henriksen | 2018-08-25 | 1 | -55/+49 |
* | Make editing of punctual appointments more intuitive | Lukas Fleischer | 2018-08-25 | 1 | -3/+6 |
* | Only stop threads when exiting from interactive mode | Lukas Fleischer | 2018-08-25 | 1 | -3/+3 |
* | Initialize variables in non-interactive mode in all cases | Lars Henriksen | 2018-08-19 | 1 | -3/+1 |
* | Use a path instead of a file for -C option | Quentin Hibon | 2018-08-05 | 2 | -24/+27 |
* | Fix multiple, simultaneous periodic saves | Lars Henriksen | 2018-07-28 | 1 | -4/+4 |
* | Solve deadlock in notification bar | Lars Henriksen | 2018-07-28 | 5 | -16/+28 |
* | Fix end-before-start inconsistency | Lars Henriksen | 2018-06-05 | 1 | -7/+9 |
* | Fix appointment becoming event | Lars Henriksen | 2018-06-05 | 1 | -4/+4 |
* | Support UTF-8 encoded characters in user choices | Lars Henriksen | 2018-06-03 | 1 | -12/+23 |
* | Key bindings for UTF-8 encoded characters | Lars Henriksen | 2018-06-03 | 4 | -13/+47 |
* | Rename utf8_ord() to utf8_decode() | Lars Henriksen | 2018-06-03 | 3 | -4/+4 |
* | Do not stop already cancelled notification thread | Lukas Fleischer | 2018-06-03 | 1 | -6/+11 |
* | Only lock save mutex as short as possible | Lukas Fleischer | 2018-06-03 | 1 | -3/+1 |
* | Check for empty string in config_parse_int() | Lars Henriksen | 2018-05-28 | 1 | -3/+6 |
* | Add option to specify the configuration file used | Quentin Hibon | 2018-05-28 | 3 | -8/+21 |
* | Always NUL-terminate buffer in note_gc() | Lukas Fleischer | 2018-05-26 | 1 | -0/+1 |
* | Always NUL-terminate buffer in keys_fill_missing() | Lukas Fleischer | 2018-05-26 | 1 | -0/+1 |
* | Fix buffer overflow in keys_action_allkeys() | Lukas Fleischer | 2018-05-26 | 1 | -4/+9 |
* | Always NUL-terminate buffer in io_load_keys() | Lukas Fleischer | 2018-05-26 | 1 | -0/+1 |
* | notify.c: fix several buffer overflows | Lukas Fleischer | 2018-05-26 | 1 | -13/+18 |
* | Properly NUL-terminate the day heading after editing | Lukas Fleischer | 2018-05-26 | 1 | -1/+1 |
* | Avoid buffer overrun in config_parse_str() | Lukas Fleischer | 2018-05-26 | 1 | -1/+6 |
* | Scrollbar and right window border (corrected) | Lars Henriksen | 2018-05-26 | 9 | -36/+32 |
* | Transparent cursor fix | Lars Henriksen | 2018-05-26 | 2 | -8/+7 |
* | Fix end-of-string calculation | Lars Henriksen | 2018-05-24 | 1 | -1/+1 |
* | Run pre-load hook before testing for modifications | Lukas Fleischer | 2018-05-23 | 2 | -2/+8 |
* | Unlock the save mutex as early as possible | Lukas Fleischer | 2018-05-19 | 1 | -4/+5 |
* | Use dummy variables to ignore return values of pair_content() | Lukas Fleischer | 2018-05-10 | 1 | -2/+2 |
* | ical: use the VALUE parameter in DTSTART | Quentin Hibon | 2018-05-10 | 1 | -1/+1 |
* | Allow for passing negative arguments to -d | Lukas Fleischer | 2017-12-13 | 1 | -10/+14 |
* | Fix no-colour theme | Lars Henriksen | 2017-12-10 | 3 | -13/+8 |
* | Scrollbar and right window border | Lars Henriksen | 2017-12-10 | 3 | -23/+49 |
* | Default colour as foreground colour | Lars Henriksen | 2017-12-10 | 4 | -4/+24 |
* | Update UTF-8 base code | Lars Henriksen | 2017-12-07 | 2 | -23/+11 |
* | Do not prompt when non-interactive import fails | Lukas Fleischer | 2017-11-23 | 1 | -17/+11 |
* | Check for the year span 1902-2037 | Lars Henriksen | 2017-11-23 | 3 | -15/+34 |
* | Function cleanup in custom.c | Lars Henriksen | 2017-11-23 | 2 | -42/+39 |
* | Fix help for nine actions | Lars Henriksen | 2017-11-15 | 1 | -4/+18 |
* | Remove unused argument from wins_other_status_page | Lars Henriksen | 2017-11-03 | 3 | -3/+3 |
* | Detect error on character input | Lars Henriksen | 2017-10-29 | 1 | -1/+5 |