| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-15 | Allow all touch inputs at the same time and remove config options that are ↵ | german | |
| not longer necesary | |||
| 2021-01-14 | yuzu: Remove unused variables in Qt code | Lioncash | |
| Removes two unused variables in out Qt code. In this case the removal of these two results in less allocations, given std::map allocates on the heap. | |||
| 2021-01-14 | Merge pull request #5343 from lioncash/qt6 | Morph | |
| configure_motion_touch: Migrate off QRegExp to QRegularExpression | |||
| 2021-01-13 | configure_motion_touch: Prevent use after move in ApplyConfiguration() | Lioncash | |
| touch_engine was being compared against after being moved into the setter for the engine, so this comparison wouldn't behave properly. | |||
| 2021-01-13 | configure_motion_touch: Migrate off QRegExp to QRegularExpression | Lioncash | |
| QRegularExpression was introduced in Qt 5 as a better replacement for QRegExp. In Qt 6.0 QRegExp is removed entirely. To remain forward compatible with Qt 6.0, we can transition over to using QRegularExpression. | |||
| 2021-01-13 | Fix IP validator error where the last octet produced an error if the value ↵ | german | |
| was higher than 199 | |||
| 2021-01-09 | general: Resolve C4062 warnings on MSVC | Morph | |
| 2020-12-06 | configure_motion_touch: Fix unescaped backslash in regex | comex | |
| Since this is inside a string literal, backslashes that are part of regex syntax have to be escaped. But that's ugly, so convert to a raw string instead. | |||
| 2020-11-25 | Add multiple udp server support | german | |
| 2020-10-15 | input_common/CMakeLists: Make some warnings errors | Lioncash | |
| Makes the input_common code warnings consistent with the rest of the codebase. | |||
| 2020-08-30 | Address second batch of reviews | FearlessTobi | |
| 2020-08-29 | Address review comments and fix code compilation | FearlessTobi | |
| 2020-08-29 | yuzu: Add motion and touch configuration | FearlessTobi | |
