summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-23Add Lukas Fleischer to the AUTHORS section of the manpage.Frederic Culot
2010-10-23is_all_digit() rewritten.Frederic Culot
Patch submitted by Lukas Fleischer, thanks.
2010-10-23isBissextile() removed and replaced by isleap macro.Frederic Culot
Patch submitted by Lukas Fleischer, thanks.
2010-05-28Reference to the COPYING file removed.Frederic Culot
2010-05-26Copyright updated.Frederic Culot
2010-05-26Updates for the upcoming 2.8.Frederic Culot
2010-03-29Cosmetics in the calendar weekly view.Frederic Culot
2010-03-29Adapt the weekly calendar view to the side bar width.Frederic Culot
2010-03-29Exit menu item added to sidebar configuration screen (thanks Doug for ↵Frederic Culot
reporting this).
2010-03-23Check added to avoid problems in case side bar width is not found in ↵Frederic Culot
configuration file.
2010-03-22Compilation issue related to memory functions definition fixed (thanks Doug ↵Frederic Culot
for reporting it).
2010-03-21Online help added for side bar configuration screen.Frederic Culot
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-21More work on sidebar customization.Frederic Culot
2010-03-20Work on sidebar width user-customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-03-08Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot
turn of year (submitted by Lukas Fleischer, thanks!).
2010-03-01Compiler problem fixed (thanks Petr for reporting it).Frederic Culot
2010-02-14Avoid a segfault when txt_max_len becomes too small. Reported by Thorsten, ↵Frederic Culot
thanks.
2009-11-01Also check for notes directory.Frederic Culot
2009-11-01Check for data directory availability added (thanks Brandon for reporting ↵Frederic Culot
this bug).
2009-10-28Code to save the calendar default view in the configuration file.Frederic Culot
2009-10-28Description of the scroll keys added to the generic keys help screen.Frederic Culot
2009-10-28Key bindings for changing calendar view added to the status bar.Frederic Culot
2009-10-16Changes in the calendar weekly view.Frederic Culot
2009-10-16Bugfix in the way time slices are filled.Frederic Culot
2009-10-08More work on the weekly calendar view.Frederic Culot
2009-08-25Display week number inside weekly calendar view.Frederic Culot
2009-08-25Make use of calendar window attributes instead of constants.Frederic Culot
2009-08-24Work on implementing the weekly calendar view.Frederic Culot
2009-08-22calcurse 2.7 releasedv2.7CALCURSE_2_7Frederic Culot
2009-08-17Do not send notifications when running in background mode if user did not ↵Frederic Culot
flag its appointment.
2009-08-13Possible deadlock fixed, thanks Henrik for reporting it.Frederic Culot
2009-08-09Memory leak fixed in ical_read_note.Frederic Culot
2009-08-09Remove calcurse lock file when running in interactive mode and SIGTERM is ↵Frederic Culot
received.
2009-08-09notify_thread_app rewrittenFrederic Culot
2009-08-02Notification configuration menu rewritten to handle scrolling.Frederic Culot
2009-08-02conf_set_scrsize not static any more (moved to custom_set_swsiz)Frederic Culot
2009-08-02manpage updated with the --status flag and the daemon.log file inside data ↵Frederic Culot
directory
2009-08-02Help on --status flag addedFrederic Culot
2009-08-01Improved how the daemon checks for appointments to remind.Frederic Culot
2009-08-01styleFrederic Culot
2009-08-01Start and log daemon activity only if requested.Frederic Culot
2009-08-01Save and restore daemon configuration options.Frederic Culot
2009-08-01More work on implementing the daemon.Frederic Culot
2009-07-29Avoid multiple notifications of the same appointment when running in background.Frederic Culot
2009-07-29bugfixesFrederic Culot
2009-07-27Better error checking and memory handling when in daemon mode.Frederic Culot
2009-07-27io_file_exist(): new functionFrederic Culot
2009-07-27Work on allocating and freeing memory associated with user's data for the ↵Frederic Culot
daemon.