| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Retain comments in descriptions and config values | Lukas Fleischer | 2014-08-18 | 1 | -1/+3 |
* | config.c: Rework configuration serialization | Lukas Fleischer | 2014-07-22 | 1 | -66/+58 |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 1 | -11/+11 |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -2/+1 |
* | Make sure that tmppath is always NULL-terminated | Lukas Fleischer | 2014-07-08 | 1 | -2/+2 |
* | Use a macro to determine the size of arrays | Lukas Fleischer | 2013-05-04 | 1 | -4/+4 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -346/+352 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -17/+20 |
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 1 | -6/+6 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Add compact panels support | Lukas Fleischer | 2012-11-25 | 1 | -0/+1 |
* | Add configuration option to set a default panel | Lukas Fleischer | 2012-11-25 | 1 | -0/+30 |
* | 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 |