summaryrefslogtreecommitdiffstats
path: root/editor/themes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix popup windows content marginspassivestar2024-06-181-1/+2
| | |
* | | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-182-38/+39
| |/ |/|
* | Merge pull request #92701 from bruvzg/button_alignRémi Verschelde2024-06-111-0/+2
|\ \ | | | | | | | | | [Button] Adds theme option to align button text and icon to either largest or current stylebox.
| * | [Button] Adds theme option to align button text and icon to either largest ↵bruvzg2024-06-101-0/+2
| |/ | | | | | | or current stylebox.
* | Merge pull request #89302 from Mickeon/Some-old-theme-color-renamesRémi Verschelde2024-06-111-0/+12
|\ \ | |/ |/| | | Add pre-4.3 Editor theme color names for compatibility
| * Add pre-4.3 Editor theme color names for compatibilityMicky2024-06-061-0/+12
| |
* | Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-25/+25
|\ \ | | | | | | | | | Use `CoreStringNames::normal` in more places
| * | Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-25/+25
| | |
* | | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-26/+26
|/ /
* | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+1
| |
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-17/+17
| |
* | Merge pull request #91931 from bruvzg/ed_em_bmpRémi Verschelde2024-05-141-40/+44
|\ \ | | | | | | | | | [Editor] Add editor setting to control `disable_embedded_bitmaps` property of the editor fonts.
| * | [Editor] Add editor setting to control "disable_embedded_bitmaps" property ↵bruvzg2024-05-141-40/+44
| | | | | | | | | | | | of the editor fonts.
* | | Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
|/ /
* | [VisualShader] Add reroute node and improve port drawingHendrik Brucker2024-05-131-1/+16
| |
* | Merge pull request #88058 from rsubtil/fix_warning_icon_light_themeRémi Verschelde2024-05-102-6/+10
|\ \ | | | | | | | | | Tweak error and warning colors and fix `StatusWarning` icon visibility on light themes
| * | Fix warning icon visibility on light themesRicardo Subtil2024-05-052-6/+10
| | |
* | | Merge pull request #91281 from ckaiser/the-lightmode-struggle-continuesRémi Verschelde2024-05-061-1/+1
|\ \ \ | |/ / |/| | | | | Fix disabled files in FileDialog using the wrong color
| * | Fix disabled files in FileDialog using the wrong colorChristian Kaiser2024-04-281-1/+1
| | |
* | | Add colored margin in Inspector for arrays and dictionaries.ajreckof2024-05-031-33/+69
|/ / | | | | | | | | | | | | Apply suggestions from code review Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com>
* | Merge pull request #89058 from dalexeev/editor-help-bit-deprecated-experimentalRémi Verschelde2024-04-191-0/+22
|\ \ | | | | | | | | | Editor: Display deprecated/experimental messages in tooltips
| * | Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-0/+22
| | |
* | | Add minimum width/height to dialog buttonsHugo Locurcio2024-04-172-0/+9
|/ / | | | | | | | | | | | | | | | | This makes buttons with short texts such as "OK" or "Close" easier to click, especially on a touchscreen. This is exposed to projects via `buttons_min_width` and `buttons_min_height` theme items in AcceptDialog (and therefore ConfirmationDialog and FileDialog), with the default values being 0 to preserve compatibility with existing projects.
* | Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-1/+36
| |
* | Fix main button margins in custom themesMatt Enad2024-03-131-15/+26
| | | | | | | | | | | | Defined more theme variations and styleboxes for those variations to work around an issue where external editor themes would apply incorrect margins to certain buttons. This should eliminate clipping/alignment issues while a custom theme is in use. Also simplified the step where margins are copied over thanks to @Rindbee 's suggestion
* | Add browse folder and browse file iconsAdam Scott2024-03-121-0/+2
| |
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-14/+5
| |
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-18/+15
| |
* | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| | | | | | | | • Ensure utf-8 encoding if previously unspecified
* | Add missing normal and hover states to `EditorLogFilterButton`passivestar2024-03-081-0/+3
|/
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-1/+1
|
* Fix item positioning & pointer detection areas of ItemListDavid Giardi2024-02-271-1/+1
|
* Merge pull request #88825 from adamscott/add-create-folder-iconRémi Verschelde2024-02-271-0/+1
|\ | | | | | | Add create folder icon
| * Add create folder iconAdam Scott2024-02-261-0/+1
| |
* | Merge pull request #88652 from RobProductions/fix-hover-marginRémi Verschelde2024-02-271-6/+13
|\ \ | | | | | | | | | Fix editor hover style margins when Draw Extra Borders is enabled
| * | Fix hover style margin with extra borders enabledMatt Enad2024-02-211-6/+13
| | | | | | | | | | | | The content margins for FlatMenuButton and RunBarButton are now handled correctly when the "Draw Extra Borders" user option is enabled
* | | Merge pull request #88575 from davthedev/itemlist-no-separatorsRémi Verschelde2024-02-271-1/+1
|\ \ \ | | | | | | | | | | | | Hide separators in ItemList in editor theme
| * | | Hide separators in ItemList in editor themeDavid Giardi2024-02-201-1/+1
| | | |
* | | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-262-2/+2
| |_|/ |/| |
* | | Merge pull request #85017 from Geometror/vs-redesignRémi Verschelde2024-02-222-25/+112
|\ \ \ | | | | | | | | | | | | Redesign the graph editor for visual shaders
| * | | Redesign the graph editor for visual shadersHendrik Brucker2024-02-222-25/+112
| | |/ | |/|
* | | Merge pull request #86610 from Joseph-DiGiovanni/system-theme-optionsRémi Verschelde2024-02-221-0/+33
|\ \ \ | |/ / |/| | | | | Add option for editor to follow system theme and accent colors
| * | Add follow system theme settingsJoseph DiGiovanni2024-02-141-0/+33
| |/
* | Merge pull request #86378 from RobProductions/update-hover-stylingRémi Verschelde2024-02-201-2/+15
|\ \ | | | | | | | | | Add hover highlight to main editor buttons
| * | Add hover highlight to main editor buttonsMatt Enad2024-02-161-2/+15
| |/ | | | | | | Updates styling of the editor run bar, plugin, bottom panel, icon buttons, and main menu buttons for accessibility.
* / Use check_changed_settings_in_group() everywherekobewi2024-02-192-12/+28
|/
* Add color in built-in documentation for overridden propertiesMicky2024-02-111-0/+1
|
* Replace empty list dialog with an integrated panelYuri Sizov2024-01-302-1/+26
|
* Add a network mode setting to bring the editor offlineYuri Sizov2024-01-301-0/+10
| | | | | | | | | This PR also adds default font styles for RichTextLabels in the editor, and improves the introduction dialog when you don't have any local projects available. The offline mode is implemented in the asset library plugin, alongside some code improvements.
* Create a MainScreenButton theme variationYuri Sizov2024-01-301-2/+3
| | | | | This turns custom font theme properties into a proper variation, which makes applying it simpler.