Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use of getstring() defines | Frederic Culot | 2007-01-16 | 4 | -25/+33 |
| | |||||
* | German documentation and messages updated + bugfixes | Frederic Culot | 2007-01-10 | 1 | -0/+8 |
| | |||||
* | bugfixes | Frederic Culot | 2007-01-10 | 1 | -7/+18 |
| | |||||
* | better checking of the entered date in goto_day() | Frederic Culot | 2007-01-10 | 1 | -9/+12 |
| | |||||
* | German messages updated, thanks to Chris M. | Frederic Culot | 2007-01-10 | 1 | -210/+355 |
| | |||||
* | German manual updated, thanks to Chris M. | Frederic Culot | 2007-01-10 | 1 | -69/+70 |
| | |||||
* | small change in next_arg() | Frederic Culot | 2007-01-05 | 1 | -0/+3 |
| | |||||
* | newline suppressed | Frederic Culot | 2007-01-05 | 1 | -2/+1 |
| | |||||
* | display adjustments for long items | Frederic Culot | 2006-12-21 | 1 | -0/+3 |
| | |||||
* | display adjustment in day_write_pad() | Frederic Culot | 2006-12-21 | 1 | -2/+2 |
| | |||||
* | display adjustment in update_todo_panel() | Frederic Culot | 2006-12-21 | 1 | -2/+2 |
| | |||||
* | another bugfix | Frederic Culot | 2006-12-19 | 1 | -0/+3 |
| | |||||
* | bugfix in day_edit_item(): end time does not change if start time is edited | Frederic Culot | 2006-12-19 | 1 | -1/+2 |
| | |||||
* | contributor added | Frederic Culot | 2006-12-19 | 1 | -2/+2 |
| | |||||
* | French translation updated and bugfix in label length | Frederic Culot | 2006-12-19 | 1 | -0/+4 |
| | |||||
* | more text come with 1.7 | Frederic Culot | 2006-12-19 | 1 | -160/+256 |
| | |||||
* | French translations updated for 1.7 | Frederic Culot | 2006-12-19 | 1 | -183/+325 |
| | |||||
* | bugfix in label length | Frederic Culot | 2006-12-19 | 1 | -5/+5 |
| | |||||
* | untranslated text markedcalcurse_1_7_beta | Frederic Culot | 2006-12-18 | 2 | -34/+145 |
| | |||||
* | new version number: 1.7_beta | Frederic Culot | 2006-12-18 | 1 | -2/+2 |
| | |||||
* | calcurse 1.7_beta release | Frederic Culot | 2006-12-18 | 1 | -0/+21 |
| | |||||
* | 1.7_beta | Frederic Culot | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | bugfix in getstring() | Frederic Culot | 2006-12-18 | 1 | -0/+3 |
| | |||||
* | CTRL-K now works properly in getstring() | Frederic Culot | 2006-12-18 | 1 | -3/+2 |
| | |||||
* | small bugfixes | Frederic Culot | 2006-12-15 | 1 | -0/+4 |
| | |||||
* | one more thing to improve... | Frederic Culot | 2006-12-15 | 1 | -0/+1 |
| | |||||
* | sprintf replaced by snprintf and strcpy replaced by strncpy | Frederic Culot | 2006-12-15 | 1 | -4/+4 |
| | |||||
* | todo_arg() prototype updated | Frederic Culot | 2006-12-15 | 1 | -2/+2 |
| | |||||
* | todo_arg() prototype updated and sprintf replaced by snprintf | Frederic Culot | 2006-12-15 | 1 | -13/+15 |
| | |||||
* | bugfix in array sizes in load-todo() | Frederic Culot | 2006-12-15 | 1 | -2/+2 |
| | |||||
* | parentheses added to fix a warning | Frederic Culot | 2006-12-15 | 1 | -6/+6 |
| | | | | sprintf replaced by snprintf and strcpy replaced by strncpy | ||||
* | missing header added and sprintf replaced by snprintf | Frederic Culot | 2006-12-15 | 1 | -3/+4 |
| | |||||
* | missing headers added | Frederic Culot | 2006-12-15 | 1 | -3/+6 |
| | |||||
* | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot | 2006-12-15 | 1 | -12/+12 |
| | | | | calls to strcpy and sprintf suppressed | ||||
* | strcpy replaced by strncpy | Frederic Culot | 2006-12-15 | 4 | -12/+12 |
| | |||||
* | TODO file updated, taking into account modifications for 1.7 | Frederic Culot | 2006-12-14 | 1 | -2/+3 |
| | |||||
* | improvements in memory deallocation | Frederic Culot | 2006-12-14 | 1 | -0/+7 |
| | |||||
* | improvements in the memory deallocation in next_arg() | Frederic Culot | 2006-12-14 | 1 | -1/+3 |
| | |||||
* | updatestring() now returns an integer to handle canceling | Frederic Culot | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | improvements in the memory deallocation in updatestring() | Frederic Culot | 2006-12-14 | 1 | -6/+9 |
| | | | | updatestring() now returns an integer to handle canceling | ||||
* | improvements in the memory deallocation in day_edit_item() | Frederic Culot | 2006-12-14 | 1 | -17/+27 |
| | |||||
* | scroller() suppressed, bugfix in todo_new_item(), and html documentation updated | Frederic Culot | 2006-12-13 | 1 | -0/+8 |
| | |||||
* | item_in_popup() improved to replace the scroller() function by a pad. | Frederic Culot | 2006-12-13 | 1 | -109/+11 |
| | | | | scroller() function suppressed | ||||
* | scroller() suppressed | Frederic Culot | 2006-12-13 | 1 | -2/+1 |
| | |||||
* | bugfix: call to getstring() corrected in todo_new_item() | Frederic Culot | 2006-12-13 | 1 | -2/+2 |
| | |||||
* | documentation added about the built-in input line editor | Frederic Culot | 2006-12-13 | 2 | -7/+54 |
| | |||||
* | html manuals and help screen for the repeat command updated | Frederic Culot | 2006-12-12 | 1 | -0/+4 |
| | |||||
* | English manual updated (rss feed and long options added) | Frederic Culot | 2006-12-12 | 1 | -17/+43 |
| | |||||
* | French manual updated (rss feed and long options added) | Frederic Culot | 2006-12-12 | 1 | -16/+48 |
| | |||||
* | help screen updated for repeat command | Frederic Culot | 2006-12-12 | 1 | -4/+7 |
| |