aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-20feature: added frame markerKrow Savcik
2024-07-20fix: remove test callKrow Savcik
2024-07-20feature: cdr v3 addedKrow Savcik
2024-07-20feature: added framesKrow Savcik
2024-07-19fix: update sbdf fileKrow Savcik
2024-07-19feature: add UI framesKrow Savcik
2024-07-14feature: new cdr formatKrow Savcik
2024-07-13feature: layers's name are editable nowKrow Savcik
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-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