171 Commits

Author SHA1 Message Date
Frederic Culot
90589eab17 Need to remove lock only if interactive mode was launched before. 2009-06-23 08:52:07 +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
bc44508a10 Free memory associated with structure used for appointments notification. 2009-06-21 14:42:49 +00:00
Frederic Culot
c8a1b72027 make it possible to use KEY_HOME and KEY_END to define new key bindings, and prevent user from assigning a non-recgnized key 2009-01-24 14:44:09 +00:00
Frederic Culot
38912b36da iso date format added 2009-01-05 20:12:08 +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
cac30a7e14 cut/paste feature aded
fixed a 2-years old bug that made repeated items with exceptions to load
uncorrectly in some cases (thanks Jan for reporting it)
2009-01-01 17:50:41 +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
d54dd2ee73 new layout configuration menu 2008-12-20 19:27:31 +00:00
Frederic Culot
b1d3178bba small bugfixes and a major one (freeze when deleting an appointment's note, thanks Jan for reporting it) 2008-12-15 20:02:00 +00:00
Frederic Culot
65ec1bb0fa small bugfixes and code cleanup 2008-12-14 15:54:50 +00:00
Frederic Culot
f06c1b142f daylight saving time related problems fixed (thanks youshe and Jan for reporting them) 2008-12-13 21:41:25 +00:00
Frederic Culot
53db22a380 code cleanup 2008-12-12 20:44:50 +00:00
Frederic Culot
7ff22e9b3f color configuration menu adapted to handle user-defined key bindings 2008-12-08 19:17:06 +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
9a97689c48 Some fixes after ical import tests. Translations updated. 2008-09-23 17:31:56 +00:00
Frederic Culot
7ddfcccee0 import flag and 'i' keybinding added 2008-09-21 08:05:52 +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
a126904b7e Initial work on icalendar import 2008-09-15 20:40:22 +00:00
Frederic Culot
d84bb63e93 Optional 'format' option added to '-x' flag, help updated 2008-08-11 18:08:45 +00:00
Frederic Culot
1674800d5f pcal export added 2008-08-10 09:24:46 +00:00
Frederic Culot
03ce2c6ea9 new keybindings added 2008-08-03 18:41:55 +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
45199e1df9 TODO list updated
status bar updated to display the new 'N' (edit note) and '>' (view note)
keybindings
online help pages added for 'N' and '>' keybindings
2008-02-11 21:26:00 +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
407a262938 Code parts related to item update rewritten 2008-01-20 10:45:38 +00:00
Frederic Culot
54c2b60041 minor improvements and bugfixes 2008-01-17 19:35:42 +00:00
Frederic Culot
738a3a4170 Ability to attach notes to appointments and events added 2008-01-13 12:40:45 +00:00
Frederic Culot
478b2762e6 Ability to attach notes to todo items added 2007-12-30 16:27:58 +00:00
Frederic Culot
53ead324ad routines updated to handle new window_t and window_e types 2007-10-21 13:42:34 +00:00
Frederic Culot
b69a59b34e keypad() used when creating popup windows 2007-09-16 15:40:53 +00:00
Frederic Culot
e6b1cf4b7e ierror() and aerror() created 2007-08-04 14:33:02 +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
ab0cc2c606 exit_calcurse() added and status_bar() modified to use wins_slctd() 2007-07-23 19:26:38 +00:00
Frederic Culot
7304770d30 erase_status_bar() added and status_bar() prototype updated
win_show() moved to wins_show() in wins.c
print_option_in_color() added
2007-07-21 19:33:24 +00:00
Frederic Culot
62835f070c status_bar() updated to use window_t type 2007-07-20 19:18:09 +00:00
Frederic Culot
95671e19c5 date2sec() and get_sec_date() prototypes updated to take into account date_t type, today() renamed to get_today() 2007-07-01 17:50:53 +00:00
Frederic Culot
a4facb3687 use of memmove in del_char()
bugfix: added text is now properly displayed after having erased characters
in getstring()
2007-05-06 13:27:51 +00:00
Frederic Culot
d373ec67a6 MAX_LENGTH replaced by stdio.h's BUFSIZ
use of MININSEC define and check_time() cleaned up
bugfix in date_sec2date_str(): do not return 01/01/1970 if the given number
of secondes is 0
2007-04-04 19:42:43 +00:00
Frederic Culot
05b7770662 'X' and '!' keybindings added 2007-03-24 23:12:35 +00:00
Frederic Culot
5d6036f3ae date_sec2ical_date(), date_sec2ical_datetime() created 2007-03-17 16:43:48 +00:00
Frederic Culot
ba7189e688 global variable 'colr' suppressed 2007-03-10 16:45:56 +00:00
Frederic Culot
dc56e1b42a border_color() and border_nocolor() updated to take into account new
color definitions
2007-03-04 16:13:43 +00:00
Frederic Culot
0352ae3107 bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for reporting it. 2007-02-28 21:29:05 +00:00