aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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