Frederic Culot
71d6cfda92
More work on implementing the daemon.
2009-08-01 13:31:20 +00:00
Frederic Culot
3d23af73c0
More work on implementing calcurse daemon.
2009-07-26 12:47:15 +00:00
Frederic Culot
ade0470197
Functions added to implement a logging mechanism for calcurse daemon.
2009-07-23 18:33:20 +00:00
Frederic Culot
5694955002
stdbool header removed, unsigned type used instead
2009-07-12 16:21:57 +00:00
Frederic Culot
27b25548a4
Switch to BSD license.
2009-07-05 20:33:13 +00:00
Frederic Culot
627fd8a8aa
Basic lock mechanism implemented to avoid having two calcurse instances running at the same time.
2009-06-21 18:16:21 +00:00
Frederic Culot
9abf70b4a6
ability to link against ncursesw if ncurses is not found
2009-01-23 21:09:21 +00:00
Frederic Culot
38912b36da
iso date format added
2009-01-05 20:12:08 +00:00
Frederic Culot
bf3bce0ab2
code cleanup
2009-01-02 22:28:53 +00:00
Frederic Culot
8fdd1510c6
Automatic periodic saves implemented
2008-12-28 19:41:45 +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
9d4899110a
More work on implementing user-definable keybindings
2008-11-16 17:42:53 +00:00
Frederic Culot
e8f12c65ca
Loading of user-configurable keys implemented
2008-11-09 20:10:18 +00:00
Frederic Culot
96b858b8bc
More work on ical import. Macros to handle errors and to display messages in both command-line and curses mode added
2008-09-20 12:47:06 +00:00
Frederic Culot
a2fe228ebe
new command line options added (thanks Erik for the patch)
2008-08-06 17:44:34 +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
0c281d2c1e
Tony's patch concerning date format configuration imported
2008-04-09 20:38:29 +00:00
Frederic Culot
fe5621c547
manpage updated
...
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the
glibc version of mkstemp(3).
bugfix: wrong calculated len in wins_launch_external(), which lead to
erroneus note file name
2008-02-13 19:44:37 +00:00
Frederic Culot
478b2762e6
Ability to attach notes to todo items added
2007-12-30 16:27:58 +00:00
Frederic Culot
c14845b73c
WEEKINDAYS define added
2007-12-10 19:04:08 +00:00
Frederic Culot
c9ba409a8b
cwin, awin, twin, swin variables suppressed
2007-10-21 13:40:13 +00:00
Frederic Culot
8c8f3a56ff
layout is not part of conf_t type anymore, and becomes a static variable in wins.c
2007-08-15 15:36:05 +00:00
Frederic Culot
4b987f70ac
unuseful headers removed and some functions became static
2007-07-28 13:11:42 +00:00
Frederic Culot
6ad12276c4
window_e enum and window_t type moved to wins.h
2007-07-23 19:27:28 +00:00
Frederic Culot
7b9ad07e9f
STATUSHEIGHT define added and vars_init() prototype added
2007-07-21 19:30:25 +00:00
Frederic Culot
17160a9b08
window_t type and window_e enum added
2007-07-20 19:09:07 +00:00
Frederic Culot
725837e936
week_begins_on_monday suppressed from conf_t type
2007-07-01 17:42:47 +00:00
Frederic Culot
0836706383
layout variable added to conf_t type
2007-05-06 13:30:14 +00:00
Frederic Culot
2496888682
MAX_LENGTH replaced by stdio.h's BUFSIZ
2007-04-04 19:38:18 +00:00
Frederic Culot
fc14f43076
conf_t type created
2007-03-24 23:22:16 +00:00
Frederic Culot
44dd9af32a
HOURINSEC and MININSEC defined
2007-03-17 16:38:03 +00:00
Frederic Culot
2e5aca594f
variable added in nbar_s structure to store user shell
2007-02-25 19:28:44 +00:00
Frederic Culot
929adf9154
struct nbar_s updated to store notification command
2007-02-24 17:33:42 +00:00
Frederic Culot
6153457678
nbar_s structure created to store notify-bar settings
2006-09-15 15:37:45 +00:00
Frederic Culot
875f6e5917
define DAYINSEC added
2006-09-11 13:12:32 +00:00
Frederic Culot
217ddea91f
ESCAPE key definition added
2006-08-02 21:20:47 +00:00
Frederic Culot
ac36e94341
Initial revision
2006-07-31 21:00:02 +00:00