Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | improved: layer interface | Krow Savcik | |
New layer is added above the selected one rather than being added on top. | |||
2024-02-16 | improved: layers now have names | Krow Savcik | |
2024-02-13 | feature: simple text rendering ability | Krow Savcik | |
2024-02-13 | improved: changed colors to hexadecimal where posssible | Krow Savcik | |
2024-02-13 | feature: add basic layer support | Krow Savcik | |
2024-02-11 | fix some warnings and compilation errors | Krow Savcik | |
2024-02-06 | feautre: added undo/redo buttons | Krow Savcik | |
The change history is kept in a ring buffer of definite size 2000. | |||
2024-01-21 | improved: faster rendering | Krow Savcik | |
2024-01-11 | feature: picking file | Krow Savcik | |
Now you can pick a file for import/export/open/save with an external command. | |||
2024-01-11 | improved: new file picking function | Krow Savcik | |
A new static function choose_file_path in user.c Now import/export/open/save functions all call this function. | |||
2024-01-11 | added: config.def.h | Krow Savcik | |
Now the default configuration is in config.def.h Before compiling for the first time, config.h is created. | |||
2024-01-11 | change: var def_theme_path | Krow 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-11 | removed: debugging pixel in canvas.c | Krow Savcik | |
2023-09-26 | initial commit | Krow Savcik | |