aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a read-only optionLukas Fleischer2012-02-245-18/+38
* src/io.c: Remove C89 incompatible commentLukas Fleischer2012-02-201-1/+1
* {src,test}/Makefile.am: Enable pedantic warningsLukas Fleischer2012-02-191-0/+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
* 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
* | Extract config file handlers into a separate fileLukas Fleischer2011-12-098-550/+594
* | src/day.c: Nuke unneeded variableLukas Fleischer2011-12-091-4/+1
* | src/todo.c: Remove several unneeded variablesLukas Fleischer2011-12-091-19/+14
* | src/apoint.c: Remove several unneeded variablesLukas Fleischer2011-12-051-36/+30
* | src/utils.c: Support escape sequences in format stringsLukas Fleischer2011-11-221-0/+55
* | Merge branch 'maint'Lukas Fleischer2011-11-151-2/+5
|\|
| * src/io.c: Avoid use of memcpy()Lukas Fleischer2011-11-111-2/+4
| * src/io.c: Null-terminate the ical_readline() bufferLukas Fleischer2011-11-111-0/+1
* | src/utils.c: Support printing '%' in format stringsLukas Fleischer2011-11-141-0/+9
* | src/args.c: Remove obsolete "-N" flagLukas Fleischer2011-11-141-4/+0
* | src/args.c: Allow for specifying custom format stringsLukas Fleischer2011-11-141-23/+66
* | print_*(): Add format specifier to print notesLukas Fleischer2011-11-142-70/+70
* | Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-143-13/+42
* | src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer2011-11-142-17/+0
* | Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-143-7/+33