| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add pre-save and post-save hooks | Lukas Fleischer | 2016-01-07 | 5 | -0/+75 |
* | custom.c: Display missing options | Lukas Fleischer | 2016-01-07 | 1 | -2/+2 |
* | Add support for --filter-end-* to events | Lukas Fleischer | 2015-05-20 | 2 | -2/+12 |
* | Make the generic-credits key binding work again | Lukas Fleischer | 2015-04-15 | 1 | -0/+8 |
* | Show an error message on missing documentation | Lukas Fleischer | 2015-04-15 | 1 | -1/+2 |
* | Do not mark slice of end time busy | Lukas Fleischer | 2015-04-11 | 1 | -4/+18 |
* | Fix range checks in day_chk_busy_slices() | Lukas Fleischer | 2015-04-10 | 1 | -5/+8 |
* | Highlight week number when the calendar is selected | Lukas Fleischer | 2015-04-10 | 1 | -0/+4 |
* | Show week numbers in the monthly view | Lukas Fleischer | 2015-04-10 | 1 | -0/+4 |
* | Split out code for drawing week numbers | Lukas Fleischer | 2015-04-10 | 3 | -99/+116 |
* | Fix slice computation of recurring appointments | Lukas Fleischer | 2015-04-10 | 1 | -2/+7 |
* | ical.c: Small refactoring | Lukas Fleischer | 2015-02-25 | 1 | -15/+10 |
* | Simplify code in status_ask_choice() | Lukas Fleischer | 2015-02-24 | 1 | -7/+5 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 9 | -89/+69 |
* | ical.c: Reduce nesting depth | Lukas Fleischer | 2015-02-24 | 1 | -318/+257 |
* | Introduce starts_with() and starts_with_ci() | Lukas Fleischer | 2015-02-24 | 4 | -123/+72 |
* | Make "Add Item" work from the calendar panel | Lukas Fleischer | 2015-02-23 | 1 | -0/+1 |