summaryrefslogtreecommitdiff
path: root/src/io.c
AgeCommit message (Expand)Author
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-03-29ignore the lock file if the pointed process is dead.Erik Saule
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-04Simplify str_toupper() in "utils.c".Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-21More work on sidebar customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-11-01Check for data directory availability added (thanks Brandon for reporting thi...Frederic Culot
2009-10-28Code to save the calendar default view in the configuration file.Frederic Culot
2009-08-09Memory leak fixed in ical_read_note.Frederic Culot
2009-08-01Save and restore daemon configuration options.Frederic Culot
2009-07-29bugfixesFrederic Culot
2009-07-27io_file_exist(): new functionFrederic Culot
2009-07-26--status flag addedFrederic Culot
2009-07-26More work on implementing calcurse daemon.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-19Make use of erase_note() whenever possible.Frederic Culot
2009-07-15Fixed a bug related to memory management (a free on a null pointer causes an ...Frederic 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-06-28Simplified the way data are loaded and saved.Frederic Culot
2009-06-27Do not export completed tasks.Frederic Culot
2009-06-23bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo...Frederic Culot
2009-06-21Exit directly to avoid lock removal by another instanceFrederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot
2009-06-01Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot
2009-01-24bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot
2009-01-24make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...Frederic Culot
2009-01-05iso date format addedFrederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2009-01-02various bugfixesFrederic Culot
2009-01-01cut/paste feature adedFrederic Culot
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-14exceptions now properly taken into account while exporting dataFrederic Culot
2008-12-12code cleanupFrederic Culot
2008-12-08color configuration menu adapted to handle user-defined key bindingsFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
2008-12-03more work on updating online help pagesFrederic Culot
2008-11-25User-defined keys are now saved to file.Frederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot