Lukas Fleischer
c8af480f52
Make parse_date accept several short forms.
...
Short forms are only accepted in interactive mode (e.g. when using the
"Go to" function, editing a recurrent item's end date, and so on).
Samples: "1/1/30" for "01/01/2030", "26" for the 26th of the currently
selected month/year or "3/1" for Mar 01 (or Jan 03, depending on the
date format) of the currently selected year.
2011-01-11 22:10:48 +00:00
Frederic Culot
a8cb1c92ef
All headers gathered into a single one. Typedefs suppressed.
2010-03-20 10:54:41 +00:00
Frederic Culot
a7c2acc06f
Bugfix in the way time slices are filled.
2009-10-16 15:51:33 +00:00
Frederic Culot
abc03bb86f
More work on the weekly calendar view.
2009-10-08 16:28:05 +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
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
aa7d6c5eb7
various bugfixes
2009-01-02 19:52:32 +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
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
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
9d4899110a
More work on implementing user-definable keybindings
2008-11-16 17:42:53 +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
0c281d2c1e
Tony's patch concerning date format configuration imported
2008-04-09 20:38:29 +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
9fdc33133c
day_edit_item() updated to use apoint_hilt()
2007-08-15 15:37:10 +00:00
Frederic Culot
7903609259
memory leak fixed in day_item_s2apoint_s()
2007-08-04 15:11:47 +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
52d79ac5b3
day_process_storage() added
2007-07-20 19:05:19 +00:00
Frederic Culot
ff0c8aed71
day_edit_item() and day_check_if_item() prototype updated
2007-07-01 17:52:45 +00:00
Frederic Culot
bfecd760b8
bugfix: item ending time is now assigned to correct day in day_edit_item()
2007-05-06 13:33:06 +00:00
Frederic Culot
2496888682
MAX_LENGTH replaced by stdio.h's BUFSIZ
2007-04-04 19:38:18 +00:00
Frederic Culot
f82590c811
global variable 'colr' suppressed
2007-03-10 15:54:24 +00:00
Frederic Culot
ed40b1f038
updated call to notify_check_added()
2007-02-25 19:32:53 +00:00
Frederic Culot
9cdea998ba
day_item_s2apoint_s() updated to take item state into account
...
day_item_nb() created
day_edit_item() and day_erase_item() updated to use day_item_nb()
2007-02-24 17:37:51 +00:00
Frederic Culot
89811b56e2
user canceling now taken into account
2007-01-16 07:53:39 +00:00
Frederic Culot
fee62f4758
display adjustment in day_write_pad()
2006-12-21 14:58:18 +00:00
Frederic Culot
8d7bad5881
bugfix in day_edit_item(): end time does not change if start time is edited
2006-12-19 10:29:36 +00:00
Frederic Culot
6da1452a0f
parentheses added to fix a warning
...
sprintf replaced by snprintf and strcpy replaced by strncpy
2006-12-15 15:29:16 +00:00
Frederic Culot
ae24e6ccc3
improvements in the memory deallocation in day_edit_item()
2006-12-14 08:26:24 +00:00
Frederic Culot
32e2ca33fd
day_edit_time() finished, day_erase_item() updated to add the 'force_erase' flag, and day_edit_time() created
2006-12-08 08:40:19 +00:00
Frederic Culot
d311a8ebaf
day_edit_item() created
2006-11-30 14:39:10 +00:00
Frederic Culot
fd53dd1bd6
day_write_pad() updated to add an asterisk in front of recurrent items
2006-10-28 13:12:30 +00:00
Frederic Culot
e75c9a9b94
appt_pos added to the day_item_s structure to fix the bug causing the deletion of the wrong recurrent appointment
2006-09-14 15:10:26 +00:00
Frederic Culot
1bea0ef337
several routines updated to take new appointment linked list structure into account
2006-09-12 15:05:20 +00:00
Frederic Culot
1983b44264
fixed a bug in day_write_pad() which could cause a misplacement of the line between events and appointments
2006-09-02 13:31:47 +00:00
Frederic Culot
cf5468b417
bugfix: events and appointments are now sorted properly
2006-08-25 19:50:08 +00:00
Frederic Culot
6d7123193c
memory allocation problem fixed
2006-08-23 19:41:34 +00:00