summaryrefslogtreecommitdiffstats
path: root/scene/theme
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Fix ThemeDB initialization in testsYuri Sizov2023-09-042-0/+13
* Move default theme files to scene/themeYuri Sizov2023-08-2878-1/+1468
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-14/+7
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-14/+7
* | One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* | Merge pull request #70404 from YuriSizov/theme-!importantRémi Verschelde2022-12-211-4/+3
|\ \
| * | Add fallback values for font and scale to the default themeYuri Sizov2022-12-211-4/+3
| |/
* / ThemeOwner: Extract get_owner_node_themeQuentin Guidée2022-12-212-50/+20
|/
* Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogueRémi Verschelde2022-11-291-1/+1
|\
| * Adding tff, otf, woff(2) to custom font extensionsVoylin2022-09-141-1/+1
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-2/+2
|/
* Un-defer the initial theme changed notificationYuri Sizov2022-09-022-0/+39
* Add ThemeOwner type for managing theme propagation and lookupYuri Sizov2022-09-022-0/+446
* Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-263-0/+337