Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 1 | -14/+5 |
| | |||||
* | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 1 | -18/+15 |
| | |||||
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -1/+1 |
| | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Move default theme files to scene/theme | Yuri Sizov | 2023-08-28 | 1 | -0/+40 |
This also puts the default theme icons into their own folder. |