| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Dates are now written properly again when using the '-r' flag (thanks Chris a... | Frederic Culot | 2009-07-15 | 2 | -4/+15 |
* | Fixed a bug related to memory management (a free on a null pointer causes an ... | Frederic Culot | 2009-07-15 | 2 | -3/+10 |
* | Avoid a fatal error when launching calcurse in interactive mode if user direc... | Frederic Culot | 2009-07-12 | 2 | -3/+8 |
* | bugfix: import and export todo items again! | Frederic Culot | 2009-07-12 | 2 | -1/+10 |
* | calcurse version removed from menu titles | Frederic Culot | 2009-07-12 | 4 | -14/+15 |
* | New wrappers around memory functions. | Frederic Culot | 2009-07-12 | 5 | -34/+105 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 18 | -128/+131 |
* | Released 2.6v2.6CALCURSE_2_6 | Frederic Culot | 2009-07-11 | 2 | -0/+46 |
* | calcurse 2.6 | Frederic Culot | 2009-07-10 | 6 | -2261/+2680 |
* | manuals updated with the -S flag | Frederic Culot | 2009-07-10 | 7 | -18/+66 |
* | todo list updated | Frederic Culot | 2009-07-05 | 2 | -1/+2 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 38 | -530/+982 |
* | Switch to BSD license | Frederic Culot | 2009-07-05 | 10 | -143/+200 |
* | Support for ical import of events which spans over several days added (thanks... | Frederic Culot | 2009-07-05 | 2 | -6/+28 |
* | More explicit error message. | Frederic Culot | 2009-07-05 | 1 | -2/+2 |
* | manpage updated with the -S flag description | Frederic Culot | 2009-07-05 | 2 | -2/+10 |
* | Support added for regex-based searches. Many thanks Erik for providing the pa... | Frederic Culot | 2009-07-05 | 2 | -16/+71 |
* | Thanks Erik for providing the regex search feature. | Frederic Culot | 2009-07-05 | 1 | -0/+2 |
* | Switched to 2.6. Check added for regex.h header. | Frederic Culot | 2009-07-05 | 1 | -3/+3 |
* | Fixed a bug in the line editor: characters could be erased before the beginni... | Frederic Culot | 2009-07-05 | 2 | -2/+7 |
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 4 | -203/+238 |
* | Help updated for the -t command line flag. | Frederic Culot | 2009-06-28 | 1 | -2/+4 |
* | html manuals updated | Frederic Culot | 2009-06-27 | 7 | -37/+44 |
* | manpage updated | Frederic Culot | 2009-06-27 | 2 | -5/+8 |
* | Help updated for the -t command line flag | Frederic Culot | 2009-06-27 | 1 | -0/+2 |
* | Help page updated for the flag command | Frederic Culot | 2009-06-27 | 2 | -5/+11 |
* | Do not export completed tasks. | Frederic Culot | 2009-06-27 | 2 | -1/+11 |
* | Flag command added in todo panel | Frederic Culot | 2009-06-26 | 2 | -4/+6 |
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 5 | -34/+102 |
* | Do not print todo items twice if the -d and -t flags are given (thanks Timo f... | Frederic Culot | 2009-06-26 | 2 | -3/+7 |
* | Make the argument given to -r or -s flags optional. | Frederic Culot | 2009-06-23 | 2 | -4/+7 |
* | Need to remove lock only if interactive mode was launched before. | Frederic Culot | 2009-06-23 | 2 | -2/+13 |
* | bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo... | Frederic Culot | 2009-06-23 | 2 | -3/+8 |
* | Check for gettextize added in autogen.sh | Frederic Culot | 2009-06-22 | 2 | -2/+7 |
* | Exit directly to avoid lock removal by another instance | Frederic Culot | 2009-06-21 | 1 | -2/+2 |
* | Basic lock mechanism implemented to avoid having two calcurse instances runni... | Frederic Culot | 2009-06-21 | 7 | -9/+70 |
* | Fixed a memory leak caused by a wrong usage of the notify_app structure | Frederic Culot | 2009-06-21 | 2 | -14/+26 |
* | Free memory associated with structure used for appointments notification. | Frederic Culot | 2009-06-21 | 4 | -3/+23 |
* | Copyright date updated | Frederic Culot | 2009-06-20 | 2 | -2/+4 |
* | Day names and selected date colour now follow user's theme. | Frederic Culot | 2009-06-20 | 2 | -10/+14 |
* | Bugfix: avoid a possible freeze under OpenBSD when changing color from within... | Frederic Culot | 2009-06-20 | 2 | -3/+20 |
* | Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) | Frederic Culot | 2009-06-01 | 2 | -8/+14 |
* | Make use of stdio's BUFSIZ instead of my own define | Frederic Culot | 2009-05-22 | 1 | -0/+6 |
* | The buffer should be allocated dynamically, but I am quite busy right now :'(... | Frederic Culot | 2009-05-22 | 5 | -15/+13 |
* | calcurse 2.5 released | Frederic Culot | 2009-01-25 | 8 | -29/+61 |
* | do not crash when canceling the thread if it was not launched before | Frederic Culot | 2009-01-24 | 1 | -5/+4 |
* | po files updated for version 2.5 | Frederic Culot | 2009-01-24 | 6 | -2420/+2912 |
* | bugfix: load keys even in non-interactive mode to avoid the loss of user-conf... | Frederic Culot | 2009-01-24 | 5 | -20/+21 |
* | switch to 2.5 | Frederic Culot | 2009-01-24 | 1 | -2/+2 |
* | manuals and manpage updated for 2.5 | Frederic Culot | 2009-01-24 | 1 | -0/+6 |