Age | Commit message (Expand) | Author |
2018-02-13 | PSP2: Implement three-finger drag as right-mouse button drag | rsn8887 |
2018-02-08 | PSP2: allow 'frontpanel_touchpad_mode=true' option in ScummVM.ini | rsn8887 |
2018-01-28 | PSP2: Prevent jumping touch cursor on right click | rsn8887 |
2018-01-28 | PSP2: Add 2-finger drag-and-drop touch motion | rsn8887 |
2018-01-27 | PSP2: Improve direct touch accuracy | rsn8887 |
2018-01-27 | Merge pull request #1111 from bgK/gamepad-scale-mouse-speed-with-resolution | Bastien Bouclet |
2018-01-25 | PSP2: Always use direct touch on front touch panel | rsn8887 |
2018-01-24 | PSP2: Enable rear touch only when Touchpad Mouse Mode is on | rsn8887 |
2018-01-24 | PSP2: Increase direct touch accuracy | rsn8887 |
2018-01-24 | PSP2: More settings for touch (direct touch on/off, pointer speed) | rsn8887 |
2018-01-23 | PSP2: Implement touch controls (front and back panel) | rsn8887 |
2018-01-14 | SYMBIAN: Add missed brace | Fiodar Stryzhniou |
2018-01-13 | SDL: Scale the joystick mouse speed with the vertical window size | Bastien Bouclet |
2018-01-03 | Merge pull request #1090 from bgK/remove-zaurus-yopy | Bastien Bouclet |
2017-12-27 | SDL: Add debug traces for joystick hotplug | Bastien Bouclet |
2017-12-26 | PS3: Stop using SDL mouse focus events to detect the XMB | Bastien Bouclet |
2017-12-26 | PSP2: Add controller config, remove joystick event handling | rsn8887 |
2017-12-26 | SDL: Add support for joystick hotplug | Bastien Bouclet |
2017-12-26 | PSP2: Remove identical to base class joystick axis event handling | Bastien Bouclet |
2017-12-26 | SDL: Cleanup joystick deadzone handling | Bastien Bouclet |
2017-12-26 | SDL: Move the non analog joystick code to the Symbian port | Bastien Bouclet |
2017-12-26 | PS3: Remove gamepad button mapping | Bastien Bouclet |
2017-12-26 | SDL: Initial support for game controllers | Bastien Bouclet |
2017-12-19 | PORTS: Remove the Zaurus port | Bastien Bouclet |
2017-12-19 | PORTS: Remove the Yopy PDA port | Bastien Bouclet |
2017-11-28 | EVENTS: Delay initializing the virtual keyboard | Bastien Bouclet |
2017-11-19 | EVENTS: Fix one ms error in repeat event generation time check | Bastien Bouclet |
2017-11-19 | SDL: Improve handling of SDL2 keyboard repeat events | Bastien Bouclet |
2017-11-19 | EVENTS: Allow disabling repeat event generation | Bastien Bouclet |
2017-11-19 | EVENTS: Move key repeat handling to its own method | Bastien Bouclet |
2017-11-19 | EVENTS: Rename synthetic to kbdRepeat | Bastien Bouclet |
2017-10-15 | BACKENDS: Fix missing mouse events when system cursor cannot be moved | Colin Snover |
2017-10-15 | BACKENDS: Do not send mouse events to games occurring outside the game draw rect | Colin Snover |
2017-10-15 | BACKENDS: Refactor OpenGL & SDL graphics backends | Colin Snover |
2017-10-15 | BACKENDS: Fix some comment typos | Colin Snover |
2017-07-27 | SDL: Make sure we get the correct window size with SDL2 | Thierry Crozat |
2017-03-21 | SDL: Respect OS setting for wheel scroll direction on SDL 2.0.4+ | Thierry Crozat |
2017-03-04 | Merge pull request #915 from rsn8887/vita | Eugene Sandulenko |
2017-03-04 | PSP2: Add Playstation Vita (PSP2) support | cpasjuste |
2017-03-01 | SDL: Always use sub-pixel joystick pointer resolution | rsn8887 |
2017-02-27 | SDL: fix pointer speed setting 8 (was too slow) | rsn8887 |
2017-02-22 | SDL: Fix erratic analog pointer + control options | rsn8887 |
2017-02-21 | Merge pull request #905 from lubomyr/master | Eugene Sandulenko |
2017-02-18 | SDL: increase resolution of slow analog pointer motion | rsn8887 |
2017-02-18 | SDL: Cleanup, replaced _km.multiplier with #define | rsn8887 |
2017-02-18 | SDL: improved internal joystick event handling | rsn8887 |
2017-02-18 | SDL: slow analog ('modifier'+stick) made slower | rsn8887 |
2017-02-18 | ANDROIDSDL: code refactoring and optimization | lubomyr |
2017-02-17 | SDL: More fixes to jerky analog joystick pointer | rsn8887 |
2017-02-14 | SDL: Fix jerky/laggy analog joystick mouse control | rsn8887 |