summaryrefslogtreecommitdiffstats
path: root/editor/editor_command_palette.h
Commit message (Expand)AuthorAgeFilesLines
* 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