summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix synchronization of global class nameHilderin2024-06-251-0/+1
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methodsRémi Verschelde2024-03-111-3/+0
|\
| * Remove unnecessary focus methods and directly bind to 'set_close_on_escape'Robert Yevdokimov2024-02-021-3/+0
* | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+1
|/
* Merge pull request #82283 from YeldhamDev/focus_that_search_bar!Rémi Verschelde2024-01-041-0/+3
|\
| * Make the search bars in the "Project Settings" dialog grab focus when they ap...Michael Alexsander2023-09-251-0/+3
* | Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+3
|/
* clear filter input in Project Settings when opening Layersyedpodtrzitko2023-03-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix closing project setting window with ESC while listening for inputMarkus Sauermann2022-12-211-0/+3
* Unify usage of undo_redo in editorkobewi2022-11-021-2/+0
* Only show named layers in layer menuHaoyu Qiu2022-10-081-0/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add per-scene UndoRedokobewi2022-08-221-2/+2
* Change translation remaps if files are movedPucklaMotzer092022-08-021-0/+3
* Hide altering custom properties in basic modefox2022-07-311-0/+2
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-28/+28
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker2022-02-011-2/+4
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Improve Project Settings EditorDanil Alexeev2021-05-141-12/+8
* Added Import Defaults Editor in Project Settingsreduz2021-02-231-0/+2
* New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M2021-02-191-10/+10
* Reorganize Project Settingsreduz2021-02-181-2/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Fixed issues with adding custom project settings and added confirmation dialo...Eric M2020-08-181-1/+3
* Rewrite ProjectSettings editor advanced optionsStijn Hinlopen2020-08-101-37/+33
* Refactor Project Settings:Stijn Hinlopen2020-07-141-111/+20
* Add translation parser plugin supportSkyJJ2020-07-021-0/+1
* Added "POT generation" feature under "Localization" in the EditorSkyJJ2020-07-021-0/+10
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+2
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-3/+3
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Rename `scancode` to `keycode`.bruvzg2020-02-251-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio2019-10-061-0/+1
* Input actions can be reordered by drag and drop.J-Camilleri2019-09-051-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde2018-08-151-0/+1
|\