aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Make the text for empty days configurableLars Henriksen2019-11-031-0/+1
* Automate the calculation of number of days to loadLars Henriksen2019-05-261-1/+1
* Make separation of days conspicuousLars Henriksen2019-05-261-1/+3
* Add configuration variables for multiple daysLars Henriksen2019-05-221-0/+3
* Avoid deadlock in config_save()Lars Henriksen2019-03-211-7/+8
* Explicit calendar and todo view configurationLars Henriksen2019-01-071-8/+12
* CLI: take input date format from configuration file, do not accept timeLars Henriksen2019-01-071-5/+2
* Configuration variable for system eventsLars Henriksen2018-10-211-0/+1
* Remove the configuraton variable conf.progress_barLars Henriksen2018-10-211-1/+6
* Check for empty string in config_parse_int()Lars Henriksen2018-05-281-3/+6
* Avoid buffer overrun in config_parse_str()Lukas Fleischer2018-05-261-1/+6
* Default colour as foreground colourLars Henriksen2017-12-101-0/+1
* Make the day heading position configurableLars Henriksen2017-09-081-0/+27
* Make heading in appointments panel configurableLars Henriksen2017-08-281-0/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Support sending notifications for all appointmentsLukas Fleischer2016-01-271-1/+29
* Save active view on the todo panelLukas Fleischer2016-01-181-0/+25
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Retain comments in descriptions and config valuesLukas Fleischer2014-08-181-1/+3
* config.c: Rework configuration serializationLukas Fleischer2014-07-221-66/+58
* Refactor new_tempfile()Lukas Fleischer2014-07-221-11/+11
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-2/+1
* Make sure that tmppath is always NULL-terminatedLukas Fleischer2014-07-081-2/+2
* Use a macro to determine the size of arraysLukas Fleischer2013-05-041-4/+4
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-346/+352
* Fix braces in if-else statementsLukas Fleischer2013-02-171-17/+20
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-141-6/+6
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Add compact panels supportLukas Fleischer2012-11-251-0/+1
* Add configuration option to set a default panelLukas Fleischer2012-11-251-0/+30
* src/config.c: Fix parsing an unset color themeLukas Fleischer2012-06-301-1/+5
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-311-3/+13
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-311-1/+1
* src/config.c: Bail out on incomplete directiveLukas Fleischer2012-05-291-0/+3
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-298/+256
* Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-171-10/+12
* Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* Mark several functions staticLukas Fleischer2012-04-201-1/+1
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-2/+2
* src/config.c: Detect legacy configuration filesLukas Fleischer2012-03-291-0/+27
* src/config.c: Reorder configuration variablesLukas Fleischer2012-03-291-15/+15
* src/config.c: Rename configuration variablesLukas Fleischer2012-03-271-22/+22
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-2/+2
* Add a read-only optionLukas Fleischer2012-02-241-9/+4
* Fix up strncat() usageLukas Fleischer2012-02-181-2/+2
* src/config.c: Add missing configuration variablesLukas Fleischer2012-02-171-15/+42
* src/config.c: Revamp configuration file parsingLukas Fleischer2012-02-171-130/+81