summaryrefslogtreecommitdiffstats
path: root/editor/input_event_configuration_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-8/+7
|\
| * Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-201-8/+7
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-7/+8
|\|
| * Fix InputEvent device id clashMarkus Sauermann2024-10-201-7/+8
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-4/+4
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* Merge pull request #83248 from pkowal1982/event_configurationRémi Verschelde2024-05-291-0/+6
|\
| * (Un)Fold event categories by double clickPaweł2024-05-111-0/+6
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
|/
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-4/+4
* Fix input map shortcuts incorrectly edited on cancel.bruvzg2024-04-181-1/+1
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Remove unnecessary focus methods and directly bind to 'set_close_on_escape'Robert Yevdokimov2024-02-021-10/+2
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-2/+44
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add input action name to window title in input map editorHugo Locurcio2023-12-181-2/+7
* Fix size and visuals of the InputEventConfigurationDialogYuri Sizov2023-12-051-3/+3
* Add EditorStringNames singletonkobewi2023-09-031-9/+10
* [Input Map] Generate missing values instead of disabling options.bruvzg2023-06-061-0/+27
* Fix `InputEventConfigurationDialog` modifies original eventDanil Alexeev2023-03-131-1/+1
* Fix wrong font in Event Configurationkobewi2023-02-161-1/+2
* Fix various typos with codespellRémi Verschelde2023-01-301-1/+1
* Fix typos in input action editor key type namesHugo Locurcio2023-01-271-3/+3
* Cleanup and unify keyboard input.bruvzg2023-01-231-47/+109
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Propagate allowed input types to `event_listener` when setting them on `Input...Eric M2023-01-101-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor `get_event_text` to a static method, remove high deadzone from event...Eric M2022-11-181-78/+7
* Focus EventListener when InputEventConfigurationDialog is opened.Eric M2022-10-141-0/+4
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+700