summaryrefslogtreecommitdiff
path: root/src/day.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2023-01-31Check that note files open before reading themNicholas Johnson
2022-12-25Extend default description to all item typesLukas Fleischer
2022-12-25Add text for displaying empty event descriptionJonathan van der Steege
2022-04-03Layout change recognizes changed appointment spaceMorgan Seltzer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2020-12-19Introduce macro DAYLars Henriksen
2020-10-11Implemented rendering of notes in events/appts as wellAmbika Eshwar
2020-04-28Treat recurrent events and appointments alikeLars Henriksen
2020-01-30Update copyright rangesLukas Fleischer
2019-11-03Make the text for empty days configurableLars Henriksen
2019-05-30Return at least two days in multiple days modeLars Henriksen
2019-05-26Automate the calculation of number of days to loadLars Henriksen
2019-05-26Make separation of days conspicuousLars Henriksen
2019-05-22Derive selected day from selected itemLars Henriksen
2019-05-22Add configuration variables for multiple daysLars Henriksen
2019-05-22Add week numbers in the calendar and full first and last weekLars Henriksen
2019-05-22Implement scrolling in the appointments panelLars Henriksen
2019-05-22Redesign selected-item implementation for the APP panelLars Henriksen
2019-05-22Introduce multiple days in the appointments panelLars Henriksen
2019-05-22Simplify day storageLars Henriksen
2019-05-22Fix initialization of the day_items vectorLars Henriksen
2019-01-18Overflow check for 32-bit types onlyLars Henriksen
2019-01-14Use time_t for system time valuesLukas Fleischer
2018-11-10DST fix: daylength v. DAYINSECLars Henriksen
2017-08-28Remove extra star from recurrent appointmentsLars Henriksen
2017-01-12Update copyright rangesLukas Fleischer
2016-09-28Fix out-of-bounds memory accessLukas Fleischer
2016-06-27Highlight days with non-recurrent itemsLukas Fleischer
2016-02-26Refactor UTF-8 choppingLukas Fleischer
2016-02-16Make automatic selection of appointments/events smarterLukas Fleischer
2016-02-15Improve ordering of appointments/eventsLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-04-11Do not mark slice of end time busyLukas Fleischer
2015-04-10Fix range checks in day_chk_busy_slices()Lukas Fleischer
2015-04-10Fix slice computation of recurring appointmentsLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-08-06Add pattern filter optionLukas Fleischer
2014-07-16day.c: Fix typo in error messageLukas Fleischer
2014-06-25Fix segmentation faultLukas Fleischer
2014-05-18Add default cases to some switch statementsLukas Fleischer
2014-05-18day_item_add_exc(): Fix unwanted fall-throughLukas Fleischer
2014-05-18Reintroduce heading and separator in appointmentsLukas Fleischer
2014-05-18ui-day: Large-scale refactoringLukas Fleischer
2014-05-18Store appointments for the current day in a vectorLukas Fleischer
2013-07-16Add -l/--limit optionWilliam Pettersson
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-05-14display_item_date(): Support punctual appointmentsLukas Fleischer
2013-05-14Refactor display_item_date()Lukas Fleischer