| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Fix InputEvent device id clash" and add a compatibility function | Markus Sauermann | 2024-11-20 | 1 | -8/+7 |
* | Fix InputEvent device id clash | Markus Sauermann | 2024-10-20 | 1 | -7/+8 |
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -4/+4 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -2/+2 |
* | Merge pull request #83248 from pkowal1982/event_configuration | Rémi Verschelde | 2024-05-29 | 1 | -0/+6 |
|\ |
|
| * | (Un)Fold event categories by double click | Paweł | 2024-05-11 | 1 | -0/+6 |
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
|/ |
|
* | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -4/+4 |
* | Fix input map shortcuts incorrectly edited on cancel. | bruvzg | 2024-04-18 | 1 | -1/+1 |
* | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
* | Remove unnecessary focus methods and directly bind to 'set_close_on_escape' | Robert Yevdokimov | 2024-02-02 | 1 | -10/+2 |
* | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -2/+44 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Add input action name to window title in input map editor | Hugo Locurcio | 2023-12-18 | 1 | -2/+7 |
* | Fix size and visuals of the InputEventConfigurationDialog | Yuri Sizov | 2023-12-05 | 1 | -3/+3 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -9/+10 |
* | [Input Map] Generate missing values instead of disabling options. | bruvzg | 2023-06-06 | 1 | -0/+27 |
* | Fix `InputEventConfigurationDialog` modifies original event | Danil Alexeev | 2023-03-13 | 1 | -1/+1 |
* | Fix wrong font in Event Configuration | kobewi | 2023-02-16 | 1 | -1/+2 |
* | Fix various typos with codespell | Rémi Verschelde | 2023-01-30 | 1 | -1/+1 |
* | Fix typos in input action editor key type names | Hugo Locurcio | 2023-01-27 | 1 | -3/+3 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -47/+109 |
* | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | 2023-01-23 | 1 | -1/+1 |
* | Propagate allowed input types to `event_listener` when setting them on `Input... | Eric M | 2023-01-10 | 1 | -0/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Refactor `get_event_text` to a static method, remove high deadzone from event... | Eric M | 2022-11-18 | 1 | -78/+7 |
* | Focus EventListener when InputEventConfigurationDialog is opened. | Eric M | 2022-10-14 | 1 | -0/+4 |
* | Split `action_map_editor` file into one file per class it contained. | Eric M | 2022-10-06 | 1 | -0/+700 |