| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Refactor startup screen branch | Lukas Fleischer | 2012-04-12 | 3 | -17/+14 |
* | | Use percentage-based width for the sidebar | Lukas Fleischer | 2012-04-12 | 1 | -23/+14 |
* | | src/mem.c: Fix putchar() parameter | Lukas Fleischer | 2012-04-06 | 1 | -1/+1 |
* | | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 8 | -29/+24 |
* | | src/keys.c: Use generic list implementation | Lukas Fleischer | 2012-04-05 | 1 | -77/+36 |
* | | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 4 | -7/+7 |
* | | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 12 | -89/+89 |
* | | Do not use LLIST_*_CONT for appointments | Lukas Fleischer | 2012-03-30 | 1 | -2/+9 |
* | | Revert a bunch of strncmp() conversions | Lukas Fleischer | 2012-03-30 | 2 | -23/+23 |
* | | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 7 | -23/+23 |
* | | 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 | 32 | -34/+34 |
* | | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 6 | -26/+20 |
* | | Get rid of string structures | Lukas Fleischer | 2012-03-12 | 3 | -77/+71 |
* | | Use strcmp() instead of strncmp() | Lukas Fleischer | 2012-03-12 | 5 | -36/+36 |
* | | Avoid redundant window resets in config menu | Lukas Fleischer | 2012-03-12 | 1 | -1/+4 |
* | | Avoid redundant virtual screen updates | Lukas Fleischer | 2012-03-12 | 2 | -3/+0 |
* | | Break out configuration main menu | Lukas Fleischer | 2012-03-02 | 3 | -49/+58 |
* | | Revamp key bindings display | Lukas Fleischer | 2012-03-02 | 4 | -69/+96 |
* | | Add a read-only option | Lukas Fleischer | 2012-02-24 | 5 | -18/+38 |
* | | src/io.c: Remove C89 incompatible comment | Lukas Fleischer | 2012-02-20 | 1 | -1/+1 |
* | | {src,test}/Makefile.am: Enable pedantic warnings | Lukas Fleischer | 2012-02-19 | 1 | -0/+2 |
* | | Fix up fscanf() format strings | Lukas Fleischer | 2012-02-19 | 2 | -4/+4 |
* | | Fix hash table issues with ISO C99 | Lukas Fleischer | 2012-02-19 | 3 | -13/+18 |
* | | Fix POSIX compliance | Lukas Fleischer | 2012-02-19 | 2 | -0/+6 |
* | | Remove all usages of bzero() and bcopy() | Lukas Fleischer | 2012-02-19 | 5 | -13/+13 |
* | | Fix up strncat() usage | Lukas Fleischer | 2012-02-18 | 4 | -8/+7 |
* | | src/io.c: Use fork_exec() instead of system() | Lukas Fleischer | 2012-02-18 | 1 | -3/+4 |
* | | Don't chomp on error in ical_readline_init() | Lukas Fleischer | 2012-02-18 | 1 | -4/+6 |
* | | Add stricter syntax checking to io_load_*() | Lukas Fleischer | 2012-02-18 | 1 | -33/+41 |
* | | Trap fgets() failure in *_scan() | Lukas Fleischer | 2012-02-18 | 3 | -4/+12 |
* | | 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/llist.c: Bail out early on negative indexes | Lukas Fleischer | 2012-02-16 | 1 | -1/+7 |
* | | src/calendar.c: Fix range check in calendar_move() | Lukas Fleischer | 2012-01-21 | 1 | -12/+14 |
* | | Split note file generation into separate function | Lukas Fleischer | 2012-01-17 | 3 | -12/+23 |
* | | Break out different import/export formats | Lukas Fleischer | 2012-01-07 | 5 | -1501/+1598 |
* | | src/apoint.c: Update in-notify-bar help for new duration syntax | Baptiste Jonglez | 2012-01-07 | 1 | -2/+2 |
* | | src/apoint.c: Fix a length bug introduced by new duration format | Baptiste Jonglez | 2012-01-07 | 1 | -1/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-12-16 | 1 | -1/+5 |
|\| |
|
| * | Format "DURATION" field properly on ical export | Jérôme Pinot | 2011-12-16 | 1 | -1/+5 |
* | | src/config.c: Drop support for legacy color schemes | Lukas Fleischer | 2011-12-12 | 1 | -85/+36 |