summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Expand)Author
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
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-21Avoid unnecessary start time calculationsLukas Fleischer
2011-10-21Pass item durations to recur_item_inday()Lukas Fleischer
2011-10-04Cleanup joinable threads on terminationLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-29Fix notify_check_repeated()Lukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Use generic lists for recurring item exceptions.Lukas Fleischer
2011-04-03Remove dead assignments spotted by clang-analyzer.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer