aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
Commit message (Expand)AuthorAgeFilesLines
* Treat recurrent events and appointments alikeLars Henriksen2020-04-281-1/+1
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Make the text for empty days configurableLars Henriksen2019-11-031-1/+1
* Return at least two days in multiple days modeLars Henriksen2019-05-301-1/+4
* Automate the calculation of number of days to loadLars Henriksen2019-05-261-1/+14
* Make separation of days conspicuousLars Henriksen2019-05-261-1/+1
* Derive selected day from selected itemLars Henriksen2019-05-221-1/+1
* Add configuration variables for multiple daysLars Henriksen2019-05-221-4/+3
* Add week numbers in the calendar and full first and last weekLars Henriksen2019-05-221-8/+11
* Implement scrolling in the appointments panelLars Henriksen2019-05-221-7/+10
* Redesign selected-item implementation for the APP panelLars Henriksen2019-05-221-21/+62
* Introduce multiple days in the appointments panelLars Henriksen2019-05-221-30/+66
* Simplify day storageLars Henriksen2019-05-221-24/+1
* Fix initialization of the day_items vectorLars Henriksen2019-05-221-0/+1
* Overflow check for 32-bit types onlyLars Henriksen2019-01-181-2/+29
* Use time_t for system time valuesLukas Fleischer2019-01-141-14/+14
* DST fix: daylength v. DAYINSECLars Henriksen2018-11-101-1/+1
* Remove extra star from recurrent appointmentsLars Henriksen2017-08-281-2/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Fix out-of-bounds memory accessLukas Fleischer2016-09-281-2/+7
* Highlight days with non-recurrent itemsLukas Fleischer2016-06-271-12/+15
* Refactor UTF-8 choppingLukas Fleischer2016-02-261-17/+8
* Make automatic selection of appointments/events smarterLukas Fleischer2016-02-161-0/+15
* Improve ordering of appointments/eventsLukas Fleischer2016-02-151-3/+19
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Do not mark slice of end time busyLukas Fleischer2015-04-111-4/+18
* Fix range checks in day_chk_busy_slices()Lukas Fleischer2015-04-101-5/+8
* Fix slice computation of recurring appointmentsLukas Fleischer2015-04-101-2/+7
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-20/+16
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Add pattern filter optionLukas Fleischer2014-08-061-22/+10
* day.c: Fix typo in error messageLukas Fleischer2014-07-161-2/+2
* Fix segmentation faultLukas Fleischer2014-06-251-2/+4
* Add default cases to some switch statementsLukas Fleischer2014-05-181-2/+13
* day_item_add_exc(): Fix unwanted fall-throughLukas Fleischer2014-05-181-0/+2
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-16/+20
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-82/+24
* Store appointments for the current day in a vectorLukas Fleischer2014-05-181-17/+19
* Add -l/--limit optionWilliam Pettersson2013-07-161-1/+4
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-2/+2
* display_item_date(): Support punctual appointmentsLukas Fleischer2013-05-141-2/+3
* Refactor display_item_date()Lukas Fleischer2013-05-141-12/+6
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-461/+476
* Fix braces in if-else statementsLukas Fleischer2013-02-171-4/+5
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-141-2/+2
* Merge branch 'maint'Lukas Fleischer2013-02-041-1/+1
|\
| * Update copyright rangesLukas Fleischer2013-02-041-1/+1
* | day_process_storage(): Remove redundant parameterLukas Fleischer2013-02-011-5/+5
|/
* Merge branch 'maint'Lukas Fleischer2012-11-261-0/+9
|\
| * day.c: Fix weekly viewLukas Fleischer2012-11-261-0/+9