| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Key bindings for changing calendar view added to the status bar. | Frederic Culot | 2009-10-28 | 2 | -7/+13 |
* | Bugfix and small cosmetic changes in the calendar weekly view. | Frederic Culot | 2009-10-16 | 1 | -0/+8 |
* | Changes in the calendar weekly view. | Frederic Culot | 2009-10-16 | 1 | -8/+26 |
* | Bugfix in the way time slices are filled. | Frederic Culot | 2009-10-16 | 1 | -5/+11 |
* | More work on the weekly calendar view. | Frederic Culot | 2009-10-08 | 4 | -3/+94 |
* | Display week number inside weekly calendar view. | Frederic Culot | 2009-08-25 | 3 | -36/+136 |
* | Make use of calendar window attributes instead of constants. | Frederic Culot | 2009-08-25 | 1 | -16/+19 |
* | Work on implementing the weekly calendar view. | Frederic Culot | 2009-08-24 | 4 | -55/+168 |
* | calcurse 2.7 releasedv2.7CALCURSE_2_7 | Frederic Culot | 2009-08-22 | 1 | -2/+2 |
* | calcurse 2.7 released | Frederic Culot | 2009-08-22 | 6 | -1576/+2376 |
* | calcurse 2.7 released | Frederic Culot | 2009-08-22 | 4 | -13/+40 |
* | Manuals updated with parts related to daemon mode. | Frederic Culot | 2009-08-18 | 6 | -171/+481 |
* | English html manual updated with parts related to daemon mode. | Frederic Culot | 2009-08-18 | 2 | -14/+79 |
* | TODO list updated. | Frederic Culot | 2009-08-17 | 2 | -5/+13 |
* | Do not send notifications when running in background mode if user did not fla... | Frederic Culot | 2009-08-17 | 2 | -2/+9 |
* | Possible deadlock fixed, thanks Henrik for reporting it. | Frederic Culot | 2009-08-13 | 2 | -4/+13 |
* | Memory leak fixed in ical_read_note. | Frederic Culot | 2009-08-09 | 2 | -1/+4 |
* | Remove calcurse lock file when running in interactive mode and SIGTERM is rec... | Frederic Culot | 2009-08-09 | 2 | -1/+13 |
* | notify_thread_app rewritten | Frederic Culot | 2009-08-09 | 2 | -9/+14 |
* | Notification configuration menu rewritten to handle scrolling. | Frederic Culot | 2009-08-02 | 2 | -42/+69 |
* | conf_set_scrsize not static any more (moved to custom_set_swsiz) | Frederic Culot | 2009-08-02 | 2 | -7/+8 |
* | manpage updated with the --status flag and the daemon.log file inside data di... | Frederic Culot | 2009-08-02 | 2 | -2/+15 |
* | Help on --status flag added | Frederic Culot | 2009-08-02 | 2 | -2/+8 |
* | Improved how the daemon checks for appointments to remind. | Frederic Culot | 2009-08-01 | 4 | -9/+47 |
* | style | Frederic Culot | 2009-08-01 | 1 | -5/+6 |
* | Start and log daemon activity only if requested. | Frederic Culot | 2009-08-01 | 3 | -5/+12 |
* | Save and restore daemon configuration options. | Frederic Culot | 2009-08-01 | 4 | -8/+38 |
* | More work on implementing the daemon. | Frederic Culot | 2009-08-01 | 6 | -94/+174 |
* | Avoid multiple notifications of the same appointment when running in background. | Frederic Culot | 2009-07-29 | 2 | -5/+13 |
* | bugfixes | Frederic Culot | 2009-07-29 | 3 | -9/+17 |
* | Better error checking and memory handling when in daemon mode. | Frederic Culot | 2009-07-27 | 2 | -13/+28 |
* | 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 | 4 | -15/+32 |
* | dmon.c added to the list of translatable sources | Frederic Culot | 2009-07-26 | 2 | -1/+4 |
* | Improved the way the daemon reports errors. | Frederic Culot | 2009-07-26 | 2 | -15/+27 |
* | Stop daemon when calcurse enters interactive mode. | Frederic Culot | 2009-07-26 | 4 | -3/+25 |
* | --status flag added | Frederic Culot | 2009-07-26 | 5 | -12/+92 |
* | More work on implementing calcurse daemon. | Frederic Culot | 2009-07-26 | 7 | -28/+57 |
* | Check for file presence added (thanks again Chris for reporting it). | Frederic Culot | 2009-07-26 | 2 | -2/+15 |
* | Incorrect duration format when exporting to ical (thanks Chris for reporting ... | Frederic Culot | 2009-07-23 | 2 | -4/+7 |
* | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot | 2009-07-23 | 8 | -9/+73 |
* | Beginning of work on implementing calcurse daemon. | Frederic Culot | 2009-07-20 | 5 | -47/+121 |
* | New files to implement calcurse daemon. | Frederic Culot | 2009-07-20 | 3 | -2/+218 |
* | Check for some headers added. | Frederic Culot | 2009-07-20 | 1 | -3/+4 |
* | New way of handling signals. | Frederic Culot | 2009-07-19 | 4 | -38/+41 |
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 6 | -81/+60 |
* | No need to double check for null pointer when freeing memory. | Frederic Culot | 2009-07-19 | 2 | -2/+7 |
* | Dates are now written properly again when using the '-r' flag (thanks Chris a... | Frederic Culot | 2009-07-15 | 2 | -4/+15 |
* | Fixed a bug related to memory management (a free on a null pointer causes an ... | Frederic Culot | 2009-07-15 | 2 | -3/+10 |
* | Avoid a fatal error when launching calcurse in interactive mode if user direc... | Frederic Culot | 2009-07-12 | 2 | -3/+8 |