Age | Commit message (Expand) | Author |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-17 | Fix typo in InputEventMIDI string | fox |
2021-05-15 | Make printing of InputEvents consistent | Marcel Admiraal |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-02-18 | Added convenience create_reference methods for Key and JoyButton inputs | Eric M |
2021-02-15 | Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all... | Rémi Verschelde |
2021-02-07 | Add support for new SDL gamecontroller keywords. | Marcel Admiraal |
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-12-14 | Fixed mistakes in InputEvent as_text and to_string implementations. | EricEzaM |
2020-11-27 | InputEvent as_text now returns readable string. Added to_string for debug str... | Eric M |
2020-11-19 | Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optional | Rémi Verschelde |
2020-11-19 | Made serialization of Command toggleable when saving InputEvents. | Eric M |
2020-11-11 | Add raw strength value for internal use | Aaron Franke |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-05 | [Windows] Add support for the WinTab API for pen input. | bruvzg |
2020-04-25 | Add const to InputEventMouseButton::get_factor | Tobias Mansfield-Williams |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |