Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix popup windows content margins | passivestar | 2024-06-18 | 1 | -1/+2 | |
| | | | ||||||
* | | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 2 | -38/+39 | |
| |/ |/| | ||||||
* | | Merge pull request #92701 from bruvzg/button_align | Rémi Verschelde | 2024-06-11 | 1 | -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 ↵ | bruvzg | 2024-06-10 | 1 | -0/+2 | |
| |/ | | | | | | | or current stylebox. | |||||
* | | Merge pull request #89302 from Mickeon/Some-old-theme-color-renames | Rémi Verschelde | 2024-06-11 | 1 | -0/+12 | |
|\ \ | |/ |/| | | | Add pre-4.3 Editor theme color names for compatibility | |||||
| * | Add pre-4.3 Editor theme color names for compatibility | Micky | 2024-06-06 | 1 | -0/+12 | |
| | | ||||||
* | | Merge pull request #91953 from AThousandShips/use_normal_sname | Rémi Verschelde | 2024-05-31 | 1 | -25/+25 | |
|\ \ | | | | | | | | | | Use `CoreStringNames::normal` in more places | |||||
| * | | Use `CoreStringNames::normal` in more places | A Thousand Ships | 2024-05-30 | 1 | -25/+25 | |
| | | | ||||||
* | | | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -26/+26 | |
|/ / | ||||||
* | | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -17/+17 | |
| | | ||||||
* | | Merge pull request #91931 from bruvzg/ed_em_bmp | Rémi Verschelde | 2024-05-14 | 1 | -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 ↵ | bruvzg | 2024-05-14 | 1 | -40/+44 | |
| | | | | | | | | | | | | of the editor fonts. | |||||
* | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 | |
|/ / | ||||||
* | | [VisualShader] Add reroute node and improve port drawing | Hendrik Brucker | 2024-05-13 | 1 | -1/+16 | |
| | | ||||||
* | | Merge pull request #88058 from rsubtil/fix_warning_icon_light_theme | Rémi Verschelde | 2024-05-10 | 2 | -6/+10 | |
|\ \ | | | | | | | | | | Tweak error and warning colors and fix `StatusWarning` icon visibility on light themes | |||||
| * | | Fix warning icon visibility on light themes | Ricardo Subtil | 2024-05-05 | 2 | -6/+10 | |
| | | | ||||||
* | | | Merge pull request #91281 from ckaiser/the-lightmode-struggle-continues | Rémi Verschelde | 2024-05-06 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | | | | Fix disabled files in FileDialog using the wrong color | |||||
| * | | Fix disabled files in FileDialog using the wrong color | Christian Kaiser | 2024-04-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add colored margin in Inspector for arrays and dictionaries. | ajreckof | 2024-05-03 | 1 | -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-experimental | Rémi Verschelde | 2024-04-19 | 1 | -0/+22 | |
|\ \ | | | | | | | | | | Editor: Display deprecated/experimental messages in tooltips | |||||
| * | | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -0/+22 | |
| | | | ||||||
* | | | Add minimum width/height to dialog buttons | Hugo Locurcio | 2024-04-17 | 2 | -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 VisualShader | Hendrik Brucker | 2024-04-04 | 1 | -1/+36 | |
| | | ||||||
* | | Fix main button margins in custom themes | Matt Enad | 2024-03-13 | 1 | -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 icons | Adam Scott | 2024-03-12 | 1 | -0/+2 | |
| | | ||||||
* | | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 1 | -14/+5 | |
| | | ||||||
* | | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 1 | -18/+15 | |
| | | ||||||
* | | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -1/+1 | |
| | | | | | | | | • Ensure utf-8 encoding if previously unspecified | |||||
* | | Add missing normal and hover states to `EditorLogFilterButton` | passivestar | 2024-03-08 | 1 | -0/+3 | |
|/ | ||||||
* | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -1/+1 | |
| | ||||||
* | Fix item positioning & pointer detection areas of ItemList | David Giardi | 2024-02-27 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #88825 from adamscott/add-create-folder-icon | Rémi Verschelde | 2024-02-27 | 1 | -0/+1 | |
|\ | | | | | | | Add create folder icon | |||||
| * | Add create folder icon | Adam Scott | 2024-02-26 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #88652 from RobProductions/fix-hover-margin | Rémi Verschelde | 2024-02-27 | 1 | -6/+13 | |
|\ \ | | | | | | | | | | Fix editor hover style margins when Draw Extra Borders is enabled | |||||
| * | | Fix hover style margin with extra borders enabled | Matt Enad | 2024-02-21 | 1 | -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-separators | Rémi Verschelde | 2024-02-27 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | Hide separators in ItemList in editor theme | |||||
| * | | | Hide separators in ItemList in editor theme | David Giardi | 2024-02-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 2 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #85017 from Geometror/vs-redesign | Rémi Verschelde | 2024-02-22 | 2 | -25/+112 | |
|\ \ \ | | | | | | | | | | | | | Redesign the graph editor for visual shaders | |||||
| * | | | Redesign the graph editor for visual shaders | Hendrik Brucker | 2024-02-22 | 2 | -25/+112 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #86610 from Joseph-DiGiovanni/system-theme-options | Rémi Verschelde | 2024-02-22 | 1 | -0/+33 | |
|\ \ \ | |/ / |/| | | | | | Add option for editor to follow system theme and accent colors | |||||
| * | | Add follow system theme settings | Joseph DiGiovanni | 2024-02-14 | 1 | -0/+33 | |
| |/ | ||||||
* | | Merge pull request #86378 from RobProductions/update-hover-styling | Rémi Verschelde | 2024-02-20 | 1 | -2/+15 | |
|\ \ | | | | | | | | | | Add hover highlight to main editor buttons | |||||
| * | | Add hover highlight to main editor buttons | Matt Enad | 2024-02-16 | 1 | -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() everywhere | kobewi | 2024-02-19 | 2 | -12/+28 | |
|/ | ||||||
* | Add color in built-in documentation for overridden properties | Micky | 2024-02-11 | 1 | -0/+1 | |
| | ||||||
* | Replace empty list dialog with an integrated panel | Yuri Sizov | 2024-01-30 | 2 | -1/+26 | |
| | ||||||
* | Add a network mode setting to bring the editor offline | Yuri Sizov | 2024-01-30 | 1 | -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 variation | Yuri Sizov | 2024-01-30 | 1 | -2/+3 | |
| | | | | | This turns custom font theme properties into a proper variation, which makes applying it simpler. |