summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme
Commit message (Expand)AuthorAgeFilesLines
* Move default theme files to scene/themeYuri Sizov2023-08-2876-1464/+0
* Enabled missing Tree title button font and font size theme settings.Koyper2023-08-161-0/+1
* Further separate icon from text of buttons in both editor and default themesMichael Alexsander2023-08-071-8/+8
* Clean up/refactor GraphEditHendrik Brucker2023-07-242-7/+11
* Merge pull request #79307 from Geometror/remove-graph-node-commentYuri Sizov2023-07-241-2/+0
|\
| * Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-2/+0
* | Fix corner radius not scaling with theme scale in the default themeHugo Locurcio2023-07-191-84/+84
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+2
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
* | Add a default theme for unfocused WindowsMarkus Sauermann2023-07-121-0/+1
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-2/+2
|\ \
| * | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-2/+2
| |/
* | Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...Yuri Sizov2023-07-121-0/+4
|\ \ | |/ |/|
| * Add the "inner_item_margin" Theme constant to the Tree controlJoão Pedro Braz2023-06-021-0/+4
* | CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-3/+0
* | Optimize and fix the default theme SVGsVolTer2023-06-0768-125/+68
|/
* Merge pull request #69053 from KoBeWi/grabbercentrismRémi Verschelde2023-04-271-0/+3
|\
| * Add center_grabber property to Sliderkobewi2023-04-221-0/+3
* | Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+6
|\ \ | |/ |/|
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+6
* | Add hovered item style to ItemListDavid Giardi2023-04-181-0/+2
|/
* Don't apply scale to autohide theme propertyNinni Pipping2023-04-121-3/+3
* Remove unnecessary zero multiplicationsMichael Alexsander2023-04-081-9/+9
* Add scrollbar offset theme constants to TreeHaoyu Qiu2023-04-061-0/+6
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+5
* Generate empty textures for theme icons if the SVG module is disabledYuri Sizov2023-03-071-0/+4
* Modify the default theme GraphNode close_h_offsetNicholas Huelin2023-02-221-1/+1
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-12/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Fix scroll grabber can't reach ends in default themeHaoyu Qiu2023-01-031-3/+4
* Add fallback values for font and scale to the default themeYuri Sizov2022-12-211-0/+5
* ImageLoaderSVG: Improve error reportingRémi Verschelde2022-11-231-1/+2
* Change hue icons to horizontal GradientTexture2Dkobewi2022-11-023-4/+54
* Add a separate hue gradient for OKHSL modekobewi2022-11-022-0/+2
* Merge pull request #63590 from golfinq/fbg-paddingRémi Verschelde2022-10-311-0/+3
|\
| * Add padding options in theme for fg/bgcolor tagsgolfinq2022-07-311-0/+3
* | Remove override_selected_font_color propertykobewi2022-10-261-3/+3
* | Merge pull request #62910 from Vitika9/gsoc-colorpicker-uxRémi Verschelde2022-10-074-0/+69
|\ \
| * | ColorPicker UX improvementsVitika92022-09-064-0/+69
* | | Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde2022-09-282-2/+2
* | | Merge pull request #59069 from fire-forge/stylebox_margin_functionsRémi Verschelde2022-09-071-30/+7
|\ \ \
| * | | Add set_default_margin_all/individual to StyleBoxFireForge2022-09-071-30/+7
* | | | Merge pull request #65355 from groud/split_container_min_grab_thicknessRémi Verschelde2022-09-071-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Allow SplitContainer to have a grab area larger than its visual grabberGilles Roudière2022-09-071-0/+3
| |/ /
* | | Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matterRémi Verschelde2022-09-071-3/+2
|\ \ \
| * | | Make AcceptDialog and derivatives utilize StyleBox fullyYuri Sizov2022-09-071-3/+2
| |/ /
* | | Fix theming code in Panel, SplitContainer, RichTextLabelYuri Sizov2022-09-061-1/+0
* | | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-20/+20
|/ /
* | Rework oriented containerskobewi2022-09-011-0/+7
* | Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-5/+3