summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2021-04-04Call setsid() for hook/notification commandsLukas Fleischer
2021-04-04Redirect standard descriptors for hook/notify commandsLukas Fleischer
2020-07-26Remove SIGCHLD signal handlerLars Henriksen
2020-04-28Use "struct rpt" to shorten argument listsLars Henriksen
2020-01-30Update copyright rangesLukas Fleischer
2019-12-23Fix next recurrent appointment deletedLars Henriksen
2019-04-13Fix display of time left before next appointmentLars Henriksen
2019-04-13Fix one-second warning period for notificationsLars Henriksen
2019-01-14Use time_t for system time valuesLukas Fleischer
2018-07-28Solve deadlock in notification barLars Henriksen
2018-06-03Do not stop already cancelled notification threadLukas Fleischer
2018-05-26notify.c: fix several buffer overflowsLukas Fleischer
2018-05-26Scrollbar and right window border (corrected)Lars Henriksen
2017-08-30Rename keys_getch() to keys_get()Lukas Fleischer
2017-01-12Update copyright rangesLukas Fleischer
2016-08-24Avoid starting the notification thread twiceLukas Fleischer
2016-02-26Add proper UTF-8 support to the notification areaLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-27Support sending notifications for all appointmentsLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-18Initialize prompt buffers in the configuration menusLukas Fleischer
2014-07-17Rework key binding context switchingLukas Fleischer
2014-07-17Reintroduce key bindings in configuration menusLukas Fleischer
2014-07-16Add a cleanup handler for the notify main threadLukas Fleischer
2014-05-18Add support for caption rows in list boxesLukas Fleischer
2014-05-18Add support for drawing highlighted decorationLukas Fleischer
2014-05-18Remove numbers and whitespace from option menusLukas Fleischer
2014-05-18Reduce flicker when resizing in option menusLukas Fleischer
2014-05-18Use generic list box for notification optionsLukas Fleischer
2014-05-18Rework scroll window implementationLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-12-16Add hidden key handler windowLukas Fleischer
2012-11-23Release screen mutex if thread diesLukas Fleischer
2012-11-23Lock screen when drawing on the calendar/notification panelLukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-23Do not localize configuration optionsLukas Fleischer
2012-05-23Merge branch 'maint'Lukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-19src/notify.c: Fix printf() misuseLukas Fleischer
2012-05-17Update configuration dialogsLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer