summaryrefslogtreecommitdiff
path: root/src/notify.c
AgeCommit message (Expand)Author
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
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-02-14Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, th...Frederic Culot
2009-08-17Do not send notifications when running in background mode if user did not fla...Frederic Culot
2009-08-13Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot
2009-08-09notify_thread_app rewrittenFrederic Culot
2009-08-02Notification configuration menu rewritten to handle scrolling.Frederic Culot
2009-08-01Improved how the daemon checks for appointments to remind.Frederic Culot
2009-08-01More work on implementing the daemon.Frederic Culot
2009-07-20Beginning of work on implementing calcurse daemon.Frederic Culot
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-21Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot
2009-06-21Free memory associated with structure used for appointments notification.Frederic Culot
2009-01-22bugfix: avoid possible segfault if notify_stop_main_thread is called before t...Frederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-18memory leak due to wrong thread usage fixedFrederic Culot
2008-12-12code cleanupFrederic Culot