aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use a dynamic method to print events to stdoutLukas Fleischer2011-11-143-3/+33
* | Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-143-18/+52
* | Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-144-8/+7
* | Use a global configuration variableLukas Fleischer2011-11-1411-162/+159
* | Merge branch 'maint'Lukas Fleischer2011-11-115-7/+20
|\|
| * Cleanup joinable threads on terminationLukas Fleischer2011-10-043-3/+12
| * src/io.c: Update todo item count on iCal importLukas Fleischer2011-10-041-0/+3
| * Do not hardcode paths to the default editor/pagerLukas Fleischer2011-10-042-4/+5
* | Remove parentheses from return statementsLukas Fleischer2011-11-0214-80/+80
* | Make use of the NULL macroLukas Fleischer2011-11-028-39/+39
* | Do not cast unused return values to voidLukas Fleischer2011-11-0220-511/+489
* | Avoid use of printf()/fprintf()Lukas Fleischer2011-11-0213-143/+138
* | src/recur.c: Speed up recur_item_find_occurrence()Lukas Fleischer2011-11-021-0/+3
* | Avoid unnecessary start time calculationsLukas Fleischer2011-10-215-23/+70
* | src/day.c: Allow editing an item's durationLukas Fleischer2011-10-211-5/+47
* | src/day.c: Allow cancelling an editLukas Fleischer2011-10-211-22/+23
* | src/recur.c: Remove diff_weeks()Lukas Fleischer2011-10-211-10/+3
* | src/recur.c: Support recurrent multi-day appointmentsLukas Fleischer2011-10-211-45/+50
* | src/apoint.c: Format recurrent multi-day items properlyLukas Fleischer2011-10-211-2/+2
* | Pass item durations to recur_item_inday()Lukas Fleischer2011-10-214-12/+13
* | Make events start on 00:00 (12:00 a.m.)Lukas Fleischer2011-10-213-6/+6
* | src/event.c: Fix event_inday()Lukas Fleischer2011-10-211-1/+1
* | src/help.c: Update messages referring to durationsLukas Fleischer2011-10-061-3/+3
* | src/apoint.c: Resize duration input fieldLukas Fleischer2011-10-061-1/+2
* | src/utils.c: Support more powerful duration stringsLukas Fleischer2011-10-061-23/+100