summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-07hooks.c: Fix window preparation in interactive modeLukas Fleischer
2016-02-05Fix %(hash) formatting of eventsLukas Fleischer
2016-02-05Support format specifiers in grep modeLukas Fleischer
2016-02-05Refactor grep modeLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-28Fix behavior of --todo with an optional argumentLukas Fleischer
2016-01-28args.c: Revise help/usage/version outputLukas Fleischer
2016-01-28Add a --daemon command-line parameterLukas Fleischer
2016-01-27Display priority todo items above regular itemsLukas Fleischer
2016-01-27Support sending notifications for all appointmentsLukas Fleischer
2016-01-26sigs.c: Suppress compiler warningLukas Fleischer
2016-01-26Support SIGUSR1 in daemon modeLukas Fleischer
2016-01-18Make automatic selection of todo items smarterLukas Fleischer
2016-01-18Improve ordering of todo itemsLukas Fleischer
2016-01-18Hide "0." prefix of todo items with undefined priorityLukas Fleischer
2016-01-18Save active view on the todo panelLukas Fleischer
2016-01-18Support todo items with an undefined priorityLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-18Add a "hide completed" view to the todo panelLukas Fleischer
2016-01-16Fix segfault when running hooks in non-interactive modeLukas Fleischer
2016-01-15Run pre-save and post-save hooks on reloadLukas Fleischer
2016-01-15Export item UIDs upon requestLukas Fleischer
2016-01-15Import data from stdin when the import file is "-"Lukas Fleischer
2016-01-13ical: Handle items without an end date gracefullyLukas Fleischer
2016-01-13ical: Refactor item date/time parserLukas Fleischer
2016-01-13Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer
2016-01-13ical: Export completed todo items properlyLukas Fleischer
2016-01-13ical: Honor completed status of todo itemsLukas Fleischer
2016-01-13Hide import statistics in quiet modeLukas Fleischer
2016-01-13Add --list-imported command line optionLukas Fleischer
2016-01-13Add command line option to suppress dialogsLukas Fleischer
2016-01-13Implement filter modeLukas Fleischer
2016-01-13Add an option to filter by object hashLukas Fleischer
2016-01-13Add long format specifiers "raw" and "hash"Lukas Fleischer
2016-01-13Implement recur_{apoint,event}_tostr()Lukas Fleischer
2016-01-13Implement {apoint,event,todo}_tostr()Lukas Fleischer
2016-01-13Reimplement asprintf() using dynamic stringsLukas Fleischer
2016-01-13Implement utility functions for dynamic stringsLukas Fleischer
2016-01-10Reset status page when opening configurationLukas Fleischer
2016-01-10Add pre-load and post-load hooksLukas Fleischer
2016-01-07Add pre-save and post-save hooksLukas Fleischer
2016-01-07custom.c: Display missing optionsLukas Fleischer
2015-05-20Add support for --filter-end-* to eventsLukas Fleischer
2015-04-15Make the generic-credits key binding work againLukas Fleischer
2015-04-15Show an error message on missing documentationLukas Fleischer
2015-04-11Do not mark slice of end time busyLukas Fleischer
2015-04-10Fix range checks in day_chk_busy_slices()Lukas Fleischer
2015-04-10Highlight week number when the calendar is selectedLukas Fleischer
2015-04-10Show week numbers in the monthly viewLukas Fleischer
2015-04-10Split out code for drawing week numbersLukas Fleischer