aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-03-03fix actions for layersKrow Savcik
2024-02-16improved: layer interfaceKrow Savcik
New layer is added above the selected one rather than being added on top.
2024-02-16improved: layers now have namesKrow Savcik
2024-02-13feature: simple text rendering abilityKrow Savcik
2024-02-13improved: changed colors to hexadecimal where posssibleKrow Savcik
2024-02-13feature: add basic layer supportKrow Savcik
2024-02-11fix some warnings and compilation errorsKrow Savcik
2024-02-06feautre: added undo/redo buttonsKrow Savcik
The change history is kept in a ring buffer of definite size 2000.
2024-01-21improved: faster renderingKrow Savcik
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.
2024-01-11added: config.def.hKrow Savcik
Now the default configuration is in config.def.h Before compiling for the first time, config.h is created.
2024-01-11change: var def_theme_pathKrow Savcik
Changed the name for consistencty (def_theme_file -> def_theme_path). Added the variable in cdraw.c, as it wasn't use beforehand.
2024-01-11removed: debugging pixel in canvas.cKrow Savcik
2023-09-26initial commitKrow Savcik