aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a function to wait for any key pressLukas Fleischer2017-09-037-26/+32
* Improve default selection when editing key bindingsLukas Fleischer2017-09-031-4/+4
* Use strncpy() properly in general_option_edit()Lukas Fleischer2017-09-031-6/+8
* Add support for UTF-8 key bindingsLukas Fleischer2017-08-303-30/+112
* Rename keys_getch() to keys_get()Lukas Fleischer2017-08-305-34/+29
* Factor out UTF-8 code point decodingLukas Fleischer2017-08-302-16/+16
* Relocate HANDLE_KEY macrosLukas Fleischer2017-08-301-46/+44
* Implement CTRL-U in getstring()Quentin Hibon2017-08-291-1/+7
* Use nl_langinfo() for month and day namesLars Henriksen2017-08-283-35/+8
* Remove extra star from recurrent appointmentsLars Henriksen2017-08-281-2/+1
* Remove some leftovers from the pastLars Henriksen2017-08-281-7/+0
* Make heading in appointments panel configurableLars Henriksen2017-08-285-7/+40
* Extend strings API for formatted datesLukas Fleischer2017-08-282-0/+22
* Make the selected day in the calendar stand outLars Henriksen2017-08-282-3/+3
* Fix support for punctual appointments at 00:00Lukas Fleischer2017-08-281-2/+3
* Fix empty warning box when key is already in useLars Henriksen2017-08-121-0/+2
* Fix fatal error when using the help commandLars Henriksen2017-08-121-5/+6
* Check for optional argument to -s optionLars Henriksen2017-08-121-0/+2
* Include stdarg.h when using variable argument listsLukas Fleischer2017-07-283-0/+4
* Fix segmentation fault when changing colorsLukas Fleischer2017-07-281-3/+3
* Fix another error in the notification codeLukas Fleischer2017-02-111-1/+6
* Fix notification of recurrent appointmentsLukas Fleischer2017-02-091-2/+8
* Do not read past NUL character in ical_get_value()Lukas Fleischer2017-02-081-2/+2
* Gracefully parse iCal parameters with colonsLukas Fleischer2017-02-071-12/+24
* Update copyright rangesLukas Fleischer2017-01-1239-40/+40
* Fix visible region after loading list box itemsLukas Fleischer2016-10-301-0/+1
* Fix listbox_fix_visible_region()Lukas Fleischer2016-10-301-22/+20
* Do not start the daemon more than onceLukas Fleischer2016-10-191-0/+1
* Prevent segfault when all todo items are hiddenLukas Fleischer2016-10-142-21/+28
* Always use memory management wrappersLukas Fleischer2016-10-137-18/+18
* Prevent free-before-init of timstrVlad Glagolev2016-10-131-1/+1
* Replace parse_datetime() constants by named flagsLukas Fleischer2016-10-103-5/+9
* Refactor duration/end time parsingLukas Fleischer2016-10-101-35/+39
* Support dates when specifying start/end timesLukas Fleischer2016-10-092-32/+33
* Factor out parse_datetime()Lukas Fleischer2016-10-093-25/+45
* Add support for moving items to another dayLukas Fleischer2016-10-081-11/+27
* Refactor day_edit_time()Lukas Fleischer2016-10-011-8/+7
* Automatically select new appointments/eventsLukas Fleischer2016-09-282-10/+11
* Fix out-of-bounds memory accessLukas Fleischer2016-09-284-5/+26
* Fix key binding paginationLukas Fleischer2016-09-271-5/+18
* Stop all threads before leaving curses modeLukas Fleischer2016-09-131-2/+4
* Avoid starting the notification thread twiceLukas Fleischer2016-08-241-0/+3
* Remove duplicate code in draw_monthly_view()Lukas Fleischer2016-06-271-35/+22
* Highlight days with non-recurrent itemsLukas Fleischer2016-06-272-14/+25
* Support relative dates when adding recurrencesLukas Fleischer2016-04-011-13/+31
* Fix apoint_inday() with long appointmentsLukas Fleischer2016-03-281-1/+2
* Do not assume that days always have 86400 secondsLukas Fleischer2016-03-275-5/+29
* Add proper UTF-8 support to the notification areaLukas Fleischer2016-02-261-30/+17
* Support durations in recurrence ending datesLukas Fleischer2016-02-264-34/+125
* Refactor UTF-8 choppingLukas Fleischer2016-02-264-21/+36