summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-02Various code cleanupBaptiste Jonglez
2012-05-02src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez
2012-05-02src/apoint.c: Change the status message displayed when editing a durationBaptiste Jonglez
2012-04-21src/htable.h: Add missing prototypesLukas Fleischer
2012-04-21Add prototypes for hash table functionsLukas Fleischer
2012-04-21src/mem.c: Skip dbg_*() if memory stats are disabledLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-04-17Merge "%(start"{,str}")" and "%(end"{,str}")"Lukas Fleischer
2012-04-17Support extended date formatsLukas Fleischer
2012-04-17Allow passing extended formatsLukas Fleischer
2012-04-17Add support for long format specifiersLukas Fleischer
2012-04-17src/utils.c: Break out format specifier parsingLukas Fleischer
2012-04-17test/: Add a READMELukas Fleischer
2012-04-12src/calcurse.c: Start all helper threads in one goLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-12Use percentage-based width for the sidebarLukas Fleischer
2012-04-06src/mem.c: Fix putchar() parameterLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05src/keys.c: Use generic list implementationLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-30Do not use LLIST_*_CONT for appointmentsLukas Fleischer
2012-03-30Revert a bunch of strncmp() conversionsLukas Fleischer
2012-03-30README: Update with recent changesLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-29src/config.c: Detect legacy configuration filesLukas Fleischer
2012-03-29test/data/conf: Update variable namesLukas Fleischer
2012-03-29Add a configuration file upgrade scriptLukas Fleischer
2012-03-29src/config.c: Reorder configuration variablesLukas Fleischer
2012-03-27src/config.c: Rename configuration variablesLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2012-03-12Get rid of string structuresLukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-03-12Avoid redundant window resets in config menuLukas Fleischer
2012-03-12Avoid redundant virtual screen updatesLukas Fleischer
2012-03-02Break out configuration main menuLukas Fleischer
2012-03-02Revamp key bindings displayLukas Fleischer
2012-02-24test/: Run calcurse in read-only modeLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2012-02-24test/: Use correct calcurse binary and data dirLukas Fleischer
2012-02-24test/Makefile.am: Add tests to "EXTRA_DIST"Lukas Fleischer
2012-02-20src/io.c: Remove C89 incompatible commentLukas Fleischer
2012-02-19{src,test}/Makefile.am: Enable pedantic warningsLukas Fleischer
2012-02-19test/run-test.c: Check fgets() return value properlyLukas Fleischer
2012-02-19Fix up fscanf() format stringsLukas Fleischer
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-19Fix POSIX complianceLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer