aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* More work on implementing the daemon.Frederic Culot2009-08-015-93/+161
* Avoid multiple notifications of the same appointment when running in background.Frederic Culot2009-07-291-5/+10
* bugfixesFrederic Culot2009-07-292-9/+10
* Better error checking and memory handling when in daemon mode.Frederic Culot2009-07-271-12/+25
* io_file_exist(): new functionFrederic Culot2009-07-272-6/+23
* Work on allocating and freeing memory associated with user's data for the dae...Frederic Culot2009-07-273-15/+25
* Improved the way the daemon reports errors.Frederic Culot2009-07-261-15/+26
* Stop daemon when calcurse enters interactive mode.Frederic Culot2009-07-263-3/+23
* --status flag addedFrederic Culot2009-07-264-12/+88
* More work on implementing calcurse daemon.Frederic Culot2009-07-266-28/+55
* Check for file presence added (thanks again Chris for reporting it).Frederic Culot2009-07-261-1/+7
* Incorrect duration format when exporting to ical (thanks Chris for reporting ...Frederic Culot2009-07-231-3/+3
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-237-9/+63
* Beginning of work on implementing calcurse daemon.Frederic Culot2009-07-204-47/+107
* New files to implement calcurse daemon.Frederic Culot2009-07-203-2/+218
* 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