| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve default selection when editing key bindings | Lukas Fleischer | 2017-09-03 | 1 | -4/+4 |
* | Use strncpy() properly in general_option_edit() | Lukas Fleischer | 2017-09-03 | 1 | -6/+8 |
* | Add support for UTF-8 key bindings | Lukas Fleischer | 2017-08-30 | 3 | -30/+112 |
* | Rename keys_getch() to keys_get() | Lukas Fleischer | 2017-08-30 | 5 | -34/+29 |
* | Factor out UTF-8 code point decoding | Lukas Fleischer | 2017-08-30 | 2 | -16/+16 |
* | Relocate HANDLE_KEY macros | Lukas Fleischer | 2017-08-30 | 1 | -46/+44 |
* | Implement CTRL-U in getstring() | Quentin Hibon | 2017-08-29 | 1 | -1/+7 |
* | Use nl_langinfo() for month and day names | Lars Henriksen | 2017-08-28 | 3 | -35/+8 |
* | Remove extra star from recurrent appointments | Lars Henriksen | 2017-08-28 | 1 | -2/+1 |
* | Remove some leftovers from the past | Lars Henriksen | 2017-08-28 | 1 | -7/+0 |
* | Make heading in appointments panel configurable | Lars Henriksen | 2017-08-28 | 5 | -7/+40 |
* | Extend strings API for formatted dates | Lukas Fleischer | 2017-08-28 | 2 | -0/+22 |
* | Make the selected day in the calendar stand out | Lars Henriksen | 2017-08-28 | 2 | -3/+3 |
* | Fix support for punctual appointments at 00:00 | Lukas Fleischer | 2017-08-28 | 1 | -2/+3 |
* | Fix empty warning box when key is already in use | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Fix fatal error when using the help command | Lars Henriksen | 2017-08-12 | 1 | -5/+6 |
* | Check for optional argument to -s option | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Include stdarg.h when using variable argument lists | Lukas Fleischer | 2017-07-28 | 3 | -0/+4 |
* | Fix segmentation fault when changing colors | Lukas Fleischer | 2017-07-28 | 1 | -3/+3 |
* | Fix another error in the notification code | Lukas Fleischer | 2017-02-11 | 1 | -1/+6 |
* | Fix notification of recurrent appointments | Lukas Fleischer | 2017-02-09 | 1 | -2/+8 |
* | Do not read past NUL character in ical_get_value() | Lukas Fleischer | 2017-02-08 | 1 | -2/+2 |
* | Gracefully parse iCal parameters with colons | Lukas Fleischer | 2017-02-07 | 1 | -12/+24 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 39 | -40/+40 |
* | Fix visible region after loading list box items | Lukas Fleischer | 2016-10-30 | 1 | -0/+1 |
* | Fix listbox_fix_visible_region() | Lukas Fleischer | 2016-10-30 | 1 | -22/+20 |
* | Do not start the daemon more than once | Lukas Fleischer | 2016-10-19 | 1 | -0/+1 |
* | Prevent segfault when all todo items are hidden | Lukas Fleischer | 2016-10-14 | 2 | -21/+28 |
* | Always use memory management wrappers | Lukas Fleischer | 2016-10-13 | 7 | -18/+18 |
* | Prevent free-before-init of timstr | Vlad Glagolev | 2016-10-13 | 1 | -1/+1 |
* | Replace parse_datetime() constants by named flags | Lukas Fleischer | 2016-10-10 | 3 | -5/+9 |
* | Refactor duration/end time parsing | Lukas Fleischer | 2016-10-10 | 1 | -35/+39 |
* | Support dates when specifying start/end times | Lukas Fleischer | 2016-10-09 | 2 | -32/+33 |
* | Factor out parse_datetime() | Lukas Fleischer | 2016-10-09 | 3 | -25/+45 |
* | Add support for moving items to another day | Lukas Fleischer | 2016-10-08 | 1 | -11/+27 |
* | Refactor day_edit_time() | Lukas Fleischer | 2016-10-01 | 1 | -8/+7 |
* | Automatically select new appointments/events | Lukas Fleischer | 2016-09-28 | 2 | -10/+11 |
* | Fix out-of-bounds memory access | Lukas Fleischer | 2016-09-28 | 4 | -5/+26 |
* | Fix key binding pagination | Lukas Fleischer | 2016-09-27 | 1 | -5/+18 |
* | Stop all threads before leaving curses mode | Lukas Fleischer | 2016-09-13 | 1 | -2/+4 |
* | Avoid starting the notification thread twice | Lukas Fleischer | 2016-08-24 | 1 | -0/+3 |
* | Remove duplicate code in draw_monthly_view() | Lukas Fleischer | 2016-06-27 | 1 | -35/+22 |
* | Highlight days with non-recurrent items | Lukas Fleischer | 2016-06-27 | 2 | -14/+25 |
* | Support relative dates when adding recurrences | Lukas Fleischer | 2016-04-01 | 1 | -13/+31 |
* | Fix apoint_inday() with long appointments | Lukas Fleischer | 2016-03-28 | 1 | -1/+2 |
* | Do not assume that days always have 86400 seconds | Lukas Fleischer | 2016-03-27 | 5 | -5/+29 |
* | Add proper UTF-8 support to the notification area | Lukas Fleischer | 2016-02-26 | 1 | -30/+17 |
* | Support durations in recurrence ending dates | Lukas Fleischer | 2016-02-26 | 4 | -34/+125 |
* | Refactor UTF-8 chopping | Lukas Fleischer | 2016-02-26 | 4 | -21/+36 |
* | ui-day.c: Simplify code using ui_day_selitem() | Lukas Fleischer | 2016-02-16 | 1 | -8/+8 |