summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2021-08-07First day of week can now be any dayMorgan Seltzer
2021-08-07Backend changes for first day of weekMorgan Seltzer
2021-04-11Allow configuration of appointment time formatmercurialmoon
2020-06-13Remove systemdialogs option from configurationLars Henriksen
2020-01-30Update copyright rangesLukas Fleischer
2019-11-03Make the text for empty days configurableLars Henriksen
2019-05-26Automate the calculation of number of days to loadLars Henriksen
2019-05-26Make separation of days conspicuousLars Henriksen
2019-05-22Add configuration variables for multiple daysLars Henriksen
2019-03-21Avoid deadlock in config_save()Lars Henriksen
2019-01-07Explicit calendar and todo view configurationLars Henriksen
2019-01-07CLI: take input date format from configuration file, do not accept timeLars Henriksen
2018-10-21Configuration variable for system eventsLars Henriksen
2018-10-21Remove the configuraton variable conf.progress_barLars Henriksen
2018-05-28Check for empty string in config_parse_int()Lars Henriksen
2018-05-26Avoid buffer overrun in config_parse_str()Lukas Fleischer
2017-12-10Default colour as foreground colourLars Henriksen
2017-09-08Make the day heading position configurableLars Henriksen
2017-08-28Make heading in appointments panel configurableLars Henriksen
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-27Support sending notifications for all appointmentsLukas Fleischer
2016-01-18Save active view on the todo panelLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-08-18Retain comments in descriptions and config valuesLukas Fleischer
2014-07-22config.c: Rework configuration serializationLukas Fleischer
2014-07-22Refactor new_tempfile()Lukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-08Make sure that tmppath is always NULL-terminatedLukas Fleischer
2013-05-04Use a macro to determine the size of arraysLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14calendar.c: Rename to "ui-calendar.c"Lukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-11-25Add compact panels supportLukas Fleischer
2012-11-25Add configuration option to set a default panelLukas Fleischer
2012-06-30src/config.c: Fix parsing an unset color themeLukas Fleischer
2012-05-31Make appearance.calendarview more explicit in config fileBaptiste Jonglez
2012-05-31Give a meaning to DATE_FORMATSBaptiste Jonglez
2012-05-29src/config.c: Bail out on incomplete directiveLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-17Fix data type of "general.firstdayofweek"Lukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-29src/config.c: Detect legacy configuration filesLukas Fleischer
2012-03-29src/config.c: Reorder configuration variablesLukas Fleischer
2012-03-27src/config.c: Rename configuration variablesLukas Fleischer