aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-day.c
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault in update_rept()Lars Henriksen2018-08-251-5/+7
* Buffer mixupLars Henriksen2018-08-251-4/+3
* Major overhaul of appointment/event input routines.Lars Henriksen2018-08-251-194/+241
* Refactoring update_duration/day_edit_duration.Lars Henriksen2018-08-251-55/+49
* Make editing of punctual appointments more intuitiveLukas Fleischer2018-08-251-3/+6
* Fix end-before-start inconsistencyLars Henriksen2018-06-051-7/+9
* Fix appointment becoming eventLars Henriksen2018-06-051-4/+4
* Scrollbar and right window border (corrected)Lars Henriksen2018-05-261-2/+2
* Add parse_date_interactive()Lukas Fleischer2017-10-261-6/+4
* Fix spelling of "frequency"Lars Henriksen2017-10-231-7/+5
* Make the day heading position configurableLars Henriksen2017-09-081-1/+4
* Remove phase of moon featureLars Henriksen2017-09-081-1/+0
* Add missing string initializationLars Henriksen2017-09-041-0/+1
* Add a function to wait for any key pressLukas Fleischer2017-09-031-14/+14
* Make heading in appointments panel configurableLars Henriksen2017-08-281-6/+15
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Prevent free-before-init of timstrVlad Glagolev2016-10-131-1/+1
* Replace parse_datetime() constants by named flagsLukas Fleischer2016-10-101-3/+3
* Refactor duration/end time parsingLukas Fleischer2016-10-101-35/+39
* Support dates when specifying start/end timesLukas Fleischer2016-10-091-30/+27
* Factor out parse_datetime()Lukas Fleischer2016-10-091-25/+5
* 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-281-8/+11
* Fix out-of-bounds memory accessLukas Fleischer2016-09-281-2/+7
* Support relative dates when adding recurrencesLukas Fleischer2016-04-011-13/+31
* Support durations in recurrence ending datesLukas Fleischer2016-02-261-14/+32
* Refactor UTF-8 choppingLukas Fleischer2016-02-261-4/+4
* ui-day.c: Simplify code using ui_day_selitem()Lukas Fleischer2016-02-161-8/+8
* Make automatic selection of appointments/events smarterLukas Fleischer2016-02-161-0/+15
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-6/+5
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* ui-day.c: Reorganize some free() operationsLukas Fleischer2014-07-271-7/+7
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-32/+35
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+20
* Do not highlight items on inactive windowsLukas Fleischer2014-07-091-0/+2
* Fix segmentation faultLukas Fleischer2014-06-251-10/+10
* Add default cases to some switch statementsLukas Fleischer2014-05-181-3/+11
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-10/+25
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-0/+5
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-156/+78
* Pass date parameter to ui_day_update_panel()Lukas Fleischer2014-05-131-3/+1
* Add support for moving appointmentsLukas Fleischer2013-07-181-4/+14
* update_start_time(): Allow for moving an itemLukas Fleischer2013-07-181-3/+7
* Allow for making an appointment punctualLukas Fleischer2013-07-181-3/+8
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-8/+8
* Support punctual appointments in the UILukas Fleischer2013-05-141-0/+4
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-723/+780
* ui-day.c: Several minor simplificationsLukas Fleischer2013-02-141-134/+110