summaryrefslogtreecommitdiff
path: root/editor/editor_command_palette.cpp
AgeCommit message (Expand)Author
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-19Fix command history for plugin commandskobewi
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-08-31Sort palette commands by last usekobewi
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-18Minor tweaks/fixes for the Command PaletteMichael Alexsander
2021-08-15command palette improvementsBhuvan Vemula
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-09Added EditorCommandPaletteBhuvan Vemula