aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Use a separate field for the completed statusLukas Fleischer2016-01-181-5/+14
* Run pre-save and post-save hooks on reloadLukas Fleischer2016-01-151-0/+17
* Export item UIDs upon requestLukas Fleischer2016-01-151-2/+2
* Import data from stdin when the import file is "-"Lukas Fleischer2016-01-151-1/+4
* Hide import statistics in quiet modeLukas Fleischer2016-01-131-1/+1
* Add --list-imported command line optionLukas Fleischer2016-01-131-2/+2
* Add command line option to suppress dialogsLukas Fleischer2016-01-131-4/+4
* Add an option to filter by object hashLukas Fleischer2016-01-131-2/+14
* Add pre-load and post-load hooksLukas Fleischer2016-01-101-0/+2
* Add pre-save and post-save hooksLukas Fleischer2016-01-071-0/+4
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Factor out item reload codeLukas Fleischer2014-10-101-0/+95
* Add io_load_data() wrapperLukas Fleischer2014-10-101-0/+7
* Retain comments in descriptions and config valuesLukas Fleischer2014-08-181-1/+1
* Add a grep modeLukas Fleischer2014-08-071-10/+22
* io.c: Error out on non-existent calendar fileLukas Fleischer2014-08-061-38/+3
* Allow for filtering TODO itemsLukas Fleischer2014-08-061-1/+17
* Add item filtersLukas Fleischer2014-08-061-5/+6
* io.c: Remove superfluous space from messageLukas Fleischer2014-07-281-1/+1
* Refactor new_tempfile()Lukas Fleischer2014-07-221-13/+20
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-35/+36
* Small code cleanupsLukas Fleischer2014-07-181-18/+15
* Do not display dialog on periodic saveLukas Fleischer2014-07-181-1/+2
* Only run the merge tool on files with differencesLukas Fleischer2014-07-171-0/+26
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-2/+4
* Avoid cancelling the save thread during savingLukas Fleischer2014-07-161-4/+8
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-6/+16
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+19
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-181-4/+0
* Display translated help pagesLukas Fleischer2013-08-271-0/+7
* Rename io_file_exist{,s}()Lukas Fleischer2013-07-171-2/+2
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-3/+3
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-939/+1000
* Fix braces in if-else statementsLukas Fleischer2013-02-171-12/+17
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-2/+2
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Properly skip spaces after exception listLukas Fleischer2013-02-011-2/+4
* Display correct startup messagesLukas Fleischer2012-12-161-2/+2
* Add hidden key handler windowLukas Fleischer2012-12-161-6/+6
* Fix two enumeration types in function signaturesLukas Fleischer2012-12-061-1/+1
* io_load_keys(): Skip legacy entryLukas Fleischer2012-12-051-0/+5
* io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-3/+3
* io.c: Several minor simplificationsLukas Fleischer2012-11-251-43/+31
* io_load_*(): Add line numbers to error messagesLukas Fleischer2012-11-231-12/+26
* Merge branch 'maint'Lukas Fleischer2012-11-231-25/+5
|\
| * Do not display a mark when files are auto-savedLukas Fleischer2012-11-231-22/+2
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-3/+3
* | Use status_ask_choice() for the export dialogLukas Fleischer2012-11-181-23/+0
* | Allow passing both "-D" and "-c"Lukas Fleischer2012-06-301-33/+37
|/