summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-05Switch to BSD license.Frederic Culot
2009-07-05Support for ical import of events which spans over several days added ↵Frederic Culot
(thanks Andreas for reporting the bug).
2009-07-05More explicit error message.Frederic Culot
2009-07-05manpage updated with the -S flag descriptionFrederic Culot
2009-07-05Support added for regex-based searches. Many thanks Erik for providing the ↵Frederic Culot
patch.
2009-07-05Fixed a bug in the line editor: characters could be erased before the ↵Frederic Culot
beginning of the string (thanks Martin for reporting this).
2009-06-28Simplified the way data are loaded and saved.Frederic Culot
2009-06-28Help updated for the -t command line flag.Frederic Culot
2009-06-27manpage updatedFrederic Culot
2009-06-27Help page updated for the flag commandFrederic Culot
2009-06-27Do not export completed tasks.Frederic Culot
2009-06-26Flag command added in todo panelFrederic Culot
2009-06-26Ability to flag todo items as completed.Frederic Culot
2009-06-26Do not print todo items twice if the -d and -t flags are given (thanks Timo ↵Frederic Culot
for reporting this bug).
2009-06-23Make the argument given to -r or -s flags optional.Frederic Culot
2009-06-23Need to remove lock only if interactive mode was launched before.Frederic Culot
2009-06-23bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵Frederic Culot
reporting it)
2009-06-21Exit directly to avoid lock removal by another instanceFrederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot
running at the same time.
2009-06-21Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot
2009-06-21Free memory associated with structure used for appointments notification.Frederic Culot
2009-06-20Copyright date updatedFrederic Culot
2009-06-20Day names and selected date colour now follow user's theme.Frederic Culot
2009-06-20Bugfix: avoid a possible freeze under OpenBSD when changing color from ↵Frederic Culot
within the configuration screen.
2009-06-01Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot
2009-05-22The buffer should be allocated dynamically, but I am quite busy right now ↵Frederic Culot
:'( Anyway, thanks Kamil for feedback
2009-01-24do not crash when canceling the thread if it was not launched beforeFrederic Culot
2009-01-24bugfix: load keys even in non-interactive mode to avoid the loss of ↵Frederic Culot
user-configured key bindings
2009-01-24manpage updated for 2.5Frederic Culot
2009-01-24make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵Frederic Culot
prevent user from assigning a non-recgnized key
2009-01-23ability to link against ncursesw if ncurses is not foundFrederic Culot
2009-01-22bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot
thread was launched (thanks Jan for reporting this)
2009-01-05iso date format addedFrederic Culot
2009-01-04help page added to describe the cut and paste featureFrederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2009-01-02various bugfixesFrederic Culot
2009-01-01cut/paste feature adedFrederic Culot
fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28new files to monitor memory usageFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot
memory usage
2008-12-20new layout configuration menuFrederic Culot
2008-12-18memory leak due to wrong thread usage fixedFrederic Culot
2008-12-15small bugfixes and a major one (freeze when deleting an appointment's note, ↵Frederic Culot
thanks Jan for reporting it)
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-14exceptions now properly taken into account while exporting dataFrederic Culot
2008-12-13daylight saving time related problems fixed (thanks youshe and Jan for ↵Frederic Culot
reporting them)
2008-12-12code cleanupFrederic Culot
2008-12-09manual and manpage updated for 2.4Frederic Culot
2008-12-08Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵Frederic Culot
locale.h include (thanks Cedric for your patch)