summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 fla...Frederic Culot
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 rec...Frederic Culot
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 di...Frederic Culot
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 dae...Frederic Culot
2009-07-26Improved the way the daemon reports errors.Frederic Culot
2009-07-26Stop daemon when calcurse enters interactive mode.Frederic Culot
2009-07-26--status flag addedFrederic Culot
2009-07-26More work on implementing calcurse daemon.Frederic Culot
2009-07-26Check for file presence added (thanks again Chris for reporting it).Frederic Culot
2009-07-23Incorrect duration format when exporting to ical (thanks Chris for reporting ...Frederic Culot
2009-07-23Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot
2009-07-20Beginning of work on implementing calcurse daemon.Frederic Culot
2009-07-20New files to implement calcurse daemon.Frederic Culot
2009-07-19New way of handling signals.Frederic Culot
2009-07-19Make use of erase_note() whenever possible.Frederic Culot
2009-07-19No need to double check for null pointer when freeing memory.Frederic Culot
2009-07-15Dates are now written properly again when using the '-r' flag (thanks Chris a...Frederic Culot
2009-07-15Fixed a bug related to memory management (a free on a null pointer causes an ...Frederic Culot
2009-07-12Avoid a fatal error when launching calcurse in interactive mode if user direc...Frederic Culot
2009-07-12bugfix: import and export todo items again!Frederic Culot
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-12New wrappers around memory functions.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-07-05Support for ical import of events which spans over several days added (thanks...Frederic Culot
2009-07-05More explicit error message.Frederic Culot
2009-07-05manpage updated with the -S flag descriptionFrederic Culot