summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-195-13/+13
* | Fix up strncat() usageLukas Fleischer2012-02-184-8/+7
* | src/io.c: Use fork_exec() instead of system()Lukas Fleischer2012-02-181-3/+4
* | Don't chomp on error in ical_readline_init()Lukas Fleischer2012-02-181-4/+6
* | Add stricter syntax checking to io_load_*()Lukas Fleischer2012-02-181-33/+41
* | Trap fgets() failure in *_scan()Lukas Fleischer2012-02-183-4/+12
* | src/config.c: Add missing configuration variablesLukas Fleischer2012-02-171-15/+42
* | src/config.c: Revamp configuration file parsingLukas Fleischer2012-02-171-130/+81
* | src/config.c: Add more parser/serialization wrappersLukas Fleischer2012-02-171-67/+133
* | src/config.c: Introduce config_parse_str()Lukas Fleischer2012-02-171-13/+14
* | src/config.c: Keep formatting and commentsLukas Fleischer2012-02-171-131/+46
* | src/config.c: Add serialization helperLukas Fleischer2012-02-171-53/+184
* | src/config.c: Add junk callback to config_file_walk()Lukas Fleischer2012-02-161-3/+9
* | src/config.c: Make config file reading more flexibleLukas Fleischer2012-02-161-11/+27
* | src/llist.c: Bail out early on negative indexesLukas Fleischer2012-02-161-1/+7
* | test/: Add test case for "-S" (pattern search)Lukas Fleischer2012-01-222-1/+27
* | test/: Add test cases for "-a" and "-n"Lukas Fleischer2012-01-223-1/+39
* | test/: Add test cases for "-d" and "-s"/"-r"Lukas Fleischer2012-01-228-1/+804
* | test/: Add generic tests for todo operationsLukas Fleischer2012-01-225-1/+235
* | test/: Add three basic self testsLukas Fleischer2012-01-224-0/+25
* | test/: Add initial configuration fileLukas Fleischer2012-01-221-0/+75
* | test/run-test.c: Support negative assertionsLukas Fleischer2012-01-211-3/+14
* | Add a minimal test suiteLukas Fleischer2012-01-215-2/+253
* | src/calendar.c: Fix range check in calendar_move()Lukas Fleischer2012-01-211-12/+14
* | Split note file generation into separate functionLukas Fleischer2012-01-173-12/+23
* | Break out different import/export formatsLukas Fleischer2012-01-075-1501/+1598
* | src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* | src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1
* | Merge branch 'maint'Lukas Fleischer2011-12-161-1/+5
|\|
| * Format "DURATION" field properly on ical exportJérôme Pinot2011-12-161-1/+5
* | src/config.c: Drop support for legacy color schemesLukas Fleischer2011-12-121-85/+36
* | src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-092-2/+2
* | src/config.c: Remove map for configuration variablesLukas Fleischer2011-12-091-169/+114