summaryrefslogtreecommitdiff
path: root/src/args.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2020-11-07Return failure if import skips any itemLars Henriksen
2020-10-07Always exit with failure in case of option parsing errorsLars Henriksen
2020-06-13Remove systemdialogs option from configurationLars Henriksen
2020-03-22Improve ical import loggingLars Henriksen
2020-01-30Update copyright rangesLukas Fleischer
2019-05-22Introduce multiple days in the appointments panelLars Henriksen
2019-04-13Fix display of time left before next appointmentLars Henriksen
2019-03-13Change -C and -D long option namesvxid
2019-01-11Fix next recurring appointmentLars Henriksen
2019-01-08Initialize data paths once onlyLars Henriksen
2019-01-07Purge option glorifiedLars Henriksen
2019-01-07Filter option: invertLars Henriksen
2019-01-07CLI: detect conflicting filter optionsLars Henriksen
2019-01-07CLI: Revert to and update of parse_datetimearg()Lars Henriksen
2019-01-07CLI: do not start daemon if calcurse is runningLars Henriksen
2019-01-07CLI: time assignments for filter optionsLars Henriksen
2019-01-07CLI: long options to override configuration file settingsLars Henriksen
2019-01-07CLI: take input date format from configuration file, do not accept timeLars Henriksen
2019-01-07Command line options: -P, option check, usage, helpLars Henriksen
2019-01-07Fix day range for queriesLars Henriksen
2018-12-14Rewrite of io_init()Lars Henriksen
2018-10-21Only reload if data files were changed (replacement)Lars Henriksen
2018-08-19Initialize variables in non-interactive mode in all casesLars Henriksen
2018-08-05Use a path instead of a file for -C optionQuentin Hibon
2018-05-28Add option to specify the configuration file usedQuentin Hibon
2017-12-13Allow for passing negative arguments to -dLukas Fleischer
2017-08-12Check for optional argument to -s optionLars Henriksen
2017-01-12Update copyright rangesLukas Fleischer
2016-10-19Do not start the daemon more than onceLukas Fleischer
2016-10-13Always use memory management wrappersLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-02-05Support format specifiers in grep modeLukas Fleischer
2016-02-05Refactor grep modeLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-28Fix behavior of --todo with an optional argumentLukas Fleischer
2016-01-28args.c: Revise help/usage/version outputLukas Fleischer
2016-01-28Add a --daemon command-line parameterLukas Fleischer
2016-01-15Export item UIDs upon requestLukas Fleischer
2016-01-13Add --list-imported command line optionLukas Fleischer
2016-01-13Add command line option to suppress dialogsLukas Fleischer
2016-01-13Implement filter modeLukas Fleischer
2016-01-13Add an option to filter by object hashLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-22Use date_sec_change() for adding day deltasLukas Fleischer
2015-02-22Use LONG_MAX for invalid dates in parse_datearg()Lukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2015-02-07Handle dates past January 19th, 2038Lukas Fleischer
2014-10-10Add io_load_data() wrapperLukas Fleischer