| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add proper UTF-8 support to the notification area | Lukas Fleischer | 2016-02-26 | 1 | -30/+17 |
* | Support durations in recurrence ending dates | Lukas Fleischer | 2016-02-26 | 4 | -34/+125 |
* | Refactor UTF-8 chopping | Lukas Fleischer | 2016-02-26 | 4 | -21/+36 |
* | ui-day.c: Simplify code using ui_day_selitem() | Lukas Fleischer | 2016-02-16 | 1 | -8/+8 |
* | Make automatic selection of appointments/events smarter | Lukas Fleischer | 2016-02-16 | 4 | -0/+37 |
* | Fix segmentation fault on reload with pre-load hook | Lukas Fleischer | 2016-02-15 | 1 | -0/+8 |
* | Improve ordering of appointments/events | Lukas Fleischer | 2016-02-15 | 4 | -20/+63 |
* | Support format strings when dumping imported items | Lukas Fleischer | 2016-02-11 | 5 | -60/+72 |
* | Allow decimals in durations | Lukas Fleischer | 2016-02-10 | 1 | -9/+16 |
* | Fix highlighting of busy days on initialization | Lukas Fleischer | 2016-02-07 | 1 | -0/+1 |
* | hooks.c: Fix window preparation in interactive mode | Lukas Fleischer | 2016-02-07 | 1 | -2/+3 |
* | Fix %(hash) formatting of events | Lukas Fleischer | 2016-02-05 | 1 | -2/+2 |
* | Support format specifiers in grep mode | Lukas Fleischer | 2016-02-05 | 1 | -7/+24 |
* | Refactor grep mode | Lukas Fleischer | 2016-02-05 | 4 | -2/+52 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 37 | -38/+38 |
* | Fix behavior of --todo with an optional argument | Lukas Fleischer | 2016-01-28 | 1 | -0/+2 |
* | args.c: Revise help/usage/version output | Lukas Fleischer | 2016-01-28 | 1 | -86/+33 |
* | Add a --daemon command-line parameter | Lukas Fleischer | 2016-01-28 | 1 | -3/+11 |
* | Display priority todo items above regular items | Lukas Fleischer | 2016-01-27 | 1 | -0/+4 |
* | Support sending notifications for all appointments | Lukas Fleischer | 2016-01-27 | 3 | -24/+65 |
* | sigs.c: Suppress compiler warning | Lukas Fleischer | 2016-01-26 | 1 | -0/+4 |
* | Support SIGUSR1 in daemon mode | Lukas Fleischer | 2016-01-26 | 1 | -0/+12 |
* | Make automatic selection of todo items smarter | Lukas Fleischer | 2016-01-18 | 3 | -15/+28 |
* | Improve ordering of todo items | Lukas Fleischer | 2016-01-18 | 3 | -4/+29 |
* | Hide "0." prefix of todo items with undefined priority | Lukas Fleischer | 2016-01-18 | 1 | -9/+29 |
* | Save active view on the todo panel | Lukas Fleischer | 2016-01-18 | 3 | -0/+38 |
* | Support todo items with an undefined priority | Lukas Fleischer | 2016-01-18 | 2 | -13/+8 |
* | Use a separate field for the completed status | Lukas Fleischer | 2016-01-18 | 6 | -43/+40 |
* | Add a "hide completed" view to the todo panel | Lukas Fleischer | 2016-01-18 | 5 | -14/+83 |
* | Fix segfault when running hooks in non-interactive mode | Lukas Fleischer | 2016-01-16 | 1 | -2/+6 |
* | Run pre-save and post-save hooks on reload | Lukas Fleischer | 2016-01-15 | 1 | -0/+17 |
* | Export item UIDs upon request | Lukas Fleischer | 2016-01-15 | 5 | -24/+64 |
* | Import data from stdin when the import file is "-" | Lukas Fleischer | 2016-01-15 | 1 | -1/+4 |
* | ical: Handle items without an end date gracefully | Lukas Fleischer | 2016-01-13 | 1 | -16/+17 |
* | ical: Refactor item date/time parser | Lukas Fleischer | 2016-01-13 | 1 | -10/+8 |
* | Reimplement ical_unformat_line() using dynamic strings | Lukas Fleischer | 2016-01-13 | 1 | -22/+10 |
* | ical: Export completed todo items properly | Lukas Fleischer | 2016-01-13 | 1 | -3/+6 |
* | ical: Honor completed status of todo items | Lukas Fleischer | 2016-01-13 | 1 | -0/+5 |
* | Hide import statistics in quiet mode | Lukas Fleischer | 2016-01-13 | 1 | -1/+1 |
* | Add --list-imported command line option | Lukas Fleischer | 2016-01-13 | 5 | -26/+66 |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 6 | -6/+20 |
* | Implement filter mode | Lukas Fleischer | 2016-01-13 | 1 | -4/+8 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 7 | -8/+91 |
* | Add long format specifiers "raw" and "hash" | Lukas Fleischer | 2016-01-13 | 6 | -5/+114 |
* | Implement recur_{apoint,event}_tostr() | Lukas Fleischer | 2016-01-13 | 2 | -27/+53 |
* | Implement {apoint,event,todo}_tostr() | Lukas Fleischer | 2016-01-13 | 4 | -18/+54 |
* | Reimplement asprintf() using dynamic strings | Lukas Fleischer | 2016-01-13 | 1 | -26/+4 |
* | Implement utility functions for dynamic strings | Lukas Fleischer | 2016-01-13 | 3 | -0/+129 |
* | Reset status page when opening configuration | Lukas Fleischer | 2016-01-10 | 1 | -0/+1 |
* | Add pre-load and post-load hooks | Lukas Fleischer | 2016-01-10 | 1 | -0/+2 |