aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in the line editor: characters could be erased before the ↵Frederic Culot2009-07-052-2/+7
| | | | beginning of the string (thanks Martin for reporting this).
* Simplified the way data are loaded and saved.Frederic Culot2009-06-284-203/+238
|
* Help updated for the -t command line flag.Frederic Culot2009-06-281-2/+4
|
* html manuals updatedFrederic Culot2009-06-277-37/+44
|
* manpage updatedFrederic Culot2009-06-272-5/+8
|
* Help updated for the -t command line flagFrederic Culot2009-06-271-0/+2
|
* Help page updated for the flag commandFrederic Culot2009-06-272-5/+11
|
* Do not export completed tasks.Frederic Culot2009-06-272-1/+11
|
* Flag command added in todo panelFrederic Culot2009-06-262-4/+6
|
* Ability to flag todo items as completed.Frederic Culot2009-06-265-34/+102
|
* Do not print todo items twice if the -d and -t flags are given (thanks Timo ↵Frederic Culot2009-06-262-3/+7
| | | | for reporting this bug).
* Make the argument given to -r or -s flags optional.Frederic Culot2009-06-232-4/+7
|
* Need to remove lock only if interactive mode was launched before.Frederic Culot2009-06-232-2/+13
|
* bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵Frederic Culot2009-06-232-3/+8
| | | | reporting it)
* Check for gettextize added in autogen.shFrederic Culot2009-06-222-2/+7
|
* Exit directly to avoid lock removal by another instanceFrederic Culot2009-06-211-2/+2
|
* Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot2009-06-217-9/+70
| | | | running at the same time.
* Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot2009-06-212-14/+26
|
* Free memory associated with structure used for appointments notification.Frederic Culot2009-06-214-3/+23
|
* Copyright date updatedFrederic Culot2009-06-202-2/+4
|
* Day names and selected date colour now follow user's theme.Frederic Culot2009-06-202-10/+14
|
* Bugfix: avoid a possible freeze under OpenBSD when changing color from ↵Frederic Culot2009-06-202-3/+20
| | | | within the configuration screen.
* Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot2009-06-012-8/+14
|
* Make use of stdio's BUFSIZ instead of my own defineFrederic Culot2009-05-221-0/+6
|
* The buffer should be allocated dynamically, but I am quite busy right now ↵Frederic Culot2009-05-225-15/+13
| | | | :'( Anyway, thanks Kamil for feedback
* calcurse 2.5 releasedFrederic Culot2009-01-258-29/+61
|
* do not crash when canceling the thread if it was not launched beforeFrederic Culot2009-01-241-5/+4
|
* po files updated for version 2.5Frederic Culot2009-01-246-2420/+2912
|
* bugfix: load keys even in non-interactive mode to avoid the loss of ↵Frederic Culot2009-01-245-20/+21
| | | | user-configured key bindings
* switch to 2.5Frederic Culot2009-01-241-2/+2
|
* manuals and manpage updated for 2.5Frederic Culot2009-01-241-0/+6
|
* manpage updated for 2.5Frederic Culot2009-01-241-5/+20
|
* manuals updated for 2.5Frederic Culot2009-01-246-24/+116
|
* make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵Frederic Culot2009-01-246-19/+99
| | | | prevent user from assigning a non-recgnized key
* ability to link against ncursesw if ncurses is not foundFrederic Culot2009-01-233-4/+42
|
* configuration script improved to link with ncursesw if ncurses is not foundFrederic Culot2009-01-232-9/+27
|
* bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot2009-01-223-4/+13
| | | | thread was launched (thanks Jan for reporting this)
* iso date format addedFrederic Culot2009-01-056-27/+70
|
* information about periodic saves added in manualsFrederic Culot2009-01-047-30/+102
|
* help page added to describe the cut and paste featureFrederic Culot2009-01-042-2/+31
|
* more code cleanupFrederic Culot2009-01-0323-297/+330
|
* code cleanupFrederic Culot2009-01-0211-236/+211
|
* various bugfixesFrederic Culot2009-01-029-38/+46
|
* cut/paste feature adedFrederic Culot2009-01-0116-174/+783
| | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
* Automatic periodic saves implementedFrederic Culot2008-12-2813-62/+203
|
* new files to monitor memory usageFrederic Culot2008-12-282-0/+312
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-2828-661/+883
| | | | memory usage
* calcurse 2.4 releasedFrederic Culot2008-12-279-506/+636
|
* new layout configuration menuFrederic Culot2008-12-208-34/+180
|
* memory leak due to wrong thread usage fixedFrederic Culot2008-12-188-121/+132
|