aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support relative dates when adding recurrencesLukas Fleischer2016-04-011-13/+31
* Fix apoint_inday() with long appointmentsLukas Fleischer2016-03-281-1/+2
* Do not assume that days always have 86400 secondsLukas Fleischer2016-03-275-5/+29
* Add proper UTF-8 support to the notification areaLukas Fleischer2016-02-261-30/+17
* Support durations in recurrence ending datesLukas Fleischer2016-02-264-34/+125
* Refactor UTF-8 choppingLukas Fleischer2016-02-264-21/+36
* ui-day.c: Simplify code using ui_day_selitem()Lukas Fleischer2016-02-161-8/+8
* Make automatic selection of appointments/events smarterLukas Fleischer2016-02-164-0/+37
* Fix segmentation fault on reload with pre-load hookLukas Fleischer2016-02-151-0/+8
* Improve ordering of appointments/eventsLukas Fleischer2016-02-154-20/+63
* Support format strings when dumping imported itemsLukas Fleischer2016-02-115-60/+72
* Allow decimals in durationsLukas Fleischer2016-02-101-9/+16
* Fix highlighting of busy days on initializationLukas Fleischer2016-02-071-0/+1
* hooks.c: Fix window preparation in interactive modeLukas Fleischer2016-02-071-2/+3
* Fix %(hash) formatting of eventsLukas Fleischer2016-02-051-2/+2
* Support format specifiers in grep modeLukas Fleischer2016-02-051-7/+24
* Refactor grep modeLukas Fleischer2016-02-054-2/+52
* Update copyright rangesLukas Fleischer2016-01-3037-38/+38
* Fix behavior of --todo with an optional argumentLukas Fleischer2016-01-281-0/+2
* args.c: Revise help/usage/version outputLukas Fleischer2016-01-281-86/+33
* Add a --daemon command-line parameterLukas Fleischer2016-01-281-3/+11
* Display priority todo items above regular itemsLukas Fleischer2016-01-271-0/+4
* Support sending notifications for all appointmentsLukas Fleischer2016-01-273-24/+65
* sigs.c: Suppress compiler warningLukas Fleischer2016-01-261-0/+4
* Support SIGUSR1 in daemon modeLukas Fleischer2016-01-261-0/+12
* Make automatic selection of todo items smarterLukas Fleischer2016-01-183-15/+28
* Improve ordering of todo itemsLukas Fleischer2016-01-183-4/+29
* Hide "0." prefix of todo items with undefined priorityLukas Fleischer2016-01-181-9/+29
* Save active view on the todo panelLukas Fleischer2016-01-183-0/+38
* Support todo items with an undefined priorityLukas Fleischer2016-01-182-13/+8
* Use a separate field for the completed statusLukas Fleischer2016-01-186-43/+40
* Add a "hide completed" view to the todo panelLukas Fleischer2016-01-185-14/+83
* Fix segfault when running hooks in non-interactive modeLukas Fleischer2016-01-161-2/+6
* Run pre-save and post-save hooks on reloadLukas Fleischer2016-01-151-0/+17
* Export item UIDs upon requestLukas Fleischer2016-01-155-24/+64
* Import data from stdin when the import file is "-"Lukas Fleischer2016-01-151-1/+4
* ical: Handle items without an end date gracefullyLukas Fleischer2016-01-131-16/+17
* ical: Refactor item date/time parserLukas Fleischer2016-01-131-10/+8
* Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer2016-01-131-22/+10
* ical: Export completed todo items properlyLukas Fleischer2016-01-131-3/+6
* ical: Honor completed status of todo itemsLukas Fleischer2016-01-131-0/+5
* Hide import statistics in quiet modeLukas Fleischer2016-01-131-1/+1
* Add --list-imported command line optionLukas Fleischer2016-01-135-26/+66
* Add command line option to suppress dialogsLukas Fleischer2016-01-136-6/+20
* Implement filter modeLukas Fleischer2016-01-131-4/+8
* Add an option to filter by object hashLukas Fleischer2016-01-137-8/+91
* Add long format specifiers "raw" and "hash"Lukas Fleischer2016-01-136-5/+114
* Implement recur_{apoint,event}_tostr()Lukas Fleischer2016-01-132-27/+53
* Implement {apoint,event,todo}_tostr()Lukas Fleischer2016-01-134-18/+54
* Reimplement asprintf() using dynamic stringsLukas Fleischer2016-01-131-26/+4