| Commit message (Expand) | Author | Age | Files | Lines |
* | DST fix: adjusting time in appointments | Lars Henriksen | 2018-11-10 | 1 | -5/+23 |
* | DST fix: adding appointments on the day when DST starts or stops | Lars Henriksen | 2018-11-10 | 1 | -11/+7 |
* | Minor merge adjustments | Lars Henriksen | 2018-08-25 | 1 | -36/+43 |
* | Start and end time validation. | Lars Henriksen | 2018-08-25 | 1 | -5/+44 |
* | New support functions for input validation. | Lars Henriksen | 2018-08-25 | 1 | -0/+36 |
* | Only stop threads when exiting from interactive mode | Lukas Fleischer | 2018-08-25 | 1 | -3/+3 |
* | Support UTF-8 encoded characters in user choices | Lars Henriksen | 2018-06-03 | 1 | -12/+23 |
* | Scrollbar and right window border (corrected) | Lars Henriksen | 2018-05-26 | 1 | -15/+8 |
* | Scrollbar and right window border | Lars Henriksen | 2017-12-10 | 1 | -8/+27 |
* | Default colour as foreground colour | Lars Henriksen | 2017-12-10 | 1 | -0/+6 |
* | Check for the year span 1902-2037 | Lars Henriksen | 2017-11-23 | 1 | -6/+8 |
* | Parse time before date in parse_datetime() | Lukas Fleischer | 2017-10-27 | 1 | -2/+2 |
* | Make parsing of date-time more strict | Lukas Fleischer | 2017-10-26 | 1 | -15/+20 |
* | Add parse_date_interactive() | Lukas Fleischer | 2017-10-26 | 1 | -0/+7 |
* | Remove phase of moon feature | Lars Henriksen | 2017-09-08 | 1 | -2/+0 |
* | Replace remaining uses of wgetch() by keys_wgetch() | Lukas Fleischer | 2017-09-03 | 1 | -1/+1 |
* | Add a function to wait for any key press | Lukas Fleischer | 2017-09-03 | 1 | -3/+3 |
* | Fix empty warning box when key is already in use | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Include stdarg.h when using variable argument lists | Lukas Fleischer | 2017-07-28 | 1 | -0/+1 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Replace parse_datetime() constants by named flags | Lukas Fleischer | 2016-10-10 | 1 | -2/+2 |
* | Support dates when specifying start/end times | Lukas Fleischer | 2016-10-09 | 1 | -2/+6 |
* | Factor out parse_datetime() | Lukas Fleischer | 2016-10-09 | 1 | -0/+39 |
* | Stop all threads before leaving curses mode | Lukas Fleischer | 2016-09-13 | 1 | -2/+4 |
* | Do not assume that days always have 86400 seconds | Lukas Fleischer | 2016-03-27 | 1 | -0/+24 |
* | Support durations in recurrence ending dates | Lukas Fleischer | 2016-02-26 | 1 | -0/+91 |
* | Allow decimals in durations | Lukas Fleischer | 2016-02-10 | 1 | -9/+16 |
* | Fix %(hash) formatting of events | Lukas Fleischer | 2016-02-05 | 1 | -2/+2 |
* | Refactor grep mode | Lukas Fleischer | 2016-02-05 | 1 | -0/+1 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 1 | -0/+5 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -0/+12 |
* | Add long format specifiers "raw" and "hash" | Lukas Fleischer | 2016-01-13 | 1 | -5/+55 |
* | Reimplement asprintf() using dynamic strings | Lukas Fleischer | 2016-01-13 | 1 | -26/+4 |
* | Split out code for drawing week numbers | Lukas Fleischer | 2015-04-10 | 1 | -2/+9 |
* | 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 | 1 | -16/+10 |
* | Introduce starts_with() and starts_with_ci() | Lukas Fleischer | 2015-02-24 | 1 | -0/+12 |
* | Add support for UTC times in iCal imports | Lukas Fleischer | 2015-02-23 | 1 | -0/+25 |
* | Use date_sec_change() for adding day deltas | Lukas Fleischer | 2015-02-22 | 1 | -6/+5 |
* | Support weekday names as date specifiers | Lukas Fleischer | 2015-02-11 | 1 | -5/+51 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | 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 | 1 | -4/+2 |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 1 | -10/+7 |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -9/+10 |
* | Add vasprintf() and asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -0/+38 |
* | Add default cases to some switch statements | Lukas Fleischer | 2014-05-18 | 1 | -0/+2 |
* | Store appointments for the current day in a vector | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |