Age | Commit message (Expand) | Author |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 |
2021-05-22 | Add a keyboard shortcut to select the word under cursor in TextEdit | Hugo Locurcio |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-05-03 | Add Enter as alternate key to complete code | kobewi |
2021-04-18 | Print suggestions when requesting a nonexistent InputMap action | Hugo Locurcio |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M |
2021-02-22 | Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y | Rémi Verschelde |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-18 | Added ability to override built-in actions for the editor | Eric M |
2021-02-15 | Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all... | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-15 | Allow checking for exact matches with Action events. | EricEzaM |
2020-11-19 | Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globals | Rémi Verschelde |
2020-11-19 | load_from_globals() -> load_from_project_settings() | Eric M |
2020-11-16 | Merge pull request #42976 from aaronfranke/input-get-axis | Rémi Verschelde |
2020-11-12 | Release pressed action if event is removed | Tomasz Chabora |
2020-11-11 | Allow getting Input axis/vector values by specifying multiple actions | Aaron Franke |
2020-11-11 | Add raw strength value for internal use | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-29 | Removed unnecessary keyword, fix comment style | Craig-Stoneham |
2020-09-23 | Check for null in InputMap::_find_event | Tomasz Chabora |
2020-06-15 | Renamed InputMap.get_action_list to InputMap.get_action_events | Lennard |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |