| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not assume that days always have 86400 seconds | Lukas Fleischer | 2016-03-27 | 1 | -0/+1 |
* | Support durations in recurrence ending dates | Lukas Fleischer | 2016-02-26 | 1 | -0/+2 |
* | Refactor UTF-8 chopping | Lukas Fleischer | 2016-02-26 | 1 | -0/+1 |
* | Make automatic selection of appointments/events smarter | Lukas Fleischer | 2016-02-16 | 1 | -0/+3 |
* | Support format strings when dumping imported items | Lukas Fleischer | 2016-02-11 | 1 | -3/+5 |
* | Refactor grep mode | Lukas Fleischer | 2016-02-05 | 1 | -0/+2 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Support sending notifications for all appointments | Lukas Fleischer | 2016-01-27 | 1 | -0/+4 |
* | Make automatic selection of todo items smarter | Lukas Fleischer | 2016-01-18 | 1 | -1/+1 |
* | Improve ordering of todo items | Lukas Fleischer | 2016-01-18 | 1 | -0/+1 |
* | Save active view on the todo panel | Lukas Fleischer | 2016-01-18 | 1 | -0/+2 |
* | Use a separate field for the completed status | Lukas Fleischer | 2016-01-18 | 1 | -1/+2 |
* | Add a "hide completed" view to the todo panel | Lukas Fleischer | 2016-01-18 | 1 | -2/+11 |
* | Export item UIDs upon request | Lukas Fleischer | 2016-01-15 | 1 | -2/+2 |
* | Add --list-imported command line option | Lukas Fleischer | 2016-01-13 | 1 | -2/+2 |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 1 | -0/+2 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -0/+2 |
* | Add long format specifiers "raw" and "hash" | Lukas Fleischer | 2016-01-13 | 1 | -0/+5 |
* | Implement recur_{apoint,event}_tostr() | Lukas Fleischer | 2016-01-13 | 1 | -0/+2 |
* | Implement {apoint,event,todo}_tostr() | Lukas Fleischer | 2016-01-13 | 1 | -0/+3 |
* | Implement utility functions for dynamic strings | Lukas Fleischer | 2016-01-13 | 1 | -0/+16 |
* | Add pre-save and post-save hooks | Lukas Fleischer | 2016-01-07 | 1 | -0/+6 |
* | Split out code for drawing week numbers | Lukas Fleischer | 2015-04-10 | 1 | -0/+1 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 1 | -16/+13 |
* | Introduce starts_with() and starts_with_ci() | Lukas Fleischer | 2015-02-24 | 1 | -0/+2 |
* | Add support for UTC times in iCal imports | Lukas Fleischer | 2015-02-23 | 1 | -0/+1 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Let SIGUSR1 trigger a reload | Tim Hentenaar | 2014-10-10 | 1 | -0/+1 |
* | Factor out item reload code | Lukas Fleischer | 2014-10-10 | 1 | -0/+1 |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 1 | -0/+1 |
* | Allow for filtering TODO items | Lukas Fleischer | 2014-08-06 | 1 | -7/+21 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 1 | -1/+2 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -5/+24 |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 1 | -2/+1 |
* | Add vasprintf() and asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -0/+2 |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 1 | -2/+9 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 1 | -9/+2 |
* | Only run the merge tool on files with differences | Lukas Fleischer | 2014-07-17 | 1 | -0/+1 |
* | Split out code to set bindings | Lukas Fleischer | 2014-07-17 | 1 | -0/+2 |
* | Refactor wins_launch_external() | Lukas Fleischer | 2014-07-16 | 1 | -2/+1 |
* | Allow for merging data files when reloading | Lukas Fleischer | 2014-07-16 | 1 | -4/+9 |
* | Warn when reloading with unsaved modifications | Lukas Fleischer | 2014-07-16 | 1 | -0/+3 |
* | Add a key binding to reload appointments and todos | Lukas Fleischer | 2014-07-16 | 1 | -0/+1 |
* | Initialize linked list for recurrent items | Lukas Fleischer | 2014-07-16 | 1 | -0/+1 |
* | Load todo items on startup | Lukas Fleischer | 2014-07-09 | 1 | -0/+1 |
* | Fix segmentation fault | Lukas Fleischer | 2014-06-25 | 1 | -1/+1 |
* | Avoid blank space after the last list box item | Lukas Fleischer | 2014-05-19 | 1 | -0/+2 |
* | Resize panels properly | Lukas Fleischer | 2014-05-19 | 1 | -2/+2 |
* | Use an enum for the type field of day_item | Lukas Fleischer | 2014-05-18 | 1 | -13/+13 |
* | Reintroduce heading and separator in appointments | Lukas Fleischer | 2014-05-18 | 1 | -5/+6 |