summaryrefslogtreecommitdiffstats
path: root/editor/editor_command_palette.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Fix PopupMenu doesn't respect it's ScrollContainer's marginsMounir Tohami2024-02-231-0/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Merge pull request #86727 from KoBeWi/shortcut_revolutionRémi Verschelde2024-01-091-8/+24
|\
| * Update modified shortcuts in command palettekobewi2024-01-021-8/+24
* | Removed unused code related to command paletteRobert Yevdokimov2024-01-021-2/+0
|/
* Fix theme application in various editor dialogsYuri Sizov2023-12-041-7/+6
* Add call validation to CommandPalettekobewi2023-09-251-4/+13
* Allow editor commands to have multiple default commandsKevin Cardona2023-09-161-0/+10
* Add EditorStringNames singletonkobewi2023-09-031-4/+5
* Merge pull request #57894 from Sauermann/fix-subviewport-1Rémi Verschelde2023-05-091-2/+2
|\
| * Move call of `push_unhandled_input` from `Window` to `Viewport`Markus Sauermann2023-03-171-2/+2
* | Command Palette search now also uses original English command namesTefatika2023-04-281-2/+8
|/
* 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-5/+17
* Fix Quick Open window to use EDSCALE and save the size between popupsYuri Rubinsky2022-11-231-1/+7
* Add call_deferred() method to Callablekobewi2022-11-041-1/+1
* Command Palette shortcut_text: font colorEliasVincent2022-09-161-1/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Add a new HashMap implementationreduz2022-05-121-20/+16
* 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