aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* compiler warnings fixedFrederic Culot2007-07-291-2/+2
|
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-15/+8
|
* call to calendar_week_begins_on_monday() addedFrederic Culot2007-07-011-2/+3
|
* io_save_cal() updated with layout inserted into conf_t structureFrederic Culot2007-05-061-4/+4
| | | | | bugfix: right part of progress bar now correctly displayed in progress_bar()
* bugfix: do not include '|' in item description while loading a recurrentFrederic Culot2007-04-141-4/+5
| | | | appointment with exceptions
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-18/+18
|
* extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot2007-03-241-22/+18
|
* io_export_apoints() updated to call date_sec2ical_date()Frederic Culot2007-03-171-58/+216
| | | | | | | | io_export_events(), io_export_recur_events() and io_export_recur_apoints() created io_recur_type() and io_export_valarm() created progress_bar_t type created progress_bar() updated to display a bar when exporting data
* io_export_data() and io_get_export_stream() createdFrederic Culot2007-03-111-1/+129
| | | | | io_export_header(), io_export_footer(), io_export_todo() and io_export_apoints() created
* save_cal() modified to save new version of user-defined color themeFrederic Culot2007-03-101-21/+30
|
* save_cal() modified to record the notification command optionFrederic Culot2007-02-241-30/+37
| | | | load_app() updated to read item state
* bugfix in array sizes in load-todo()Frederic Culot2006-12-151-2/+2
|
* save_cal() updated to save notify-bar user settingsFrederic Culot2006-09-151-1/+26
|
* save_cal() updated to take new appointment linked list structure into accountFrederic Culot2006-09-121-3/+7
|
* load_todo() and save_cal() updated to take todo's id into accountFrederic Culot2006-08-301-4/+17
|
* fixed a data format bug in load_app()Frederic Culot2006-08-251-2/+4
|
* fixed a bug causing a fatal error when loading from file an endless ↵Frederic Culot2006-08-191-2/+3
| | | | recurrent item with non-repeated days
* added calls to scan non-repeated days in recurrent itemsFrederic Culot2006-08-161-5/+18
|
* Initial revisionFrederic Culot2006-07-311-0/+484