summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-24Add a read-only optionLukas Fleischer
2012-02-20src/io.c: Remove C89 incompatible commentLukas Fleischer
2012-02-19{src,test}/Makefile.am: Enable pedantic warningsLukas 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-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
2011-12-09src/config.c: Remove map for configuration variablesLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-12-09src/day.c: Nuke unneeded variableLukas Fleischer
2011-12-09src/todo.c: Remove several unneeded variablesLukas Fleischer
2011-12-05src/apoint.c: Remove several unneeded variablesLukas Fleischer
2011-11-22src/utils.c: Support escape sequences in format stringsLukas Fleischer
2011-11-15Merge branch 'maint'Lukas Fleischer
2011-11-14src/utils.c: Support printing '%' in format stringsLukas Fleischer
2011-11-14src/args.c: Remove obsolete "-N" flagLukas Fleischer
2011-11-14src/args.c: Allow for specifying custom format stringsLukas Fleischer
2011-11-14print_*(): Add format specifier to print notesLukas Fleischer
2011-11-14Use a dynamic method to print todo items to stdoutLukas Fleischer
2011-11-14src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer
2011-11-14Use a dynamic method to print recurrent items to stdoutLukas Fleischer