summaryrefslogtreecommitdiffstats
path: root/scene/theme
Commit message (Expand)AuthorAgeFilesLines
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-9/+9
* Use Core/Scene stringnames consistentlykobewi2024-05-133-11/+12
* Remove border roundness inside panels of `AcceptDialog` windowsMichael Alexsander2024-04-061-1/+1
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-0/+30
* Add context support for editor property name i18nHaoyu Qiu2024-03-311-2/+0
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-112-27/+8
* Merge pull request #89365 from Repiteo/scons/run_in_subprocess-to-env.RunRémi Verschelde2024-03-101-2/+1
|\
| * SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-2/+1
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-102-60/+52
|/
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-092-2/+2
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-3/+1
* Merge pull request #88577 from davthedev/itemlist-light-refactorRémi Verschelde2024-02-291-1/+1
|\
| * Fix item positioning & pointer detection areas of ItemListDavid Giardi2024-02-271-1/+1
* | Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-23/+23
|/
* Add create folder iconAdam Scott2024-02-262-0/+2
* Merge pull request #84763 from KoBeWi/all-knowing_theme_editorRémi Verschelde2024-02-132-2/+5
|\
| * Fetch theme editor items from ThemeDBkobewi2024-01-312-2/+5
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
|/
* Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloadedRémi Verschelde2024-01-292-9/+32
|\
| * Fetch override list from ThemeDBkobewi2024-01-292-9/+32
* | Merge pull request #85660 from Maran23/theme-basicYuri Sizov2024-01-241-2/+2
|\ \
| * | Mark 'gui/theme/custom' and 'gui/theme/custom_font' as basic propertiesMarius Hanl2023-12-021-2/+2
* | | Merge pull request #86158 from Geometror/ge-connection-reworkYuri Sizov2024-01-181-0/+3
|\ \ \
| * | | Rework GraphEdit connections (drawing, API, optimizations)Hendrik Brucker2024-01-181-0/+3
* | | | Make the drawing logic clearer in `Button`Rindbee2024-01-181-8/+8
|/ / /
* | / Reorganize code related to editor themingYuri Sizov2024-01-163-3/+6
| |/ |/|
* | Merge pull request #84946 from DarkMessiah/default-theme-checkbox-disabled-stateRémi Verschelde2024-01-101-8/+8
|\ \
| * | Use disabled icons for CheckBox in DefaultThemeStanislav Labzyuk2023-11-191-8/+8
| |/
* | Add const lvalue ref to container parametersMuller-Castro2024-01-052-4/+4
* | Merge pull request #84527 from Calinou/colorpicker-display-revert-iconRémi Verschelde2024-01-031-0/+1
|\ \
| * | Display a revert icon on ColorPicker's old sampleHugo Locurcio2023-11-071-0/+1
| |/
* / Implement disabled state for Checkbox in TreeStanislav Labzyuk2023-11-153-1/+6
|/
* Merge pull request #82653 from MewPurPur/simplify-region-folding-iconRémi Verschelde2023-10-045-4/+4
|\
| * Tweak the region folding iconsMewPurPur2023-10-025-4/+4
* | Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-0/+3
* | Use bound theme properties for documentationYuri Sizov2023-09-263-24/+51
* | Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-0/+22
|\ \
| * | Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-0/+22
| |/
* | Merge pull request #79104 from DrRevert/focusable_tabs_refactorRémi Verschelde2023-09-251-0/+3
|\ \
| * | Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+3
| |/
* / Check for type variations in inherited themesYuri Sizov2023-09-241-1/+19
|/
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Fix various typos with codespellRémi Verschelde2023-09-121-1/+1
* Add code region folding to CodeEditJean-Michel Bernard2023-09-113-0/+5
* Merge pull request #81312 from YuriSizov/theme-static-bindsRémi Verschelde2023-09-112-0/+91
|\
| * Register theme properties with ThemeDBYuri Sizov2023-09-112-0/+91
* | Correctly setup tooltip's style as theme variationYuri Sizov2023-09-081-0/+2
|/
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-24/+27
* Add theme contexts to various parts of the editorYuri Sizov2023-09-062-0/+19
* Introduce the concept of global theme contextsYuri Sizov2023-09-064-107/+374