aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* calcurse 2.7 releasedv2.7CALCURSE_2_7Frederic Culot2009-08-221-2/+2
|
* Do not send notifications when running in background mode if user did not ↵Frederic Culot2009-08-171-2/+4
| | | | flag its appointment.
* Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot2009-08-131-4/+8
|
* Memory leak fixed in ical_read_note.Frederic Culot2009-08-091-1/+2
|
* Remove calcurse lock file when running in interactive mode and SIGTERM is ↵Frederic Culot2009-08-091-1/+11
| | | | received.
* notify_thread_app rewrittenFrederic Culot2009-08-091-9/+10
|
* Notification configuration menu rewritten to handle scrolling.Frederic Culot2009-08-021-42/+64
|
* conf_set_scrsize not static any more (moved to custom_set_swsiz)Frederic Culot2009-08-022-7/+8
|
* manpage updated with the --status flag and the daemon.log file inside data ↵Frederic Culot2009-08-021-2/+12
| | | | directory
* Help on --status flag addedFrederic Culot2009-08-021-2/+4
|
* Improved how the daemon checks for appointments to remind.Frederic Culot2009-08-013-9/+41
|
* styleFrederic Culot2009-08-011-5/+6
|
* Start and log daemon activity only if requested.Frederic Culot2009-08-012-5/+8
|
* Save and restore daemon configuration options.Frederic Culot2009-08-013-7/+32
|
* 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 ↵Frederic Culot2009-07-273-15/+25
| | | | daemon.
* 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
| | | | it).
* 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 ↵Frederic Culot2009-07-151-4/+10
| | | | again for your report).
* Fixed a bug related to memory management (a free on a null pointer causes an ↵Frederic Culot2009-07-151-3/+5
| | | | abort now, which induces side effects on file import).
* Avoid a fatal error when launching calcurse in interactive mode if user ↵Frederic Culot2009-07-121-3/+5
| | | | directory does not exist (thanks Antoine for reporting it).
* 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 ↵Frederic Culot2009-07-051-6/+25
| | | | (thanks Andreas for reporting the bug).
* 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 ↵Frederic Culot2009-07-051-16/+63
| | | | patch.
* Fixed a bug in the line editor: characters could be erased before the ↵Frederic Culot2009-07-051-2/+2
| | | | beginning of the string (thanks Martin for reporting this).
* 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
|