aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | src/args.c: Add "void" in some function declarationsLukas Fleischer2012-05-081-4/+4
* | src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez2012-05-021-1/+4
* | Various code cleanupBaptiste Jonglez2012-05-021-11/+3
* | src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez2012-05-021-13/+0
* | src/apoint.c: Change the status message displayed when editing a durationBaptiste Jonglez2012-05-021-1/+1
* | src/htable.h: Add missing prototypesLukas Fleischer2012-04-211-1/+5
* | Add prototypes for hash table functionsLukas Fleischer2012-04-212-0/+2
* | src/mem.c: Skip dbg_*() if memory stats are disabledLukas Fleischer2012-04-211-45/+48
* | Mark several functions staticLukas Fleischer2012-04-205-5/+5
* | Merge "%(start"{,str}")" and "%(end"{,str}")"Lukas Fleischer2012-04-171-21/+13
* | Support extended date formatsLukas Fleischer2012-04-171-2/+19
* | Allow passing extended formatsLukas Fleischer2012-04-171-5/+24
* | Add support for long format specifiersLukas Fleischer2012-04-171-5/+43
* | src/utils.c: Break out format specifier parsingLukas Fleischer2012-04-171-24/+72
* | test/: Add a READMELukas Fleischer2012-04-171-0/+121
* | src/calcurse.c: Start all helper threads in one goLukas Fleischer2012-04-121-2/+4
* | Refactor startup screen branchLukas Fleischer2012-04-123-17/+14
* | Use percentage-based width for the sidebarLukas Fleischer2012-04-121-23/+14
* | src/mem.c: Fix putchar() parameterLukas Fleischer2012-04-061-1/+1
* | Miscellaneous small code cleanupsLukas Fleischer2012-04-068-29/+24
* | src/keys.c: Use generic list implementationLukas Fleischer2012-04-051-77/+36
* | Mark some more variables/parameters constantLukas Fleischer2012-04-054-7/+7
* | Mark localized string literals constantLukas Fleischer2012-04-0512-89/+89
* | Do not use LLIST_*_CONT for appointmentsLukas Fleischer2012-03-301-2/+9
* | Revert a bunch of strncmp() conversionsLukas Fleischer2012-03-302-23/+23
* | README: Update with recent changesLukas Fleischer2012-03-301-6/+11
* | Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-298-23/+31
* | src/config.c: Detect legacy configuration filesLukas Fleischer2012-03-291-0/+27
* | test/data/conf: Update variable namesLukas Fleischer2012-03-291-22/+22
* | Add a configuration file upgrade scriptLukas Fleischer2012-03-294-3/+73
* | src/config.c: Reorder configuration variablesLukas Fleischer2012-03-291-15/+15
* | src/config.c: Rename configuration variablesLukas Fleischer2012-03-271-22/+22
* | Update copyright rangesLukas Fleischer2012-03-2637-40/+40
* | Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-126-26/+20
* | Get rid of string structuresLukas Fleischer2012-03-123-77/+71
* | Use strcmp() instead of strncmp()Lukas Fleischer2012-03-125-36/+36
* | Avoid redundant window resets in config menuLukas Fleischer2012-03-121-1/+4
* | Avoid redundant virtual screen updatesLukas Fleischer2012-03-122-3/+0
* | Break out configuration main menuLukas Fleischer2012-03-023-49/+58
* | Revamp key bindings displayLukas Fleischer2012-03-024-69/+96
* | test/: Run calcurse in read-only modeLukas Fleischer2012-02-2412-14/+15
* | Add a read-only optionLukas Fleischer2012-02-247-18/+50
* | test/: Use correct calcurse binary and data dirLukas Fleischer2012-02-2413-17/+21
* | test/Makefile.am: Add tests to "EXTRA_DIST"Lukas Fleischer2012-02-241-0/+1
* | src/io.c: Remove C89 incompatible commentLukas Fleischer2012-02-201-1/+1
* | {src,test}/Makefile.am: Enable pedantic warningsLukas Fleischer2012-02-192-0/+4
* | test/run-test.c: Check fgets() return value properlyLukas Fleischer2012-02-191-2/+2
* | Fix up fscanf() format stringsLukas Fleischer2012-02-192-4/+4
* | Fix hash table issues with ISO C99Lukas Fleischer2012-02-193-13/+18
* | Fix POSIX complianceLukas Fleischer2012-02-192-0/+6