Frederic Culot
27b25548a4
Switch to BSD license.
2009-07-05 20:33:13 +00:00
Frederic Culot
bff0d973a4
Fixed a memory leak caused by a wrong usage of the notify_app structure
2009-06-21 15:19:21 +00:00
Frederic Culot
bc44508a10
Free memory associated with structure used for appointments notification.
2009-06-21 14:42:49 +00:00
Frederic Culot
d8861f877e
bugfix: avoid possible segfault if notify_stop_main_thread is called before thread was launched (thanks Jan for reporting this)
2009-01-22 18:11:56 +00:00
Frederic Culot
936b6fe373
more code cleanup
2009-01-03 21:32:10 +00:00
Frederic Culot
bf3bce0ab2
code cleanup
2009-01-02 22:28:53 +00:00
Frederic Culot
5352496984
Added wrappers around libc's memory management functions, to easily debug memory usage
2008-12-28 13:13:58 +00:00
Frederic Culot
d59b0e15ab
memory leak due to wrong thread usage fixed
2008-12-18 20:38:51 +00:00
Frederic Culot
53db22a380
code cleanup
2008-12-12 20:44:50 +00:00
Frederic Culot
639058740a
Checks added while loading key bindings configuration.
2008-12-07 09:20:38 +00:00
Frederic Culot
eb88eaecb3
Building configuration menu to assign keybindings
2008-11-23 20:38:55 +00:00
Frederic Culot
9d4899110a
More work on implementing user-definable keybindings
2008-11-16 17:42:53 +00:00
Frederic Culot
cb3919c59f
no need to allocate tmp_app on heap in notify_thread_app
2008-04-20 13:49:39 +00:00
Frederic Culot
2341c90003
some memory leaks fixed using valgrind and some minor code cleanup
2008-04-19 21:04:47 +00:00
Frederic Culot
efd782699b
Yet another style for source code. GNU style now used (I am fed up with tabs...)
2008-04-12 21:14:03 +00:00
Frederic Culot
52340fa0e1
memory leak fixed in notify_thread_app()
...
check for limits.h header added
asprintf() call replaced in wins_launch_external() as it is not
fully portable
2008-02-10 16:29:50 +00:00
Frederic Culot
478b2762e6
Ability to attach notes to todo items added
2007-12-30 16:27:58 +00:00
Frederic Culot
15ea040780
notify_config_bar() updated to handle window resizing
2007-10-21 13:41:51 +00:00
Frederic Culot
788ba6fc5c
bugfix: do not stop thread in notify_config_bar() if it was not started before
2007-10-16 19:14:40 +00:00
Frederic Culot
e069c1788c
bugfix: extract_aptsfile() modified so that notify->apts_file is never set
...
to null
2007-08-19 13:16:45 +00:00
Frederic Culot
470ea56514
notify_init_bar() updated to use static win variable
2007-08-15 15:33:01 +00:00
Frederic Culot
ff60394c8e
error handling while in ncurses mode improved
2007-08-04 14:34:03 +00:00
Frederic Culot
2767b1f0e9
compiler warnings fixed
2007-07-29 20:59:09 +00:00
Frederic Culot
4b987f70ac
unuseful headers removed and some functions became static
2007-07-28 13:11:42 +00:00
Frederic Culot
d2c337f8b5
notify_print_options() added
2007-07-21 19:36:45 +00:00
Frederic Culot
f4d0b56de7
notify_init_bar() modified to use window_t type
2007-07-20 19:10:51 +00:00
Frederic Culot
a17eb2b9cb
notify_thread_app(), notify_check_repeated() and notify_same_recur_item()
...
modified to call get_today()
2007-07-01 17:57:05 +00:00
Frederic Culot
d0bc8348ca
bugfix: notify bar init sequence modified to avoid a possible segfault
2007-05-06 13:29:51 +00:00
Frederic Culot
e8ed23cd60
bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)
...
appointment state now taken into account to make the notify bar blink
notify_catch_children() and notify_thread_children() suppressed
2007-04-14 18:44:53 +00:00
Frederic Culot
0f781f8cb0
MAX_LENGTH replaced by stdio.h's BUFSIZ
...
use of DAYINSEC and MININSEC defines
2007-04-04 19:40:28 +00:00
Frederic Culot
721de8d034
init_notify_bar() moved from calcurse.c to notify_init_vars()
2007-03-24 23:17:09 +00:00
Frederic Culot
f7d672093f
notify_update_bar() updated to call notify_launch_cmd()
...
notify_launch_cmd() created
notify_thread_app() notify_check_added() and notify_check_repeated()
updated to handle item state
notify_catch_children() and notify_thread_children() created, to avoid
zombie processes when launching user-defined commands to get notified
2007-02-25 19:30:33 +00:00
Frederic Culot
d9d841ae27
english mistake
2007-02-24 17:38:40 +00:00
Frederic Culot
10478d9b96
missing headers added
2006-12-15 15:27:27 +00:00
Frederic Culot
9e7c35ce79
notify_update_bar() improved and notify_app_s structure updated
2006-09-16 15:24:34 +00:00
Frederic Culot
ebcc972941
updates to take notify-bar into account
...
notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created
2006-09-15 15:42:22 +00:00
Frederic Culot
e00970b676
notify_thread_app() and notify_update_bar() updated
...
notify_check_added(), notify_same_item(), notify_same_recur_item() and
notify_check_repeated() created
2006-09-14 15:05:34 +00:00
Frederic Culot
4eed73c351
notify_check_next_app() and notify_thread_app() created
2006-09-11 13:38:56 +00:00
Frederic Culot
be24cf8b95
implementation of notifying functions
2006-09-09 20:15:06 +00:00