summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)Author
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
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2012-02-17src/config.c: Add missing configuration variablesLukas Fleischer
2012-02-17src/config.c: Revamp configuration file parsingLukas Fleischer
2012-02-17src/config.c: Add more parser/serialization wrappersLukas Fleischer
2012-02-17src/config.c: Introduce config_parse_str()Lukas Fleischer
2012-02-17src/config.c: Keep formatting and commentsLukas Fleischer
2012-02-17src/config.c: Add serialization helperLukas Fleischer
2012-02-16src/config.c: Add junk callback to config_file_walk()Lukas Fleischer
2012-02-16src/config.c: Make config file reading more flexibleLukas Fleischer
2011-12-12src/config.c: Drop support for legacy color schemesLukas Fleischer
2011-12-09src/config.c: Remove map for configuration variablesLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer