summaryrefslogtreecommitdiffstats
path: root/editor/editor_command_palette.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-1/+1
* Merge pull request #86727 from KoBeWi/shortcut_revolutionRémi Verschelde2024-01-091-2/+3
|\
| * Update modified shortcuts in command palettekobewi2024-01-021-2/+3
* | Removed unused code related to command paletteRobert Yevdokimov2024-01-021-2/+0
|/
* Fix theme application in various editor dialogsYuri Sizov2023-12-041-2/+1
* Add call validation to CommandPalettekobewi2023-09-251-1/+1
* Allow editor commands to have multiple default commandsKevin Cardona2023-09-161-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix new quick open dialog to be showed at the center of the screenYuri Rubinsky2022-12-021-0/+1
* Sort unused palette commands alphabeticallykobewi2022-10-071-1/+5
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Sort palette commands by last usekobewi2021-08-311-1/+10
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-0/+95