| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Redraw calendar panel when switching views | Lukas Fleischer | 2015-02-23 | 1 | -0/+6 |
* | Support resize in all configuration menus | Lukas Fleischer | 2015-02-23 | 1 | -0/+25 |
* | Add support for UTC times in iCal imports | Lukas Fleischer | 2015-02-23 | 3 | -8/+39 |
* | Use date_sec_change() for adding day deltas | Lukas Fleischer | 2015-02-22 | 2 | -10/+9 |
* | Use LONG_MAX for invalid dates in parse_datearg() | Lukas Fleischer | 2015-02-22 | 1 | -3/+3 |
* | Support weekday names as date specifiers | Lukas Fleischer | 2015-02-11 | 1 | -5/+51 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 37 | -38/+38 |
* | Add a couple of shorthands to parse_date() | Lukas Fleischer | 2015-02-07 | 1 | -0/+25 |
* | Handle dates past January 19th, 2038 | Lukas Fleischer | 2015-02-07 | 3 | -13/+5 |
* | Only werase() calendar if month is changed | Lukas Fleischer | 2014-10-17 | 1 | -8/+6 |
* | Let SIGUSR1 trigger a reload | Tim Hentenaar | 2014-10-10 | 4 | -0/+14 |
* | Factor out item reload code | Lukas Fleischer | 2014-10-10 | 3 | -92/+97 |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 4 | -14/+15 |
* | Correctly parse all types of iCal durations | Lukas Fleischer | 2014-08-18 | 1 | -5/+14 |