| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Description of the scroll keys added to the generic keys help screen. | Frederic Culot | 2009-10-28 | 1 | -3/+9 |
* | Key bindings for changing calendar view added to the status bar. | Frederic Culot | 2009-10-28 | 1 | -7/+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 | 3 | -3/+87 |
* | Display week number inside weekly calendar view. | Frederic Culot | 2009-08-25 | 2 | -36/+131 |
* | 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 | 3 | -55/+159 |
* | calcurse 2.7 releasedv2.7CALCURSE_2_7 | Frederic Culot | 2009-08-22 | 1 | -2/+2 |
* | Do not send notifications when running in background mode if user did not fla... | Frederic Culot | 2009-08-17 | 1 | -2/+4 |
* | Possible deadlock fixed, thanks Henrik for reporting it. | Frederic Culot | 2009-08-13 | 1 | -4/+8 |
* | Memory leak fixed in ical_read_note. | Frederic Culot | 2009-08-09 | 1 | -1/+2 |
* | Remove calcurse lock file when running in interactive mode and SIGTERM is rec... | Frederic Culot | 2009-08-09 | 1 | -1/+11 |
* | notify_thread_app rewritten | Frederic Culot | 2009-08-09 | 1 | -9/+10 |
* | Notification configuration menu rewritten to handle scrolling. | Frederic Culot | 2009-08-02 | 1 | -42/+64 |
* | 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 | 1 | -2/+12 |
* | Help on --status flag added | Frederic Culot | 2009-08-02 | 1 | -2/+4 |
* | Improved how the daemon checks for appointments to remind. | Frederic Culot | 2009-08-01 | 3 | -9/+41 |
* | style | Frederic Culot | 2009-08-01 | 1 | -5/+6 |
* | 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 |