| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges for 2023 | Lukas Fleischer | 2023-04-11 | 1 | -2/+2 |
* | Update copyright ranges for 2022 | Lukas Fleischer | 2022-03-11 | 1 | -2/+2 |
* | Return failure if import skips any item | Lars Henriksen | 2020-11-07 | 1 | -3/+5 |
* | Always exit with failure in case of option parsing errors | Lars Henriksen | 2020-10-07 | 1 | -14/+9 |
* | Remove systemdialogs option from configuration | Lars Henriksen | 2020-06-13 | 1 | -2/+2 |
* | Improve ical import logging | Lars Henriksen | 2020-03-22 | 1 | -1/+2 |
* | Update copyright ranges | Lukas Fleischer | 2020-01-30 | 1 | -2/+2 |
* | Introduce multiple days in the appointments panel | Lars Henriksen | 2019-05-22 | 1 | -1/+1 |
* | Fix display of time left before next appointment | Lars Henriksen | 2019-04-13 | 1 | -2/+5 |
* | Change -C and -D long option names | vxid | 2019-03-13 | 1 | -2/+6 |
* | Fix next recurring appointment | Lars Henriksen | 2019-01-11 | 1 | -2/+1 |
* | Initialize data paths once only | Lars Henriksen | 2019-01-08 | 1 | -2/+3 |
* | Purge option glorified | Lars Henriksen | 2019-01-07 | 1 | -4/+7 |
* | Filter option: invert | Lars Henriksen | 2019-01-07 | 1 | -2/+8 |
* | CLI: detect conflicting filter options | Lars Henriksen | 2019-01-07 | 1 | -0/+37 |
* | CLI: Revert to and update of parse_datetimearg() | Lars Henriksen | 2019-01-07 | 1 | -52/+95 |
* | CLI: do not start daemon if calcurse is running | Lars Henriksen | 2019-01-07 | 1 | -1/+3 |
* | 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 | 1 | -68/+47 |
* | 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 | 1 | -1/+3 |
* | Only reload if data files were changed (replacement) | Lars Henriksen | 2018-10-21 | 1 | -6/+5 |
* | 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 | 1 | -5/+5 |
* | Add option to specify the configuration file used | Quentin Hibon | 2018-05-28 | 1 | -4/+10 |
* | Allow for passing negative arguments to -d | Lukas Fleischer | 2017-12-13 | 1 | -10/+14 |
* | Check for optional argument to -s option | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -2/+2 |
* | Do not start the daemon more than once | Lukas Fleischer | 2016-10-19 | 1 | -0/+1 |
* | Always use memory management wrappers | Lukas Fleischer | 2016-10-13 | 1 | -2/+2 |
* | Support format strings when dumping imported items | Lukas Fleischer | 2016-02-11 | 1 | -6/+23 |
* | Support format specifiers in grep mode | Lukas Fleischer | 2016-02-05 | 1 | -7/+24 |
* | Refactor grep mode | Lukas Fleischer | 2016-02-05 | 1 | -2/+7 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -2/+2 |
* | Fix behavior of --todo with an optional argument | Lukas Fleischer | 2016-01-28 | 1 | -0/+2 |
* | args.c: Revise help/usage/version output | Lukas Fleischer | 2016-01-28 | 1 | -86/+33 |
* | Add a --daemon command-line parameter | Lukas Fleischer | 2016-01-28 | 1 | -3/+11 |
* | Export item UIDs upon request | Lukas Fleischer | 2016-01-15 | 1 | -2/+7 |
* | Add --list-imported command line option | Lukas Fleischer | 2016-01-13 | 1 | -1/+7 |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 1 | -1/+5 |
* | Implement filter mode | Lukas Fleischer | 2016-01-13 | 1 | -4/+8 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -1/+6 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 1 | -5/+6 |
* | Use date_sec_change() for adding day deltas | Lukas Fleischer | 2015-02-22 | 1 | -4/+4 |
* | Use LONG_MAX for invalid dates in parse_datearg() | Lukas Fleischer | 2015-02-22 | 1 | -3/+3 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -2/+2 |
* | Handle dates past January 19th, 2038 | Lukas Fleischer | 2015-02-07 | 1 | -2/+2 |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 1 | -10/+5 |