aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-11fix some warnings and compilation errorsKrow Savcik
2024-02-06new default keybindingsKrow Savcik
more sane defaults
2024-02-06feautre: added undo/redo buttonsKrow Savcik
The change history is kept in a ring buffer of definite size 2000.
2024-01-21fix linking flags in MakefileKrow Savcik
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
2024-01-02changed: README.mdKrow Savcik
added new lines for proper markdown formatting.
2023-12-31Changed READMEKrow Savcik
changed markodwn header style
2023-12-25Add licenseKrow Savcik
2023-12-25Add README fileKrow Savcik
2023-12-25Change build to special directoryKrow Savcik
2023-09-26initial commitKrow Savcik