aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove parentheses from return statementsLukas Fleischer2011-11-021-1/+1
* | Make use of the NULL macroLukas Fleischer2011-11-021-8/+8
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-22/+21
* | Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* | Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-7/+8
* | Pass item durations to recur_item_inday()Lukas Fleischer2011-10-211-4/+4
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-311-5/+21
|/
* Fix notify_check_repeated()Lukas Fleischer2011-07-291-1/+1
* Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-291-6/+8
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-14/+19
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring item exceptions.Lukas Fleischer2011-04-221-2/+2
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-4/+2
* Overall indentation fixes.Lukas Fleischer2011-03-141-179/+179
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Avoid concurrent screen refreshes.Frederic Culot2010-03-211-2/+2
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-20/+21
* Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, th...Frederic Culot2010-02-141-3/+6
* Do not send notifications when running in background mode if user did not fla...Frederic Culot2009-08-171-2/+4
* Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot2009-08-131-4/+8
* notify_thread_app rewrittenFrederic Culot2009-08-091-9/+10
* Notification configuration menu rewritten to handle scrolling.Frederic Culot2009-08-021-42/+64
* Improved how the daemon checks for appointments to remind.Frederic Culot2009-08-011-6/+36
* More work on implementing the daemon.Frederic Culot2009-08-011-69/+134
* Beginning of work on implementing calcurse daemon.Frederic Culot2009-07-201-28/+67
* calcurse version removed from menu titlesFrederic Culot2009-07-121-3/+2
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot2009-06-211-14/+23