| Commit message (Expand) | Author | Age | Files | Lines |
* | clear filter input in Project Settings when opening Layers | yedpodtrzitko | 2023-03-10 | 1 | -1/+1 |
* | 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/+3 |
* | Unify usage of undo_redo in editor | kobewi | 2022-11-02 | 1 | -2/+0 |
* | Only show named layers in layer menu | Haoyu Qiu | 2022-10-08 | 1 | -0/+2 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -2/+2 |
* | Change translation remaps if files are moved | PucklaMotzer09 | 2022-08-02 | 1 | -0/+3 |
* | Hide altering custom properties in basic mode | fox | 2022-07-31 | 1 | -0/+2 |
* | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio | 2022-07-28 | 1 | -1/+1 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -1/+1 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -28/+28 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+2 |
* | Minor fixes/refactoring of project and editor setting dialogs | Hendrik Brucker | 2022-02-01 | 1 | -2/+4 |
* | Fix theming update in several editor classes | Yuri Roubinsky | 2022-01-16 | 1 | -0/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -2/+0 |
* | Improve Project Settings Editor | Danil Alexeev | 2021-05-14 | 1 | -12/+8 |
* | Added Import Defaults Editor in Project Settings | reduz | 2021-02-23 | 1 | -0/+2 |
* | New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings. | Eric M | 2021-02-19 | 1 | -10/+10 |
* | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -2/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Fixed issues with adding custom project settings and added confirmation dialo... | Eric M | 2020-08-18 | 1 | -1/+3 |
* | Rewrite ProjectSettings editor advanced options | Stijn Hinlopen | 2020-08-10 | 1 | -37/+33 |
* | Refactor Project Settings: | Stijn Hinlopen | 2020-07-14 | 1 | -111/+20 |
* | Add translation parser plugin support | SkyJJ | 2020-07-02 | 1 | -0/+1 |
* | Added "POT generation" feature under "Localization" in the Editor | SkyJJ | 2020-07-02 | 1 | -0/+10 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Implement global and per instance shader uniforms. | Juan Linietsky | 2020-04-17 | 1 | -0/+2 |
* | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde | 2020-03-25 | 1 | -3/+3 |
* | Signals: Fix some regressions from #36426 | Rémi Verschelde | 2020-03-03 | 1 | -1/+1 |
* | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -0/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Focus the search box when pressing Ctrl+F in Project/Editor Settings | Hugo Locurcio | 2019-10-06 | 1 | -0/+1 |
* | Input actions can be reordered by drag and drop. | J-Camilleri | 2019-09-05 | 1 | -0/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde | 2018-08-15 | 1 | -0/+1 |
|\ |
|
| * | Add PluginConfigDialog, EditorPluginSettings GUI | Will Nations | 2018-07-26 | 1 | -0/+1 |
* | | Add clear text button to LineEdit | Łukasz Rutkowski | 2018-08-11 | 1 | -2/+0 |
|/ |
|
* | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 1 | -3/+12 |
* | Move the deadzone to a column in the input project settings | Gilles Roudiere | 2018-06-08 | 1 | -2/+0 |
* | Allow actions to provide an analog value | Gilles Roudiere | 2018-04-16 | 1 | -0/+2 |
* | Allows to map an action to all devices. | Nibodhika | 2018-04-07 | 1 | -1/+5 |
* | Enable EditorPlugin to add/remove autoloads | Will Nations | 2018-02-14 | 1 | -0/+2 |
* | Fix UX with project settings search functionality | Paolo Perkovic | 2018-02-02 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |