summaryrefslogtreecommitdiffstats
path: root/editor/editor_command_palette.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-4/+4
* 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