summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-30Fix visible region after loading list box itemsLukas Fleischer
2016-10-30Fix listbox_fix_visible_region()Lukas Fleischer
2016-10-19Do not start the daemon more than onceLukas Fleischer
2016-10-14Prevent segfault when all todo items are hiddenLukas Fleischer
2016-10-13Always use memory management wrappersLukas Fleischer
2016-10-13Prevent free-before-init of timstrVlad Glagolev
2016-10-10Replace parse_datetime() constants by named flagsLukas Fleischer
2016-10-10Refactor duration/end time parsingLukas Fleischer
2016-10-09Support dates when specifying start/end timesLukas Fleischer
2016-10-09Factor out parse_datetime()Lukas Fleischer
2016-10-08Add support for moving items to another dayLukas Fleischer
2016-10-01Refactor day_edit_time()Lukas Fleischer
2016-09-28Automatically select new appointments/eventsLukas Fleischer
2016-09-28Fix out-of-bounds memory accessLukas Fleischer
2016-09-27Fix key binding paginationLukas Fleischer
2016-09-13Stop all threads before leaving curses modeLukas Fleischer
2016-08-24Avoid starting the notification thread twiceLukas Fleischer
2016-06-27Remove duplicate code in draw_monthly_view()Lukas Fleischer
2016-06-27Highlight days with non-recurrent itemsLukas Fleischer
2016-04-01Support relative dates when adding recurrencesLukas Fleischer
2016-03-28Fix apoint_inday() with long appointmentsLukas Fleischer
2016-03-27Do not assume that days always have 86400 secondsLukas Fleischer
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