summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-18src/io.c: Use fork_exec() instead of system()Lukas Fleischer
2012-02-18Don't chomp on error in ical_readline_init()Lukas Fleischer
2012-02-18Add stricter syntax checking to io_load_*()Lukas Fleischer
2012-02-18Trap fgets() failure in *_scan()Lukas Fleischer
2012-02-17src/config.c: Add missing configuration variablesLukas Fleischer
2012-02-17src/config.c: Revamp configuration file parsingLukas Fleischer
2012-02-17src/config.c: Add more parser/serialization wrappersLukas Fleischer
2012-02-17src/config.c: Introduce config_parse_str()Lukas Fleischer
2012-02-17src/config.c: Keep formatting and commentsLukas Fleischer
2012-02-17src/config.c: Add serialization helperLukas Fleischer
2012-02-16src/config.c: Add junk callback to config_file_walk()Lukas Fleischer
2012-02-16src/config.c: Make config file reading more flexibleLukas Fleischer
2012-02-16src/llist.c: Bail out early on negative indexesLukas Fleischer
2012-01-22test/: Add test case for "-S" (pattern search)Lukas Fleischer
2012-01-22test/: Add test cases for "-a" and "-n"Lukas Fleischer
2012-01-22test/: Add test cases for "-d" and "-s"/"-r"Lukas Fleischer
2012-01-22test/: Add generic tests for todo operationsLukas Fleischer
2012-01-22test/: Add three basic self testsLukas Fleischer
2012-01-22test/: Add initial configuration fileLukas Fleischer
2012-01-21test/run-test.c: Support negative assertionsLukas Fleischer
2012-01-21Add a minimal test suiteLukas Fleischer
2012-01-21src/calendar.c: Fix range check in calendar_move()Lukas Fleischer
2012-01-17Split note file generation into separate functionLukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer
2012-01-07src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez
2012-01-07src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez
2011-12-16Merge branch 'maint'Lukas Fleischer
2011-12-16Format "DURATION" field properly on ical exportJérôme Pinot
2011-12-12src/config.c: Drop support for legacy color schemesLukas Fleischer
2011-12-09src/utils.c: Mark is_all_digit() parameter constLukas Fleischer