summaryrefslogtreecommitdiff
path: root/src/io.h
AgeCommit message (Collapse)Author
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 ↵Frederic Culot
this bug).
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-23Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-28Simplified the way data are loaded and saved.Frederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot
running at the same time.
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
2008-11-09Loading of user-configurable keys implementedFrederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-09-20More work on ical import. Macros to handle errors and to display messages in ↵Frederic Culot
both command-line and curses mode added
2008-09-16New functions added to handle ical importFrederic Culot
2008-09-15Initial work on icalendar importFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-06new command line options added (thanks Erik for the patch)Frederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2007-08-15io_load_todo() updated to use todo_set_nb()Frederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-05-06io_save_cal() prototype updatedFrederic Culot
2007-03-24extract_data renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
io_save_cal() and io_export_data prototype updated to use the new conf_t type
2007-03-17io_export_data() prototype updatedFrederic Culot
progress_bar() prototype removed as function becomes static to io.c
2007-03-11io_export_data() prototype addedFrederic Culot
export_mode_t type added
2007-03-10global variable 'colr' suppressedFrederic Culot
2006-07-31Initial revisionFrederic Culot