| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges for 2023 | Lukas Fleischer | 2023-04-11 | 1 | -1/+1 |
* | Update copyright ranges for 2022 | Lukas Fleischer | 2022-03-11 | 1 | -1/+1 |
* | Allow undefined actions in keys configuration file | Lars Henriksen | 2021-04-11 | 1 | -100/+76 |
* | Introduce macro DAY | Lars Henriksen | 2020-12-19 | 1 | -4/+4 |
* | Do not remove an empty note file after edit session | Lars Henriksen | 2020-11-15 | 1 | -16/+0 |
* | Return failure if import skips any item | Lars Henriksen | 2020-11-07 | 1 | -4/+7 |
* | Use dynamically allocated string in struct io_file | Lukas Fleischer | 2020-10-11 | 1 | -1/+2 |
* | Improve event text for cancelled periodic save | Lars Henriksen | 2020-07-26 | 1 | -1/+2 |
* | Remove systemdialogs option from configuration | Lars Henriksen | 2020-06-13 | 1 | -18/+3 |
* | Recurrence rule extensions | Lars Henriksen | 2020-04-28 | 1 | -1/+25 |
* | Improve data load error reporting | Lars Henriksen | 2020-04-28 | 1 | -10/+13 |
* | Refactor function calls: recurrence parameters as a single argument | Lars Henriksen | 2020-04-28 | 1 | -57/+42 |
* | Improve ical import logging | Lars Henriksen | 2020-03-22 | 1 | -12/+13 |
* | Update copyright ranges | Lukas Fleischer | 2020-01-30 | 1 | -1/+1 |
* | Optimize error handling in io_check_dir() | Nitroretro | 2019-12-29 | 1 | -12/+13 |
* | Change documentation to reflect the new file structure | Nitroretro | 2019-12-23 | 1 | -3/+8 |
* | Add XDG Base Directory Support | Nitroretro | 2019-12-23 | 1 | -8/+35 |
* | Make io_check_dir() create parent directories | Nitroretro | 2019-12-23 | 1 | -5/+27 |
* | Fix save of interactively imported data | Lars Henriksen | 2019-11-03 | 1 | -0/+4 |
* | Close stream after exporting iCal item | crvs | 2019-02-04 | 1 | -0/+1 |
* | Filter option: invert | Lars Henriksen | 2019-01-07 | 1 | -25/+21 |
* | Rewrite of io_init() | Lars Henriksen | 2018-12-14 | 1 | -62/+33 |
* | Fix default paths for configuration files | Lukas Fleischer | 2018-11-10 | 1 | -3/+3 |
* | Check if the configuration folder exists | Quentin Hibon | 2018-10-21 | 1 | -10/+18 |
* | Periodic save: report cancelled save | Lars Henriksen | 2018-10-21 | 1 | -1/+3 |
* | Error return code for io_reload_data() | Lars Henriksen | 2018-10-21 | 1 | -8/+16 |
* | New save/load mutex strategy | Lars Henriksen | 2018-10-21 | 1 | -39/+28 |
* | Periodic save mutex | Lars Henriksen | 2018-10-21 | 1 | -2/+6 |
* | Distinguish between interactive and periodic save | Lars Henriksen | 2018-10-21 | 1 | -4/+8 |
* | Data save and removal of the progress bar | Lars Henriksen | 2018-10-21 | 1 | -117/+19 |
* | Move user information after save/reload to the command level | Lars Henriksen | 2018-10-21 | 1 | -34/+26 |
* | A save refinement: no action if everything is unchanged | Lars Henriksen | 2018-10-21 | 1 | -2/+6 |
* | Only reload if data files were changed (replacement) | Lars Henriksen | 2018-10-21 | 1 | -36/+59 |
* | Reload data after resolving save conflict (improved) | Lars Henriksen | 2018-10-21 | 1 | -29/+36 |
* | Handling of modified flag | Lars Henriksen | 2018-10-21 | 1 | -2/+2 |
* | Update windows at the right level | Lars Henriksen | 2018-10-21 | 1 | -1/+1 |
* | Stop/start the notify main thread at the right level | Lars Henriksen | 2018-10-21 | 1 | -7/+0 |
* | Fix window update after hook execution | Lars Henriksen | 2018-10-21 | 1 | -11/+0 |
* | Use a path instead of a file for -C option | Quentin Hibon | 2018-08-05 | 1 | -19/+22 |
* | Solve deadlock in notification bar | Lars Henriksen | 2018-07-28 | 1 | -3/+3 |
* | Only lock save mutex as short as possible | Lukas Fleischer | 2018-06-03 | 1 | -3/+1 |
* | Add option to specify the configuration file used | Quentin Hibon | 2018-05-28 | 1 | -3/+10 |
* | Always NUL-terminate buffer in io_load_keys() | Lukas Fleischer | 2018-05-26 | 1 | -0/+1 |
* | Run pre-load hook before testing for modifications | Lukas Fleischer | 2018-05-23 | 1 | -2/+4 |
* | Unlock the save mutex as early as possible | Lukas Fleischer | 2018-05-19 | 1 | -4/+5 |
* | Do not prompt when non-interactive import fails | Lukas Fleischer | 2017-11-23 | 1 | -17/+11 |
* | Reload data after resolving save conflict | Lukas Fleischer | 2017-09-08 | 1 | -1/+10 |
* | Unset modification flag after merging | Lukas Fleischer | 2017-09-08 | 1 | -0/+2 |
* | Recompute hashes after saving | Lukas Fleischer | 2017-09-08 | 1 | -0/+3 |
* | Factor out hash computation | Lukas Fleischer | 2017-09-08 | 1 | -7/+14 |