aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c
Commit message (Expand)AuthorAgeFilesLines
* Call setsid() for hook/notification commandsLukas Fleischer2021-04-041-1/+1
* Redirect standard descriptors for hook/notify commandsLukas Fleischer2021-04-041-17/+6
* Remove SIGCHLD signal handlerLars Henriksen2020-07-261-0/+4
* Use "struct rpt" to shorten argument listsLars Henriksen2020-04-281-6/+3
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Fix next recurrent appointment deletedLars Henriksen2019-12-231-1/+10
* Fix display of time left before next appointmentLars Henriksen2019-04-131-5/+7
* Fix one-second warning period for notificationsLars Henriksen2019-04-131-1/+1
* Use time_t for system time valuesLukas Fleischer2019-01-141-3/+3
* Solve deadlock in notification barLars Henriksen2018-07-281-8/+5
* Do not stop already cancelled notification threadLukas Fleischer2018-06-031-6/+11
* notify.c: fix several buffer overflowsLukas Fleischer2018-05-261-13/+18
* Scrollbar and right window border (corrected)Lars Henriksen2018-05-261-2/+2
* Rename keys_getch() to keys_get()Lukas Fleischer2017-08-301-3/+3
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Avoid starting the notification thread twiceLukas Fleischer2016-08-241-0/+3
* Add proper UTF-8 support to the notification areaLukas Fleischer2016-02-261-30/+17
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Support sending notifications for all appointmentsLukas Fleischer2016-01-271-23/+32
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-3/+2
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Initialize prompt buffers in the configuration menusLukas Fleischer2014-07-181-0/+1
* Rework key binding context switchingLukas Fleischer2014-07-171-5/+3
* Reintroduce key bindings in configuration menusLukas Fleischer2014-07-171-2/+14
* Add a cleanup handler for the notify main threadLukas Fleischer2014-07-161-0/+13
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-1/+8
* Add support for drawing highlighted decorationLukas Fleischer2014-05-181-2/+2
* Remove numbers and whitespace from option menusLukas Fleischer2014-05-181-8/+5
* Reduce flicker when resizing in option menusLukas Fleischer2014-05-181-1/+1
* Use generic list box for notification optionsLukas Fleischer2014-05-181-106/+107
* Rework scroll window implementationLukas Fleischer2014-05-181-15/+6
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-524/+558
* Fix braces in if-else statementsLukas Fleischer2013-02-171-7/+10
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Add hidden key handler windowLukas Fleischer2012-12-161-1/+1
* Release screen mutex if thread diesLukas Fleischer2012-11-231-6/+6
* Lock screen when drawing on the calendar/notification panelLukas Fleischer2012-11-231-0/+6
* Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-4/+4
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-2/+2
* Do not localize configuration optionsLukas Fleischer2012-05-231-8/+8
* Merge branch 'maint'Lukas Fleischer2012-05-231-1/+1
|\
| * src/notify.c: Fix printf() misuseLukas Fleischer2012-05-191-1/+1
* | Switch to Linux kernel coding styleLukas Fleischer2012-05-211-455/+379
* | Update configuration dialogsLukas Fleischer2012-05-171-8/+8
* | Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* | Mark localized string literals constantLukas Fleischer2012-04-051-6/+6
* | Update copyright rangesLukas Fleischer2012-03-261-1/+1
* | Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-1/+1
* | Merge branch 'maint'Lukas Fleischer2011-11-111-1/+4
|\|
| * Cleanup joinable threads on terminationLukas Fleischer2011-10-041-1/+4