Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Editor Help: Add syntax highlighting for code blocks | Danil Alexeev | 2024-03-09 | 1 | -0/+14 |
| | |||||
* | Fix reporting exit code when command line export fails | Rémi Verschelde | 2024-03-07 | 1 | -1/+3 |
| | | | | Fixes #83042. | ||||
* | Merge pull request #87452 from bruvzg/native_menu | Rémi Verschelde | 2024-03-06 | 1 | -3/+3 |
|\ | | | | | | | Move `global_menu_*` methods to a separate `NativeMenu` class. | ||||
| * | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -3/+3 |
| | | |||||
* | | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel). | ||||
* | | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 1 | -4/+27 |
|/ | | | | | | Defaults to "Auto", which detects the casing based on the preference of the currently selected language (C# for example prefers PascalCase whereas GDScript prefers snake_case). | ||||
* | Merge pull request #88913 from Cass-dev-web/macos-shortcut-savior | Rémi Verschelde | 2024-03-04 | 1 | -0/+1 |
|\ | | | | | | | Modify shortcut for closing scene on macOS only | ||||
| * | Modify shortcut override for closing scene on macOS | Cass | 2024-02-27 | 1 | -0/+1 |
| | | |||||
* | | Do not attempt to set cursor shape when that feature is not available. | Christen Lofland | 2024-03-02 | 1 | -1/+3 |
| | | | | | | | | Co-authored-by: Riteo <riteo@posteo.net> | ||||
* | | Merge pull request #86705 from KoBeWi/resourception | Rémi Verschelde | 2024-02-29 | 1 | -1/+8 |
|\ \ | |/ |/| | | | Improve saving of built-in resources | ||||
| * | Improve saving of built-in resources | kobewi | 2024-01-02 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #87760 from kitbdev/extract-bottom-dock | Rémi Verschelde | 2024-02-23 | 1 | -234/+8 |
|\ \ | | | | | | | | | | Extract BottomPanel from EditorNode | ||||
| * | | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -234/+8 |
| | | | |||||
* | | | Merge pull request #85477 from KoBeWi/submenus_that_shall_not_be_named | Rémi Verschelde | 2024-02-23 | 1 | -21/+9 |
|\ \ \ | | | | | | | | | | | | | Add methods to add submenus without using names | ||||
| * | | | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -21/+9 |
| |/ / | |||||
* | | | Merge pull request #88609 from Cass-dev-web/master | Rémi Verschelde | 2024-02-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Improve user experience for VCS metadata generator menu button to mitigate accidentally overriding | ||||
| * | | | Added clarity on VCS metadata creator button | cass-dev-web | 2024-02-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #86610 from Joseph-DiGiovanni/system-theme-options | Rémi Verschelde | 2024-02-22 | 1 | -0/+43 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Add option for editor to follow system theme and accent colors | ||||
| * | | | Add follow system theme settings | Joseph DiGiovanni | 2024-02-14 | 1 | -0/+43 |
| | | | | |||||
* | | | | Merge pull request #86378 from RobProductions/update-hover-styling | Rémi Verschelde | 2024-02-20 | 1 | -8/+12 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add hover highlight to main editor buttons | ||||
| * | | | | Add hover highlight to main editor buttons | Matt Enad | 2024-02-16 | 1 | -8/+12 |
| |/ / / | | | | | | | | | | | | | 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 | 1 | -19/+26 |
| |/ / |/| | | |||||
* | | | Fix some animation state corruptions on activate and reset on save | Silc Lizard (Tokage) Renew | 2024-02-19 | 1 | -1/+9 |
| | | | |||||
* | | | [Editor] Add missing ellipses to menu options that open dialogs | A Thousand Ships | 2024-02-17 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #88380 from Calinou/editor-move-settings-to-central-location | Rémi Verschelde | 2024-02-17 | 1 | -28/+0 |
|\ \ \ | | | | | | | | | | | | | Move EditorNode setting registration so they are in class reference | ||||
| * | | | Move EditorNode setting registration so they are in class reference | Hugo Locurcio | 2024-02-17 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | | Co-authored-by: Micky <micheledevita2@gmail.com> | ||||
* | | | | Merge pull request #87530 from YeldhamDev/atr_inheritance | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Rework the auto translation system | ||||
| * | | | | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #85978 from Calinou/editor-tweak-help-menu-icons | Rémi Verschelde | 2024-02-17 | 1 | -12/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | Tweak Help menu icons for better visibility of commonly used items | ||||
| * | | | | Tweak Help menu icons for better visibility of commonly used items | Hugo Locurcio | 2024-01-31 | 1 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | External links no longer have an icon, so that commonly used items such as Copy System Info are more immediately visible. | ||||
* | | | | | Merge pull request #88297 from dsnopek/android-configure-gradle-path | Rémi Verschelde | 2024-02-17 | 1 | -14/+69 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | Android: Allow using alternative Gradle build directory | ||||
| * | | | | Android: Allow using alternative Gradle build directory | David Snopek | 2024-02-16 | 1 | -14/+69 |
| | | | | | |||||
* | | | | | Merge pull request #88334 from passivestar/ctrl-tab-mac | Rémi Verschelde | 2024-02-15 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [macOS] Fix `Ctrl+Tab` and `Ctrl+Shift+Tab` not working | ||||
| * | | | | | Fix `Ctrl+Tab` and `Ctrl+Shift+Tab` on macOS | passivestar | 2024-02-15 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #88291 from dsnopek/export-plugin-option-overrides | Rémi Verschelde | 2024-02-15 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Allow export plugins to override export option values | ||||
| * | | | | Allow export plugins to override export option values | David Snopek | 2024-02-14 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #88288 from KoBeWi/uninspectorable | Rémi Verschelde | 2024-02-13 | 1 | -18/+27 |
|\ \ \ \ | | | | | | | | | | | | | | | | Rework how script is edited when clicking icon | ||||
| * | | | | Rework how script is edited when clicking icon | kobewi | 2024-02-13 | 1 | -18/+27 |
| |/ / / | |||||
* | | | | Merge pull request #87008 from KoBeWi/cache_mode_replace_fixes² | Rémi Verschelde | 2024-02-13 | 1 | -4/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix² behavior of ResourceFormatLoader `CACHE_MODE_REPLACE` | ||||
| * | | | | Fix² behavior of ResourceFormatLoader CACHE_MODE_REPLACE | kobewi | 2024-01-09 | 1 | -4/+2 |
| | | | | | |||||
* | | | | | Merge pull request #87773 from bruvzg/undo_global_fix | Rémi Verschelde | 2024-02-13 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | Fix script editor `undo` shortcut with global menu enabled. | ||||
| * | | | | Fix script editor `undo` shortcut with global menu enabled. | bruvzg | 2024-01-31 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Show update spinner by default in `dev_build=yes` editor builds | Hugo Locurcio | 2024-02-10 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures contributors can see when something forces the editor to redraw constantly. The existing boolean `true` value will be casted to `1` in the setting, so it'll switch to Enabled automatically if the setting was previously enabled. | ||||
* | | | | Merge pull request #48364 from Calinou/add-vsync-editor-setting | Rémi Verschelde | 2024-02-08 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add a V-Sync editor setting | ||||
| * | | | | Add a V-Sync editor setting | Hugo Locurcio | 2024-02-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The editor setting makes it possible to tweak V-Sync status independently of the project setting. Use cases: - Decrease input lag and increase editor responsiveness when editing a project that has V-Sync enabled. - Avoid tearing when editing a project that has V-Sync disabled. | ||||
* | | | | | Make MeshLibrary export do recursive depth-search for MeshInstance3D nodes | smix8 | 2024-02-04 | 1 | -2/+5 |
|/ / / / | | | | | | | | | | | | | Makes MeshLibrary export do recursive depth-search for MeshInstance3D nodes. | ||||
* / / / | Some editor code cleanup | kobewi | 2024-01-30 | 1 | -18/+9 |
|/ / / | |||||
* | | | Implement a quick settings dialog for the project manager | Yuri Sizov | 2024-01-30 | 1 | -31/+34 |
| | | | | | | | | | | | | | | | | | | | | | Currently it allows to adjust language, theme preset, UI scaling, and network mode. Project manager has been updated to support dynamic theme updates. | ||||
* | | | Create a MainScreenButton theme variation | Yuri Sizov | 2024-01-30 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | This turns custom font theme properties into a proper variation, which makes applying it simpler. | ||||
* | | | Ability to move FileSystem dock to bottom | Juan Linietsky | 2024-01-29 | 1 | -10/+29 |
| | | | | | | | | | | | | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks |