| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI: filter options have no effect for dates before the epoch | Lars Henriksen | 2019-01-07 | 3 | -16/+16 |
* | CLI: time assignments for filter options | Lars Henriksen | 2019-01-07 | 1 | -4/+21 |
* | CLI: long options to override configuration file settings | Lars Henriksen | 2019-01-07 | 1 | -3/+29 |
* | CLI: take input date format from configuration file, do not accept time | Lars Henriksen | 2019-01-07 | 2 | -73/+49 |
* | Command line options: -P, option check, usage, help | Lars Henriksen | 2019-01-07 | 1 | -25/+69 |
* | Fix day range for queries | Lars Henriksen | 2019-01-07 | 1 | -8/+6 |
* | Rewrite of io_init() | Lars Henriksen | 2018-12-14 | 4 | -97/+60 |
* | Fix priority parsing in iCal imports | dott | 2018-11-24 | 1 | -1/+1 |
* | Fix default paths for configuration files | Lukas Fleischer | 2018-11-10 | 1 | -3/+3 |
* | DST fix: daylength v. DAYINSEC | Lars Henriksen | 2018-11-10 | 4 | -3/+9 |
* | DST fix: adjusting time in appointments | Lars Henriksen | 2018-11-10 | 4 | -13/+39 |
* | DST fix: adding appointments on the day when DST starts or stops | Lars Henriksen | 2018-11-10 | 1 | -11/+7 |
* | Ignore resize and error keys in getstring() | Lukas Fleischer | 2018-10-21 | 1 | -0/+3 |
* | Check if the configuration folder exists | Quentin Hibon | 2018-10-21 | 3 | -10/+20 |
* | Mutex for the system message queue | Lars Henriksen | 2018-10-21 | 1 | -3/+9 |
* | Configuration variable for system events | Lars Henriksen | 2018-10-21 | 5 | -2/+18 |
* | Periodic save: report cancelled save | Lars Henriksen | 2018-10-21 | 1 | -1/+3 |
* | System message queue | Lars Henriksen | 2018-10-21 | 4 | -0/+112 |
* | Quit, autosave and interactive save | Lars Henriksen | 2018-10-21 | 1 | -2/+11 |
* | Remove the configuraton variable conf.progress_bar | Lars Henriksen | 2018-10-21 | 4 | -15/+6 |
* | Error return code for io_reload_data() | Lars Henriksen | 2018-10-21 | 3 | -10/+23 |
* | New save/load mutex strategy | Lars Henriksen | 2018-10-21 | 1 | -39/+28 |
* | Periodic save mutex | Lars Henriksen | 2018-10-21 | 1 | -2/+6 |
* | Distinguish between interactive and periodic save | Lars Henriksen | 2018-10-21 | 3 | -9/+17 |
* | Data save and removal of the progress bar | Lars Henriksen | 2018-10-21 | 3 | -128/+27 |
* | Move user information after save/reload to the command level | Lars Henriksen | 2018-10-21 | 3 | -38/+80 |
* | A save refinement: no action if everything is unchanged | Lars Henriksen | 2018-10-21 | 2 | -2/+10 |
* | Only reload if data files were changed (replacement) | Lars Henriksen | 2018-10-21 | 4 | -57/+68 |
* | Reload data after resolving save conflict (improved) | Lars Henriksen | 2018-10-21 | 3 | -31/+51 |
* | Handling of modified flag | Lars Henriksen | 2018-10-21 | 2 | -3/+2 |
* | Update windows at the right level | Lars Henriksen | 2018-10-21 | 1 | -1/+1 |
* | Stop/start the notify main thread at the right level | Lars Henriksen | 2018-10-21 | 1 | -7/+0 |
* | 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 |