| Commit message (Expand) | Author | Age | Files | Lines |
* | src/config.c: Fix parsing an unset color theme | Lukas Fleischer | 2012-06-30 | 1 | -1/+5 |
* | Make appearance.calendarview more explicit in config file | Baptiste Jonglez | 2012-05-31 | 1 | -3/+13 |
* | Give a meaning to DATE_FORMATS | Baptiste Jonglez | 2012-05-31 | 1 | -1/+1 |
* | src/config.c: Bail out on incomplete directive | Lukas Fleischer | 2012-05-29 | 1 | -0/+3 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -298/+256 |
* | Fix data type of "general.firstdayofweek" | Lukas Fleischer | 2012-05-17 | 1 | -10/+12 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -3/+3 |
* | Mark several functions static | Lukas Fleischer | 2012-04-20 | 1 | -1/+1 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -2/+2 |
* | src/config.c: Detect legacy configuration files | Lukas Fleischer | 2012-03-29 | 1 | -0/+27 |
* | src/config.c: Reorder configuration variables | Lukas Fleischer | 2012-03-29 | 1 | -15/+15 |
* | src/config.c: Rename configuration variables | Lukas Fleischer | 2012-03-27 | 1 | -22/+22 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Use strcmp() instead of strncmp() | Lukas Fleischer | 2012-03-12 | 1 | -2/+2 |
* | Add a read-only option | Lukas Fleischer | 2012-02-24 | 1 | -9/+4 |
* | Fix up strncat() usage | Lukas Fleischer | 2012-02-18 | 1 | -2/+2 |
* | src/config.c: Add missing configuration variables | Lukas Fleischer | 2012-02-17 | 1 | -15/+42 |
* | src/config.c: Revamp configuration file parsing | Lukas Fleischer | 2012-02-17 | 1 | -130/+81 |
* | src/config.c: Add more parser/serialization wrappers | Lukas Fleischer | 2012-02-17 | 1 | -67/+133 |
* | src/config.c: Introduce config_parse_str() | Lukas Fleischer | 2012-02-17 | 1 | -13/+14 |
* | src/config.c: Keep formatting and comments | Lukas Fleischer | 2012-02-17 | 1 | -131/+46 |
* | src/config.c: Add serialization helper | Lukas Fleischer | 2012-02-17 | 1 | -53/+184 |
* | src/config.c: Add junk callback to config_file_walk() | Lukas Fleischer | 2012-02-16 | 1 | -3/+9 |
* | src/config.c: Make config file reading more flexible | Lukas Fleischer | 2012-02-16 | 1 | -11/+27 |
* | src/config.c: Drop support for legacy color schemes | Lukas Fleischer | 2011-12-12 | 1 | -85/+36 |
* | src/config.c: Remove map for configuration variables | Lukas Fleischer | 2011-12-09 | 1 | -169/+114 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -0/+583 |