Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-28 | Avoid redundant redraws on resize | Lukas Fleischer | |
Use a global flag to record whether the terminal was resized instead of redrawing everything each time a KEY_RESIZE is read. Add some additional checks to help_write_pad() as invalid actions may be passed now due to using signals instead of virtual key presses. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | |
* Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Use generic lists for recurring item exceptions. | Lukas Fleischer | |
Rename "days" structure to "excp" which seems to be a better name here. Use generic linked lists of excp structures instead of using the "days" structure which again contains a linked list implementation. Do some cleanups and invocation fixes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-14 | Overall indentation fixes. | Lukas Fleischer | |
Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Fixed file permissions. | Lukas Fleischer | |
2010-03-21 | Avoid concurrent screen refreshes. | Frederic Culot | |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2010-02-14 | Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, ↵ | Frederic Culot | |
thanks. | |||
2009-08-17 | Do not send notifications when running in background mode if user did not ↵ | Frederic Culot | |
flag its appointment. | |||
2009-08-13 | Possible deadlock fixed, thanks Henrik for reporting it. | Frederic Culot | |
2009-08-09 | notify_thread_app rewritten | Frederic Culot | |
2009-08-02 | Notification configuration menu rewritten to handle scrolling. | Frederic Culot | |
2009-08-01 | Improved how the daemon checks for appointments to remind. | Frederic Culot | |
2009-08-01 | More work on implementing the daemon. | Frederic Culot | |
2009-07-20 | Beginning of work on implementing calcurse daemon. | Frederic Culot | |
2009-07-12 | calcurse version removed from menu titles | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-06-21 | Fixed a memory leak caused by a wrong usage of the notify_app structure | Frederic Culot | |
2009-06-21 | Free memory associated with structure used for appointments notification. | Frederic Culot | |
2009-01-22 | bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵ | Frederic Culot | |
thread was launched (thanks Jan for reporting this) | |||
2009-01-03 | more code cleanup | Frederic Culot | |
2009-01-02 | code cleanup | Frederic Culot | |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | |
memory usage | |||
2008-12-18 | memory leak due to wrong thread usage fixed | Frederic Culot | |
2008-12-12 | code cleanup | Frederic Culot | |
2008-12-07 | Checks added while loading key bindings configuration. | Frederic Culot | |
2008-11-23 | Building configuration menu to assign keybindings | Frederic Culot | |
2008-11-16 | More work on implementing user-definable keybindings | Frederic Culot | |
2008-04-20 | no need to allocate tmp_app on heap in notify_thread_app | Frederic Culot | |
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-02-10 | memory leak fixed in notify_thread_app() | Frederic Culot | |
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable | |||
2007-12-30 | Ability to attach notes to todo items added | Frederic Culot | |
2007-10-21 | notify_config_bar() updated to handle window resizing | Frederic Culot | |
2007-10-16 | bugfix: do not stop thread in notify_config_bar() if it was not started before | Frederic Culot | |
2007-08-19 | bugfix: extract_aptsfile() modified so that notify->apts_file is never set | Frederic Culot | |
to null | |||
2007-08-15 | notify_init_bar() updated to use static win variable | Frederic Culot | |
2007-08-04 | error handling while in ncurses mode improved | Frederic Culot | |
2007-07-29 | compiler warnings fixed | Frederic Culot | |
2007-07-28 | unuseful headers removed and some functions became static | Frederic Culot | |
2007-07-21 | notify_print_options() added | Frederic Culot | |
2007-07-20 | notify_init_bar() modified to use window_t type | Frederic Culot | |
2007-07-01 | notify_thread_app(), notify_check_repeated() and notify_same_recur_item() | Frederic Culot | |
modified to call get_today() | |||
2007-05-06 | bugfix: notify bar init sequence modified to avoid a possible segfault | Frederic Culot | |
2007-04-14 | bugfix: wrong define was used (DAYINSEC instead of HOURINSEC) | Frederic Culot | |
appointment state now taken into account to make the notify bar blink notify_catch_children() and notify_thread_children() suppressed | |||
2007-04-04 | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | |
use of DAYINSEC and MININSEC defines |