Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `wheel_picker_cursor` theme icon to `ColorPicker` | Spartan322 | 2024-10-26 | 1 | -0/+1 |
| | | | | Replaces `ColorPicker`'s HSV wheel hue indicator with `wheel_picker_icon` texture which by default is the same as `picker_cursor` | ||||
* | Add filename filter field to FileDialog | vPumpking | 2024-10-04 | 1 | -0/+1 |
| | | | | Added possibility to filter files and folders through a text entry. | ||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #94995 from Repiteo/scons/raw-cstrings | Rémi Verschelde | 2024-08-28 | 1 | -15/+5 |
|\ | | | | | | | SCons: Add method to generate raw cstrings | ||||
| * | SCons: Add method to generate raw cstrings | Thaddeus Crews | 2024-07-31 | 1 | -15/+5 |
| | | |||||
* | | Improve SpinBox interaction, split arrows, add theme attributes | David Giardi | 2024-08-23 | 2 | -0/+2 |
|/ | |||||
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 75 | -75/+75 |
| | |||||
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 1 | -1/+0 |
| | |||||
* | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 1 | -13/+3 |
| | |||||
* | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 1 | -42/+37 |
| | |||||
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -1/+1 |
| | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -3/+1 |
| | |||||
* | Add create folder icon | Adam Scott | 2024-02-26 | 1 | -0/+1 |
| | |||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | 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. | ||||
* | Implement disabled state for Checkbox in Tree | Stanislav Labzyuk | 2023-11-15 | 2 | -1/+2 |
| | |||||
* | Tweak the region folding icons | MewPurPur | 2023-10-02 | 4 | -2/+2 |
| | |||||
* | Add code region folding to CodeEdit | Jean-Michel Bernard | 2023-09-11 | 2 | -0/+2 |
| | |||||
* | Move default theme files to scene/theme | Yuri Sizov | 2023-08-28 | 73 | -0/+168 |
This also puts the default theme icons into their own folder. |