aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adapt the weekly calendar view to the side bar width.Frederic Culot2010-03-291-12/+17
* Exit menu item added to sidebar configuration screen (thanks Doug for reporti...Frederic Culot2010-03-291-2/+3
* Check added to avoid problems in case side bar width is not found in configur...Frederic Culot2010-03-231-2/+4
* Compilation issue related to memory functions definition fixed (thanks Doug f...Frederic Culot2010-03-221-17/+21
* Online help added for side bar configuration screen.Frederic Culot2010-03-211-20/+24
* Avoid concurrent screen refreshes.Frederic Culot2010-03-217-37/+107
* More work on sidebar customization.Frederic Culot2010-03-215-30/+123
* Work on sidebar width user-customization.Frederic Culot2010-03-205-38/+114
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-2040-2493/+1512
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-084-19/+88
* Compiler problem fixed (thanks Petr for reporting it).Frederic Culot2010-03-011-1/+3
* Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, th...Frederic Culot2010-02-141-3/+6
* Also check for notes directory.Frederic Culot2009-11-011-1/+2
* Check for data directory availability added (thanks Brandon for reporting thi...Frederic Culot2009-11-013-8/+13
* Code to save the calendar default view in the configuration file.Frederic Culot2009-10-285-6/+31
* Description of the scroll keys added to the generic keys help screen.Frederic Culot2009-10-281-3/+9
* Key bindings for changing calendar view added to the status bar.Frederic Culot2009-10-281-7/+8
* Changes in the calendar weekly view.Frederic Culot2009-10-161-8/+26
* Bugfix in the way time slices are filled.Frederic Culot2009-10-161-5/+11
* More work on the weekly calendar view.Frederic Culot2009-10-083-3/+87
* Display week number inside weekly calendar view.Frederic Culot2009-08-252-36/+131
* Make use of calendar window attributes instead of constants.Frederic Culot2009-08-251-16/+19
* Work on implementing the weekly calendar view.Frederic Culot2009-08-243-55/+159
* 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 fla...Frederic Culot2009-08-171-2/+4
* 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 rec...Frederic Culot2009-08-091-1/+11
* 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 di...Frederic Culot2009-08-021-2/+12
* 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 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