Age | Commit message (Expand) | Author |
2016-06-27 | Remove duplicate code in draw_monthly_view() | Lukas Fleischer |
2016-06-27 | Highlight days with non-recurrent items | Lukas Fleischer |
2016-04-01 | Support relative dates when adding recurrences | Lukas Fleischer |
2016-03-28 | Fix apoint_inday() with long appointments | Lukas Fleischer |
2016-03-27 | Do not assume that days always have 86400 seconds | Lukas Fleischer |
2016-02-26 | Add proper UTF-8 support to the notification area | Lukas Fleischer |
2016-02-26 | Support durations in recurrence ending dates | Lukas Fleischer |
2016-02-26 | Refactor UTF-8 chopping | Lukas Fleischer |
2016-02-16 | ui-day.c: Simplify code using ui_day_selitem() | Lukas Fleischer |
2016-02-16 | Make automatic selection of appointments/events smarter | Lukas Fleischer |
2016-02-15 | Fix segmentation fault on reload with pre-load hook | Lukas Fleischer |
2016-02-15 | Improve ordering of appointments/events | Lukas Fleischer |
2016-02-11 | Support format strings when dumping imported items | Lukas Fleischer |
2016-02-10 | Allow decimals in durations | Lukas Fleischer |
2016-02-07 | Fix highlighting of busy days on initialization | Lukas Fleischer |
2016-02-07 | hooks.c: Fix window preparation in interactive mode | Lukas Fleischer |
2016-02-05 | Fix %(hash) formatting of events | Lukas Fleischer |
2016-02-05 | Support format specifiers in grep mode | Lukas Fleischer |
2016-02-05 | Refactor grep mode | Lukas Fleischer |
2016-01-30 | Update copyright ranges | Lukas Fleischer |
2016-01-28 | Fix behavior of --todo with an optional argument | Lukas Fleischer |
2016-01-28 | args.c: Revise help/usage/version output | Lukas Fleischer |
2016-01-28 | Add a --daemon command-line parameter | Lukas Fleischer |
2016-01-27 | Display priority todo items above regular items | Lukas Fleischer |
2016-01-27 | Support sending notifications for all appointments | Lukas Fleischer |
2016-01-26 | sigs.c: Suppress compiler warning | Lukas Fleischer |
2016-01-26 | Support SIGUSR1 in daemon mode | Lukas Fleischer |
2016-01-18 | Make automatic selection of todo items smarter | Lukas Fleischer |
2016-01-18 | Improve ordering of todo items | Lukas Fleischer |
2016-01-18 | Hide "0." prefix of todo items with undefined priority | Lukas Fleischer |
2016-01-18 | Save active view on the todo panel | Lukas Fleischer |
2016-01-18 | Support todo items with an undefined priority | Lukas Fleischer |
2016-01-18 | Use a separate field for the completed status | Lukas Fleischer |
2016-01-18 | Add a "hide completed" view to the todo panel | Lukas Fleischer |
2016-01-16 | Fix segfault when running hooks in non-interactive mode | Lukas Fleischer |
2016-01-15 | Run pre-save and post-save hooks on reload | Lukas Fleischer |
2016-01-15 | Export item UIDs upon request | Lukas Fleischer |
2016-01-15 | Import data from stdin when the import file is "-" | Lukas Fleischer |
2016-01-13 | ical: Handle items without an end date gracefully | Lukas Fleischer |
2016-01-13 | ical: Refactor item date/time parser | Lukas Fleischer |
2016-01-13 | Reimplement ical_unformat_line() using dynamic strings | Lukas Fleischer |
2016-01-13 | ical: Export completed todo items properly | Lukas Fleischer |
2016-01-13 | ical: Honor completed status of todo items | Lukas Fleischer |
2016-01-13 | Hide import statistics in quiet mode | Lukas Fleischer |
2016-01-13 | Add --list-imported command line option | Lukas Fleischer |
2016-01-13 | Add command line option to suppress dialogs | Lukas Fleischer |
2016-01-13 | Implement filter mode | Lukas Fleischer |
2016-01-13 | Add an option to filter by object hash | Lukas Fleischer |
2016-01-13 | Add long format specifiers "raw" and "hash" | Lukas Fleischer |
2016-01-13 | Implement recur_{apoint,event}_tostr() | Lukas Fleischer |