summaryrefslogtreecommitdiffstats
path: root/scene/theme/default_theme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate set_min_buttons_width_from_iconskobewi2024-09-051-0/+2
* Merge pull request #95285 from Calinou/codeedit-completion-color-background-t...Rémi Verschelde2024-08-271-0/+1
|\
| * Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev...Hugo Locurcio2024-08-091-0/+1
* | Improve SpinBox interaction, split arrows, add theme attributesDavid Giardi2024-08-231-1/+35
|/
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-63/+63
* [Button] Adds theme option to align button text and icon to either largest or...bruvzg2024-06-101-0/+2
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-16/+16
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-16/+16
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-15/+15
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-9/+9
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+3
* 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
* 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-261-0/+1
* 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-161-1/+1
* 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
* | 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-151-0/+4
|/
* Merge pull request #82653 from MewPurPur/simplify-region-folding-iconRémi Verschelde2023-10-041-2/+2
|\
| * Tweak the region folding iconsMewPurPur2023-10-021-2/+2
* | Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-0/+3
* | Use bound theme properties for documentationYuri Sizov2023-09-261-6/+0
* | 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
| |/
* / Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+3
|/
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+3
* 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
* Move default theme files to scene/themeYuri Sizov2023-08-281-0/+1207