| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #96615 from KoBeWi/run_as_administrator | Rémi Verschelde | 2024-10-04 | 1 | -3/+3 |
|\ |
|
| * | Globally remember advanced toggle in project settings | kobewi | 2024-09-05 | 1 | -3/+3 |
* | | Merge pull request #97281 from reptofrog/deadzone-new-default | Rémi Verschelde | 2024-10-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Changed the default deadzone value for new actions from 0.5 to 0.2 | Roman Morozov | 2024-10-01 | 1 | -1/+1 |
* | | | Keep advanced toggle on when searching for settings | Haoyu Qiu | 2024-09-21 | 1 | -4/+3 |
|/ / |
|
* | | Merge pull request #97187 from KoBeWi/do_not | Rémi Verschelde | 2024-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Don't store project metadata when loading | kobewi | 2024-09-19 | 1 | -1/+1 |
| |/ |
|
* / | Don't show project settings starting with underscore | kobewi | 2024-09-18 | 1 | -1/+1 |
|/ |
|
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -1/+1 |
* | Add `String.is_valid_unicode_identifier()` | Haoyu Qiu | 2024-08-27 | 1 | -1/+1 |
* | Fix undoredo handling in some dialogs | kobewi | 2024-07-04 | 1 | -13/+2 |
* | Fix synchronization of global class name | Hilderin | 2024-06-25 | 1 | -0/+4 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -1/+1 |
* | Add Globals tab to reorganize Project Settings dialog | kobewi | 2024-06-05 | 1 | -4/+8 |
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | Increase width of project settings window | lmyers421 | 2024-05-22 | 1 | -1/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -4/+4 |
* | Add separate feature tags for editor runtime | kobewi | 2024-04-26 | 1 | -0/+2 |
* | Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methods | Rémi Verschelde | 2024-03-11 | 1 | -10/+2 |
|\ |
|
| * | Remove unnecessary focus methods and directly bind to 'set_close_on_escape' | Robert Yevdokimov | 2024-02-02 | 1 | -10/+2 |
* | | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog | Hugo Locurcio | 2024-03-05 | 1 | -1/+27 |
* | | Remove code relative to obsoleted ETC texture format | Rémi Verschelde | 2024-02-14 | 1 | -1/+0 |
|/ |
|
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Improve "Add" button consistency in Project Settings | Christian Kaiser | 2024-01-11 | 1 | -0/+2 |
* | Merge pull request #82283 from YeldhamDev/focus_that_search_bar! | Rémi Verschelde | 2024-01-04 | 1 | -2/+23 |
|\ |
|
| * | Make the search bars in the "Project Settings" dialog grab focus when they ap... | Michael Alexsander | 2023-09-25 | 1 | -2/+23 |
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
| |/ |
|
* / | Implement project-wide node groups | Stanislav Labzyuk | 2023-12-19 | 1 | -0/+7 |
|/ |
|
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -6/+7 |
* | Deprecate project_settings_changed signal | kobewi | 2023-08-10 | 1 | -2/+0 |
* | fix errors while reordering input maps | jpcerrone | 2023-05-12 | 1 | -1/+2 |
* | Merge pull request #76026 from YuriSizov/editor-running-up-that-gui | Rémi Verschelde | 2023-04-26 | 1 | -0/+1 |
|\ |
|
| * | Extract editor run toolbar into its own component | Yuri Sizov | 2023-04-19 | 1 | -0/+1 |
* | | Translate undo/redo messages in settings dialogs | Haoyu Qiu | 2023-04-23 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #75141 from rcorre/rrc/dialog-pos | Yuri Sizov | 2023-03-28 | 1 | -0/+1 |
|\ |
|
| * | Apply clamp_to_embedder on parent resize and popup. | Ryan Roden-Corrent | 2023-03-27 | 1 | -0/+1 |
* | | clear filter input in Project Settings when opening Layers | yedpodtrzitko | 2023-03-10 | 1 | -1/+5 |
|/ |
|
* | Improvements and fixes based on Weblate comments | Haoyu Qiu | 2023-02-13 | 1 | -1/+1 |
* | Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic... | Rémi Verschelde | 2023-02-01 | 1 | -11/+3 |
|\ |
|
| * | Fix Project Settings array/dicts initial value being shared instances of the ... | Eric M | 2023-01-13 | 1 | -11/+3 |
* | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -8/+8 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix closing project setting window with ESC while listening for input | Markus Sauermann | 2022-12-21 | 1 | -0/+10 |
* | Add feature tags to signify engine float precision | Mikael Hermansson | 2022-12-07 | 1 | -0/+2 |
* | Allow specifying a prefix to automatically detect library files for gdextensi... | Gilles Roudière | 2022-12-01 | 1 | -2/+4 |
* | Unify usage of undo_redo in editor | kobewi | 2022-11-02 | 1 | -3/+8 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -4/+4 |