| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the day heading position configurable | Lars Henriksen | 2017-09-08 | 1 | -0/+7 |
* | Remove phase of moon feature | Lars Henriksen | 2017-09-08 | 1 | -1/+2 |
* | Add a function to wait for any key press | Lukas Fleischer | 2017-09-03 | 1 | -0/+1 |
* | Add support for UTF-8 key bindings | Lukas Fleischer | 2017-08-30 | 1 | -1/+3 |
* | Rename keys_getch() to keys_get() | Lukas Fleischer | 2017-08-30 | 1 | -1/+1 |
* | Factor out UTF-8 code point decoding | Lukas Fleischer | 2017-08-30 | 1 | -0/+1 |
* | Use nl_langinfo() for month and day names | Lars Henriksen | 2017-08-28 | 1 | -3/+0 |
* | Make heading in appointments panel configurable | Lars Henriksen | 2017-08-28 | 1 | -0/+4 |
* | Extend strings API for formatted dates | Lukas Fleischer | 2017-08-28 | 1 | -0/+2 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Replace parse_datetime() constants by named flags | Lukas Fleischer | 2016-10-10 | 1 | -0/+4 |
* | Factor out parse_datetime() | Lukas Fleischer | 2016-10-09 | 1 | -0/+1 |
* | Fix out-of-bounds memory access | Lukas Fleischer | 2016-09-28 | 1 | -0/+2 |
* | 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 |