aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug related to memory management (a free on a null pointer causes an ↵Frederic Culot2009-07-151-3/+5
| | | | abort now, which induces side effects on file import).
* New wrappers around memory functions.Frederic Culot2009-07-121-2/+2
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-2/+2
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Support for ical import of events which spans over several days added ↵Frederic Culot2009-07-051-6/+25
| | | | (thanks Andreas for reporting the bug).
* Simplified the way data are loaded and saved.Frederic Culot2009-06-281-177/+200
|
* Do not export completed tasks.Frederic Culot2009-06-271-1/+7
|
* bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵Frederic Culot2009-06-231-3/+3
| | | | reporting it)
* Exit directly to avoid lock removal by another instanceFrederic Culot2009-06-211-2/+2
|
* Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot2009-06-211-3/+50
| | | | running at the same time.
* Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot2009-06-011-8/+9
|
* bugfix: load keys even in non-interactive mode to avoid the loss of ↵Frederic Culot2009-01-241-1/+3
| | | | user-configured key bindings
* make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵Frederic Culot2009-01-241-2/+2
| | | | prevent user from assigning a non-recgnized key
* iso date format addedFrederic Culot2009-01-051-2/+3
|
* more code cleanupFrederic Culot2009-01-031-4/+5
|
* code cleanupFrederic Culot2009-01-021-11/+11
|
* various bugfixesFrederic Culot2009-01-021-2/+3
|
* cut/paste feature adedFrederic Culot2009-01-011-7/+10
| | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
* Automatic periodic saves implementedFrederic Culot2008-12-281-4/+72
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-268/+272
| | | | memory usage
* small bugfixes and code cleanupFrederic Culot2008-12-141-35/+19
|
* exceptions now properly taken into account while exporting dataFrederic Culot2008-12-141-9/+17
|
* code cleanupFrederic Culot2008-12-121-8/+5
|
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-4/+3
|
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-99/+207
|
* more work on updating online help pagesFrederic Culot2008-12-031-3/+12
|
* User-defined keys are now saved to file.Frederic Culot2008-11-251-20/+56
|
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-48/+36
|
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-2/+124
|
* 2.3_beta releasedFrederic Culot2008-09-291-14/+73
|
* A few more bugfixes in ical importFrederic Culot2008-09-241-29/+31
|
* Some fixes after ical import tests. Translations updated.Frederic Culot2008-09-231-84/+231
|
* import flag and 'i' keybinding addedFrederic Culot2008-09-211-66/+65
|
* More work on ical import. Macros to handle errors and to display messages in ↵Frederic Culot2008-09-201-120/+270
| | | | both command-line and curses mode added
* New functions added to handle ical importFrederic Culot2008-09-161-40/+143
|
* Initial work on icalendar importFrederic Culot2008-09-151-8/+742
|
* wrong data path init fixed (thanks Herbert for reporting it)Frederic Culot2008-08-181-3/+3
|
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-111-11/+14
|
* pcal export addedFrederic Culot2008-08-101-39/+336
|
* new command line options added (thanks Erik for the patch)Frederic Culot2008-08-061-52/+66
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-716/+810
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-1/+11
|
* Code parts related to item update rewrittenFrederic Culot2008-01-201-3/+4
|
* minor improvements and bugfixesFrederic Culot2008-01-171-2/+10
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-9/+22
|
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-45/+76
|
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-15/+15
|
* export to /tmp/calcurse.ics is now performed in case /home/pepe is not setFrederic Culot2007-09-161-5/+5
|
* io_load_todo() updated to use todo_set_nb()Frederic Culot2007-08-151-4/+4
|
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-22/+12
|