| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start and log daemon activity only if requested. | Frederic Culot | 2009-08-01 | 2 | -5/+8 |
* | Save and restore daemon configuration options. | Frederic Culot | 2009-08-01 | 3 | -7/+32 |
* | More work on implementing the daemon. | Frederic Culot | 2009-08-01 | 5 | -93/+161 |
* | Avoid multiple notifications of the same appointment when running in background. | Frederic Culot | 2009-07-29 | 1 | -5/+10 |
* | bugfixes | Frederic Culot | 2009-07-29 | 2 | -9/+10 |
* | Better error checking and memory handling when in daemon mode. | Frederic Culot | 2009-07-27 | 1 | -12/+25 |
* | io_file_exist(): new function | Frederic Culot | 2009-07-27 | 2 | -6/+23 |
* | Work on allocating and freeing memory associated with user's data for the dae... | Frederic Culot | 2009-07-27 | 3 | -15/+25 |
* | Improved the way the daemon reports errors. | Frederic Culot | 2009-07-26 | 1 | -15/+26 |
* | Stop daemon when calcurse enters interactive mode. | Frederic Culot | 2009-07-26 | 3 | -3/+23 |
* | --status flag added | Frederic Culot | 2009-07-26 | 4 | -12/+88 |
* | More work on implementing calcurse daemon. | Frederic Culot | 2009-07-26 | 6 | -28/+55 |
* | Check for file presence added (thanks again Chris for reporting it). | Frederic Culot | 2009-07-26 | 1 | -1/+7 |
* | Incorrect duration format when exporting to ical (thanks Chris for reporting ... | Frederic Culot | 2009-07-23 | 1 | -3/+3 |
* | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot | 2009-07-23 | 7 | -9/+63 |
* | Beginning of work on implementing calcurse daemon. | Frederic Culot | 2009-07-20 | 4 | -47/+107 |
* | New files to implement calcurse daemon. | Frederic Culot | 2009-07-20 | 3 | -2/+218 |
* | New way of handling signals. | Frederic Culot | 2009-07-19 | 3 | -38/+38 |
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 5 | -81/+55 |
* | No need to double check for null pointer when freeing memory. | Frederic Culot | 2009-07-19 | 1 | -2/+2 |
* | Dates are now written properly again when using the '-r' flag (thanks Chris a... | Frederic Culot | 2009-07-15 | 1 | -4/+10 |
* | Fixed a bug related to memory management (a free on a null pointer causes an ... | Frederic Culot | 2009-07-15 | 1 | -3/+5 |
* | Avoid a fatal error when launching calcurse in interactive mode if user direc... | Frederic Culot | 2009-07-12 | 1 | -3/+5 |
* | bugfix: import and export todo items again! | Frederic Culot | 2009-07-12 | 1 | -1/+7 |
* | calcurse version removed from menu titles | Frederic Culot | 2009-07-12 | 3 | -13/+9 |
* | New wrappers around memory functions. | Frederic Culot | 2009-07-12 | 4 | -34/+103 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 16 | -124/+122 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 38 | -530/+982 |
* | Support for ical import of events which spans over several days added (thanks... | Frederic Culot | 2009-07-05 | 1 | -6/+25 |
* | More explicit error message. | Frederic Culot | 2009-07-05 | 1 | -2/+2 |
* | manpage updated with the -S flag description | Frederic Culot | 2009-07-05 | 1 | -2/+8 |
* | Support added for regex-based searches. Many thanks Erik for providing the pa... | Frederic Culot | 2009-07-05 | 1 | -16/+63 |
* | Fixed a bug in the line editor: characters could be erased before the beginni... | Frederic Culot | 2009-07-05 | 1 | -2/+2 |
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 3 | -203/+226 |
* | Help updated for the -t command line flag. | Frederic Culot | 2009-06-28 | 1 | -2/+4 |
* | manpage updated | Frederic Culot | 2009-06-27 | 1 | -4/+5 |
* | Help page updated for the flag command | Frederic Culot | 2009-06-27 | 1 | -5/+9 |
* | Do not export completed tasks. | Frederic Culot | 2009-06-27 | 1 | -1/+7 |
* | Flag command added in todo panel | Frederic Culot | 2009-06-26 | 1 | -4/+4 |
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 4 | -34/+95 |
* | Do not print todo items twice if the -d and -t flags are given (thanks Timo f... | Frederic Culot | 2009-06-26 | 1 | -3/+2 |
* | Make the argument given to -r or -s flags optional. | Frederic Culot | 2009-06-23 | 1 | -4/+4 |
* | Need to remove lock only if interactive mode was launched before. | Frederic Culot | 2009-06-23 | 1 | -2/+10 |
* | bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo... | Frederic Culot | 2009-06-23 | 1 | -3/+3 |
* | Exit directly to avoid lock removal by another instance | Frederic Culot | 2009-06-21 | 1 | -2/+2 |
* | Basic lock mechanism implemented to avoid having two calcurse instances runni... | Frederic Culot | 2009-06-21 | 6 | -9/+66 |
* | Fixed a memory leak caused by a wrong usage of the notify_app structure | Frederic Culot | 2009-06-21 | 1 | -14/+23 |
* | Free memory associated with structure used for appointments notification. | Frederic Culot | 2009-06-21 | 3 | -3/+16 |
* | Copyright date updated | Frederic Culot | 2009-06-20 | 1 | -2/+2 |
* | Day names and selected date colour now follow user's theme. | Frederic Culot | 2009-06-20 | 1 | -10/+10 |