Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not blindly overwrite files when saving | Lukas Fleischer | 2017-09-08 | 1 | -0/+59 | |
* | Use .new as file extension when merging | Lukas Fleischer | 2017-09-08 | 1 | -15/+15 | |
* | Factor out merge routine | Lukas Fleischer | 2017-09-08 | 1 | -48/+44 | |
* | Add a function to wait for any key press | Lukas Fleischer | 2017-09-03 | 1 | -7/+7 | |
* | Include stdarg.h when using variable argument lists | Lukas Fleischer | 2017-07-28 | 1 | -0/+1 | |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 | |
* | Always use memory management wrappers | Lukas Fleischer | 2016-10-13 | 1 | -2/+2 | |
* | Fix segmentation fault on reload with pre-load hook | Lukas Fleischer | 2016-02-15 | 1 | -0/+8 | |
* | Support format strings when dumping imported items | Lukas Fleischer | 2016-02-11 | 1 | -3/+7 | |
* | Refactor grep mode | Lukas Fleischer | 2016-02-05 | 1 | -0/+42 | |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 | |
* | Use a separate field for the completed status | Lukas Fleischer | 2016-01-18 | 1 | -5/+14 | |
* | Run pre-save and post-save hooks on reload | Lukas Fleischer | 2016-01-15 | 1 | -0/+17 | |
* | Export item UIDs upon request | Lukas Fleischer | 2016-01-15 | 1 | -2/+2 | |
* | Import data from stdin when the import file is "-" | Lukas Fleischer | 2016-01-15 | 1 | -1/+4 | |
* | Hide import statistics in quiet mode | Lukas Fleischer | 2016-01-13 | 1 | -1/+1 | |
* | Add --list-imported command line option | Lukas Fleischer | 2016-01-13 | 1 | -2/+2 | |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 1 | -4/+4 | |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -2/+14 | |
* | Add pre-load and post-load hooks | Lukas Fleischer | 2016-01-10 | 1 | -0/+2 | |
* | Add pre-save and post-save hooks | Lukas Fleischer | 2016-01-07 | 1 | -0/+4 | |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 | |
* | Factor out item reload code | Lukas Fleischer | 2014-10-10 | 1 | -0/+95 | |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 1 | -0/+7 | |
* | Retain comments in descriptions and config values | Lukas Fleischer | 2014-08-18 | 1 | -1/+1 | |
* | Add a grep mode | Lukas Fleischer | 2014-08-07 | 1 | -10/+22 | |
* | io.c: Error out on non-existent calendar file | Lukas Fleischer | 2014-08-06 | 1 | -38/+3 | |
* | Allow for filtering TODO items | Lukas Fleischer | 2014-08-06 | 1 | -1/+17 | |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -5/+6 | |
* | io.c: Remove superfluous space from message | Lukas Fleischer | 2014-07-28 | 1 | -1/+1 | |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 1 | -13/+20 | |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -35/+36 | |
* | Small code cleanups | Lukas Fleischer | 2014-07-18 | 1 | -18/+15 | |
* | Do not display dialog on periodic save | Lukas Fleischer | 2014-07-18 | 1 | -1/+2 | |
* | Only run the merge tool on files with differences | Lukas Fleischer | 2014-07-17 | 1 | -0/+26 | |
* | Refactor wins_launch_external() | Lukas Fleischer | 2014-07-16 | 1 | -2/+4 | |
* | Avoid cancelling the save thread during saving | Lukas Fleischer | 2014-07-16 | 1 | -4/+8 | |
* | Allow for merging data files when reloading | Lukas Fleischer | 2014-07-16 | 1 | -6/+16 | |
* | Warn when reloading with unsaved modifications | Lukas Fleischer | 2014-07-16 | 1 | -0/+19 | |
* | ui-todo: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 1 | -4/+0 | |
* | Display translated help pages | Lukas Fleischer | 2013-08-27 | 1 | -0/+7 | |
* | Rename io_file_exist{,s}() | Lukas Fleischer | 2013-07-17 | 1 | -2/+2 | |
* | Fix a couple of translatable strings | Lukas Fleischer | 2013-05-14 | 1 | -3/+3 | |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -939/+1000 | |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -12/+17 | |
* | todo.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 1 | -2/+2 | |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 | |
* | Properly skip spaces after exception list | Lukas Fleischer | 2013-02-01 | 1 | -2/+4 | |
* | Display correct startup messages | Lukas Fleischer | 2012-12-16 | 1 | -2/+2 | |
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -6/+6 |