summaryrefslogtreecommitdiffstats
path: root/editor/editor_command_palette.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix command history for plugin commandskobewi2021-10-191-1/+9
* Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-3/+3
|\
| * Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-3/+3
* | Sort palette commands by last usekobewi2021-08-311-0/+27
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+3
|/
* Minor tweaks/fixes for the Command PaletteMichael Alexsander2021-08-181-50/+52
* command palette improvementsBhuvan Vemula2021-08-151-35/+33
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+3
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-0/+300