summaryrefslogtreecommitdiffstats
path: root/scene/theme/icons
Commit message (Collapse)AuthorAgeFilesLines
* Add `wheel_picker_cursor` theme icon to `ColorPicker`Spartan3222024-10-261-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 FileDialogvPumpking2024-10-041-0/+1
| | | | Added possibility to filter files and folders through a text entry.
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|
* Merge pull request #94995 from Repiteo/scons/raw-cstringsRémi Verschelde2024-08-281-15/+5
|\ | | | | | | SCons: Add method to generate raw cstrings
| * SCons: Add method to generate raw cstringsThaddeus Crews2024-07-311-15/+5
| |
* | Improve SpinBox interaction, split arrows, add theme attributesDavid Giardi2024-08-232-0/+2
|/
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-2375-75/+75
|
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+0
|
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-13/+3
|
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-42/+37
|
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| | | | • Ensure utf-8 encoding if previously unspecified
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-3/+1
|
* Add create folder iconAdam Scott2024-02-261-0/+1
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-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 TreeStanislav Labzyuk2023-11-152-1/+2
|
* Tweak the region folding iconsMewPurPur2023-10-024-2/+2
|
* Add code region folding to CodeEditJean-Michel Bernard2023-09-112-0/+2
|
* Move default theme files to scene/themeYuri Sizov2023-08-2873-0/+168
This also puts the default theme icons into their own folder.