summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-26Add proper UTF-8 support to the notification areaLukas Fleischer
2016-02-26Support durations in recurrence ending datesLukas Fleischer
2016-02-26Refactor UTF-8 choppingLukas Fleischer
2016-02-16ui-day.c: Simplify code using ui_day_selitem()Lukas Fleischer
2016-02-16Make automatic selection of appointments/events smarterLukas Fleischer
2016-02-15Fix segmentation fault on reload with pre-load hookLukas Fleischer
2016-02-15Improve ordering of appointments/eventsLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-02-10Allow decimals in durationsLukas Fleischer
2016-02-07Fix highlighting of busy days on initializationLukas Fleischer
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