aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2018-01-23PSP2: Implement touch controls (front and back panel)rsn8887
2018-01-17SURFACESDL: Remove erroneous override declarationsrsn8887
2018-01-17PSP2: remove code duplication in psp2 graphicsmanagerrsn8887
2018-01-14SYMBIAN: Set install version to 2.0.0Fiodar Stryzhniou
2018-01-14SYMBIAN: Add missed braceFiodar Stryzhniou
2018-01-14SYMBIAN: Hide warnings from system headersFiodar Stryzhniou
2018-01-13Merge pull request #1097 from bgK/vkeybd-data-pathBastien Bouclet
2018-01-12GRAPHICS: Fix rounding error when using non-integral scalingTarek Soliman
2018-01-05PSP: fix bit shifts of cursor x/y, fix too-slow cursorrsn8887
2018-01-04PSP: adjust cursor refresh to better match speed it had before it became smoothrsn8887
2018-01-04PSP: support mouse speed/joy deadzone options and smooth cursor motionrsn8887
2018-01-03PSP: Use aspect correction checkbox instead of extra graphics modesrsn8887
2018-01-03Merge pull request #1090 from bgK/remove-zaurus-yopyBastien Bouclet
2018-01-01ALL: Bump copyright year. 2018!Eugene Sandulenko
2017-12-29PSP: Fix bug #10239: PSP port incorrect 4:3 aspect ratioD G Turner
2017-12-28BACKENDS: Remove vkeybdpath override from some portsBastien Bouclet
2017-12-28VKEYBD: Fallback to SearchMan when loading keyboard packsBastien Bouclet
2017-12-27SDL: Add debug traces for joystick hotplugBastien Bouclet
2017-12-26PS3: Stop using SDL mouse focus events to detect the XMBBastien Bouclet
2017-12-26PSP2: Add controller config, remove joystick event handlingrsn8887
2017-12-26SDL: Add support for joystick hotplugBastien Bouclet
2017-12-26SDL: Only enable joystick related features when joysticks are enabledBastien Bouclet
2017-12-26PSP2: Remove identical to base class joystick axis event handlingBastien Bouclet
2017-12-26SDL: Cleanup joystick deadzone handlingBastien Bouclet
2017-12-26SDL: Move the non analog joystick code to the Symbian portBastien Bouclet
2017-12-26PS3: Remove gamepad button mappingBastien Bouclet
2017-12-26SDL: Initial support for game controllersBastien Bouclet
2017-12-19PORTS: Remove the Zaurus portBastien Bouclet
2017-12-19PORTS: Remove the Yopy PDA portBastien Bouclet
2017-12-15BUILD: Check if posix_spawn is available in configureThierry Crozat
2017-12-14POSIX: Fix compilation with some old macOS SDKsThierry Crozat
2017-12-14POSIX: Do not hang ScummVM when opening a browserColin Snover
2017-12-14POSIX: Fix CVE-2017-17528Colin Snover
2017-12-13MAEMO: Update debian/changelogTarek Soliman
2017-12-10SDL: Enable the startup fullscreen hack for X11 onlyBastien Bouclet
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-12-03SDL: Fix memory corruption when switching to/from 32-bit cursorsColin Snover
2017-12-02PSP2: fix clipping and display quality for odd resolutions (Phantasmagoria)rsn8887
2017-12-02PSP2: fix odd resolutions on PSP2, fixes Phantasmagoriarsn8887
2017-12-01BACKENDS: Fix shake position getting stuckColin Snover
2017-11-29MAEMO: Update debian/changelogTarek Soliman
2017-11-30RELEASE: This is 2.1.0gitThierry Crozat
2017-11-29SDL: Don't use the window size hint for fullscreenBastien Bouclet
2017-11-28RISCOS: Improve detection of absolute pathsCameron Cawley
2017-11-28RISCOS: Fix using filenames with spacesCameron Cawley
2017-11-28EVENTS: Delay initializing the virtual keyboardBastien Bouclet
2017-11-27SDL: Store fake mouse warp event in virtual coordinatesColin Snover
2017-11-25ANDROID: Fix illegal-in-C++11 narrowing conversionsColin Snover
2017-11-26Revert "SDL: Use RLE acceleration for SDL2 transparent surfaces"Thierry Crozat
2017-11-24Merge pull request #1063 from bgK/keyboard-repeatBastien Bouclet