summaryrefslogtreecommitdiffstats
path: root/editor/editor_themes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacingRémi Verschelde2022-03-101-1/+6
|\
| * Editor Style: make popup menu vseparation even, and force it to be even.Eric M2022-03-101-1/+6
* | Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
|/
* Merge pull request #58727 from fire-forge/EditorSpinSlider_label_colorRémi Verschelde2022-03-041-0/+12
|\
| * Make EditorSpinSlider label color a theme propertyFireForge2022-03-041-0/+12
* | Add icon_normal_color to Button in editor themeRaul Santos2022-03-041-1/+3
* | Clamp the editor theme's base colors to avoid various issuesHugo Locurcio2022-03-041-3/+5
|/
* Improve completion scroll bar visibility in the script editorHugo Locurcio2022-02-141-1/+2
* Increase checkerboard texture contrastHendrik Brucker2022-02-121-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+4
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+13
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Unify array, dictionary, and inspector array editorsFireForge2022-02-091-0/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-523/+523
* Fix theming for floating window docksMichael Alexsander2022-02-071-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-523/+523
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-125/+125
* Merge pull request #56970 from YeldhamDev/rise_tabbar_riseRémi Verschelde2022-01-311-2/+2
|\
| * Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander2022-01-311-2/+2
* | Move placeholder color to theme itemPaulb232022-01-301-0/+3
|/
* Fix the breakpoint icon in CodeEditYuri Sizov2022-01-291-1/+2
* Update icons and color conversion rules to simplify the paletteYuri Sizov2022-01-291-15/+51
* Improve the default project themeHugo Locurcio2022-01-191-0/+1
* Make assets in progress open the next step instead of erringYuri Sizov2022-01-191-0/+5
* Improve spacing in built-in class referenceYuri Sizov2022-01-181-0/+15
* Merge pull request #56104 from Geometror/add-flow-layout-containerRémi Verschelde2022-01-181-0/+6
|\
| * Add FlowContainerHendrik Brucker2022-01-071-0/+6
* | Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-141-11/+13
* | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-propertiesRémi Verschelde2022-01-061-1/+1
|\ \ | |/ |/|
| * Correctly use fallback Theme values as last resortYuri Sizov2021-12-311-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-2/+2
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-0/+12
* Merge pull request #53926 from YeldhamDev/i_am_tabbar_nowRémi Verschelde2021-10-201-16/+16
|\
| * Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-16/+16
* | Merge pull request #53260 from Calinou/editor-inspector-warning-yellowRémi Verschelde2021-10-201-4/+3
|\ \ | |/ |/|
| * Use a yellow color for editable children properties instead of redHugo Locurcio2021-10-051-4/+3
* | Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde2021-10-061-0/+1
|\ \ | |/ |/|
| * Implemented SkeletonEditorGizmoSilc Renew2021-10-071-0/+1
* | Add the base scale factor to the Theme resourceYuri Sizov2021-10-041-1/+4
|/
* Rename some elements of `Tabs`Michael Alexsander2021-09-301-2/+2
* Improved breakpoint gutter for CodeEdit.Eric M2021-09-301-0/+1
* Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio2021-09-131-0/+4
|\
| * Added increment_pressed and decrement_pressed icons to scrollbarsskysphr2021-08-171-0/+4
* | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-1/+18
* | Tweak tooltip styleHendrik Brucker2021-09-021-3/+3
* | Merge pull request #51700 from Geometror/fix-color-pickerK. S. Ernest (iFire) Lee2021-08-221-1/+8
|\ \
| * | Reimplement ColorPicker presetsHendrik Brucker2021-08-181-1/+8