| Commit message (Expand) | Author | Age | Files | Lines |
* | Solve deadlock in notification bar | Lars Henriksen | 2018-07-28 | 1 | -8/+5 |
* | Do not stop already cancelled notification thread | Lukas Fleischer | 2018-06-03 | 1 | -6/+11 |
* | notify.c: fix several buffer overflows | Lukas Fleischer | 2018-05-26 | 1 | -13/+18 |
* | Scrollbar and right window border (corrected) | Lars Henriksen | 2018-05-26 | 1 | -2/+2 |
* | Rename keys_getch() to keys_get() | Lukas Fleischer | 2017-08-30 | 1 | -3/+3 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Avoid starting the notification thread twice | Lukas Fleischer | 2016-08-24 | 1 | -0/+3 |
* | Add proper UTF-8 support to the notification area | Lukas Fleischer | 2016-02-26 | 1 | -30/+17 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Support sending notifications for all appointments | Lukas Fleischer | 2016-01-27 | 1 | -23/+32 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 1 | -3/+2 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Initialize prompt buffers in the configuration menus | Lukas Fleischer | 2014-07-18 | 1 | -0/+1 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 1 | -5/+3 |
* | Reintroduce key bindings in configuration menus | Lukas Fleischer | 2014-07-17 | 1 | -2/+14 |
* | Add a cleanup handler for the notify main thread | Lukas Fleischer | 2014-07-16 | 1 | -0/+13 |
* | Add support for caption rows in list boxes | Lukas Fleischer | 2014-05-18 | 1 | -1/+8 |
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 1 | -2/+2 |
* | Remove numbers and whitespace from option menus | Lukas Fleischer | 2014-05-18 | 1 | -8/+5 |
* | Reduce flicker when resizing in option menus | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Use generic list box for notification options | Lukas Fleischer | 2014-05-18 | 1 | -106/+107 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -15/+6 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -524/+558 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -7/+10 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -1/+1 |
* | Release screen mutex if thread dies | Lukas Fleischer | 2012-11-23 | 1 | -6/+6 |
* | Lock screen when drawing on the calendar/notification panel | Lukas Fleischer | 2012-11-23 | 1 | -0/+6 |
* | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -4/+4 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -2/+2 |
* | Do not localize configuration options | Lukas Fleischer | 2012-05-23 | 1 | -8/+8 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-05-23 | 1 | -1/+1 |
|\ |
|
| * | src/notify.c: Fix printf() misuse | Lukas Fleischer | 2012-05-19 | 1 | -1/+1 |
* | | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -455/+379 |
* | | Update configuration dialogs | Lukas Fleischer | 2012-05-17 | 1 | -8/+8 |
* | | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -3/+3 |
* | | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -6/+6 |
* | | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 1 | -1/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-11-11 | 1 | -1/+4 |
|\| |
|
| * | Cleanup joinable threads on termination | Lukas Fleischer | 2011-10-04 | 1 | -1/+4 |
* | | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -8/+8 |
* | | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -22/+21 |
* | | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 1 | -7/+8 |
* | | Pass item durations to recur_item_inday() | Lukas Fleischer | 2011-10-21 | 1 | -4/+4 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 1 | -5/+21 |
|/ |
|
* | Fix notify_check_repeated() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 |
* | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 1 | -6/+8 |