Age | Commit message (Expand) | Author |
2016-01-13 | Implement recur_{apoint,event}_tostr() | Lukas Fleischer |
2016-01-13 | Implement {apoint,event,todo}_tostr() | Lukas Fleischer |
2016-01-13 | Reimplement asprintf() using dynamic strings | Lukas Fleischer |
2016-01-13 | Implement utility functions for dynamic strings | Lukas Fleischer |
2016-01-10 | Reset status page when opening configuration | Lukas Fleischer |
2016-01-10 | Add pre-load and post-load hooks | Lukas Fleischer |
2016-01-07 | Add pre-save and post-save hooks | Lukas Fleischer |
2016-01-07 | custom.c: Display missing options | Lukas Fleischer |
2015-05-20 | Add support for --filter-end-* to events | Lukas Fleischer |
2015-04-15 | Make the generic-credits key binding work again | Lukas Fleischer |
2015-04-15 | Show an error message on missing documentation | Lukas Fleischer |
2015-04-11 | Do not mark slice of end time busy | Lukas Fleischer |
2015-04-10 | Fix range checks in day_chk_busy_slices() | Lukas Fleischer |
2015-04-10 | Highlight week number when the calendar is selected | Lukas Fleischer |
2015-04-10 | Show week numbers in the monthly view | Lukas Fleischer |
2015-04-10 | Split out code for drawing week numbers | Lukas Fleischer |
2015-04-10 | Fix slice computation of recurring appointments | Lukas Fleischer |
2015-02-25 | ical.c: Small refactoring | Lukas Fleischer |
2015-02-24 | Simplify code in status_ask_choice() | Lukas Fleischer |
2015-02-24 | Use time_t instead of long in several places | Lukas Fleischer |
2015-02-24 | ical.c: Reduce nesting depth | Lukas Fleischer |
2015-02-24 | Introduce starts_with() and starts_with_ci() | Lukas Fleischer |
2015-02-23 | Make "Add Item" work from the calendar panel | Lukas Fleischer |
2015-02-23 | Redraw calendar panel when switching views | Lukas Fleischer |
2015-02-23 | Support resize in all configuration menus | Lukas Fleischer |
2015-02-23 | Add support for UTC times in iCal imports | Lukas Fleischer |
2015-02-22 | Use date_sec_change() for adding day deltas | Lukas Fleischer |
2015-02-22 | Use LONG_MAX for invalid dates in parse_datearg() | Lukas Fleischer |
2015-02-11 | Support weekday names as date specifiers | Lukas Fleischer |
2015-02-07 | Update copyright ranges | Lukas Fleischer |
2015-02-07 | Add a couple of shorthands to parse_date() | Lukas Fleischer |
2015-02-07 | Handle dates past January 19th, 2038 | Lukas Fleischer |
2014-10-17 | Only werase() calendar if month is changed | Lukas Fleischer |
2014-10-10 | Let SIGUSR1 trigger a reload | Tim Hentenaar |
2014-10-10 | Factor out item reload code | Lukas Fleischer |
2014-10-10 | Add io_load_data() wrapper | Lukas Fleischer |
2014-08-18 | Correctly parse all types of iCal durations | Lukas Fleischer |
2014-08-18 | Retain comments in descriptions and config values | Lukas Fleischer |
2014-08-18 | Gracefully handle all day events in iCal imports | Lukas Fleischer |
2014-08-18 | Handle CRLF line endings in iCal files | Lukas Fleischer |
2014-08-09 | Fix parsing of times in parse_datetimearg() | Lukas Fleischer |
2014-08-09 | Extend date formats for filters | Lukas Fleischer |
2014-08-08 | Add --filter-{start,end}-range | Lukas Fleischer |
2014-08-07 | Add a grep mode | Lukas Fleischer |
2014-08-06 | args.c: Reword error messages | Lukas Fleischer |
2014-08-06 | io.c: Error out on non-existent calendar file | Lukas Fleischer |
2014-08-06 | Use backwards-compatible out format for queries | Lukas Fleischer |
2014-08-06 | Do not use filters in GC or import mode | Lukas Fleischer |
2014-08-06 | Rework command line argument handling | Lukas Fleischer |
2014-08-06 | Allow for filtering TODO items | Lukas Fleischer |