aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* New way of handling signals.Frederic Culot2009-07-193-38/+38
* Make use of erase_note() whenever possible.Frederic Culot2009-07-195-81/+55
* No need to double check for null pointer when freeing memory.Frederic Culot2009-07-191-2/+2
* Dates are now written properly again when using the '-r' flag (thanks Chris a...Frederic Culot2009-07-151-4/+10
* Fixed a bug related to memory management (a free on a null pointer causes an ...Frederic Culot2009-07-151-3/+5
* Avoid a fatal error when launching calcurse in interactive mode if user direc...Frederic Culot2009-07-121-3/+5
* bugfix: import and export todo items again!Frederic Culot2009-07-121-1/+7
* calcurse version removed from menu titlesFrederic Culot2009-07-123-13/+9
* New wrappers around memory functions.Frederic Culot2009-07-124-34/+103
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-1216-124/+122
* Switch to BSD license.Frederic Culot2009-07-0538-530/+982
* Support for ical import of events which spans over several days added (thanks...Frederic Culot2009-07-051-6/+25
* More explicit error message.Frederic Culot2009-07-051-2/+2
* manpage updated with the -S flag descriptionFrederic Culot2009-07-051-2/+8
* Support added for regex-based searches. Many thanks Erik for providing the pa...Frederic Culot2009-07-051-16/+63
* Fixed a bug in the line editor: characters could be erased before the beginni...Frederic Culot2009-07-051-2/+2
* Simplified the way data are loaded and saved.Frederic Culot2009-06-283-203/+226
* Help updated for the -t command line flag.Frederic Culot2009-06-281-2/+4
* manpage updatedFrederic Culot2009-06-271-4/+5
* Help page updated for the flag commandFrederic Culot2009-06-271-5/+9
* Do not export completed tasks.Frederic Culot2009-06-271-1/+7
* Flag command added in todo panelFrederic Culot2009-06-261-4/+4
* Ability to flag todo items as completed.Frederic Culot2009-06-264-34/+95
* Do not print todo items twice if the -d and -t flags are given (thanks Timo f...Frederic Culot2009-06-261-3/+2
* Make the argument given to -r or -s flags optional.Frederic Culot2009-06-231-4/+4
* Need to remove lock only if interactive mode was launched before.Frederic Culot2009-06-231-2/+10
* bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo...Frederic Culot2009-06-231-3/+3
* Exit directly to avoid lock removal by another instanceFrederic Culot2009-06-211-2/+2
* Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot2009-06-216-9/+66
* Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot2009-06-211-14/+23
* Free memory associated with structure used for appointments notification.Frederic Culot2009-06-213-3/+16
* Copyright date updatedFrederic Culot2009-06-201-2/+2
* Day names and selected date colour now follow user's theme.Frederic Culot2009-06-201-10/+10
* Bugfix: avoid a possible freeze under OpenBSD when changing color from within...Frederic Culot2009-06-201-3/+12
* Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot2009-06-011-8/+9
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-225-15/+13
* do not crash when canceling the thread if it was not launched beforeFrederic Culot2009-01-241-5/+4
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-244-20/+18
* manpage updated for 2.5Frederic Culot2009-01-241-5/+20
* make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...Frederic Culot2009-01-245-19/+87
* ability to link against ncursesw if ncurses is not foundFrederic Culot2009-01-233-4/+42
* bugfix: avoid possible segfault if notify_stop_main_thread is called before t...Frederic Culot2009-01-221-2/+3
* iso date format addedFrederic Culot2009-01-054-26/+59
* help page added to describe the cut and paste featureFrederic Culot2009-01-041-2/+26
* more code cleanupFrederic Culot2009-01-0322-297/+318
* code cleanupFrederic Culot2009-01-0210-235/+206
* various bugfixesFrederic Culot2009-01-028-37/+40
* cut/paste feature adedFrederic Culot2009-01-0114-173/+742
* Automatic periodic saves implementedFrederic Culot2008-12-2811-61/+194
* new files to monitor memory usageFrederic Culot2008-12-282-0/+312