Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add prototypes for hash table functions | Lukas Fleischer | 2012-04-21 | 2 | -0/+2 | |
* | | src/mem.c: Skip dbg_*() if memory stats are disabled | Lukas Fleischer | 2012-04-21 | 1 | -45/+48 | |
* | | Mark several functions static | Lukas Fleischer | 2012-04-20 | 5 | -5/+5 | |
* | | Merge "%(start"{,str}")" and "%(end"{,str}")" | Lukas Fleischer | 2012-04-17 | 1 | -21/+13 | |
* | | Support extended date formats | Lukas Fleischer | 2012-04-17 | 1 | -2/+19 | |
* | | Allow passing extended formats | Lukas Fleischer | 2012-04-17 | 1 | -5/+24 | |
* | | Add support for long format specifiers | Lukas Fleischer | 2012-04-17 | 1 | -5/+43 | |
* | | src/utils.c: Break out format specifier parsing | Lukas Fleischer | 2012-04-17 | 1 | -24/+72 | |
* | | test/: Add a README | Lukas Fleischer | 2012-04-17 | 1 | -0/+121 | |
* | | src/calcurse.c: Start all helper threads in one go | Lukas Fleischer | 2012-04-12 | 1 | -2/+4 | |
* | | 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 | |
* | | README: Update with recent changes | Lukas Fleischer | 2012-03-30 | 1 | -6/+11 | |
* | | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 8 | -23/+31 | |
* | | src/config.c: Detect legacy configuration files | Lukas Fleischer | 2012-03-29 | 1 | -0/+27 | |
* | | test/data/conf: Update variable names | Lukas Fleischer | 2012-03-29 | 1 | -22/+22 | |
* | | Add a configuration file upgrade script | Lukas Fleischer | 2012-03-29 | 4 | -3/+73 | |
* | | 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 | 37 | -40/+40 | |
* | | 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 | |
* | | test/: Run calcurse in read-only mode | Lukas Fleischer | 2012-02-24 | 12 | -14/+15 | |
* | | Add a read-only option | Lukas Fleischer | 2012-02-24 | 7 | -18/+50 | |
* | | test/: Use correct calcurse binary and data dir | Lukas Fleischer | 2012-02-24 | 13 | -17/+21 | |
* | | test/Makefile.am: Add tests to "EXTRA_DIST" | Lukas Fleischer | 2012-02-24 | 1 | -0/+1 | |
* | | 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 | 2 | -0/+4 | |
* | | test/run-test.c: Check fgets() return value properly | Lukas Fleischer | 2012-02-19 | 1 | -2/+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 |