aboutsummaryrefslogtreecommitdiff
path: root/src/user.c
AgeCommit message (Collapse)Author
2024-02-13feature: add basic layer supportKrow Savcik
2024-02-06feautre: added undo/redo buttonsKrow Savcik
The change history is kept in a ring buffer of definite size 2000.
2024-01-11feature: picking fileKrow Savcik
Now you can pick a file for import/export/open/save with an external command.
2024-01-11improved: new file picking functionKrow Savcik
A new static function choose_file_path in user.c Now import/export/open/save functions all call this function.
2023-09-26initial commitKrow Savcik