aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Expand)Author
2018-11-03ANDROID: Fix a -Wformat-security warningCameron Cawley
2018-10-28IOS: Disable code using safeAreaInsets when compiling with iOS SDK 10 or belowThierry Crozat
2018-10-28IOS: Attempt to fix compilation with pre-iOS 11 SDKThierry Crozat
2018-10-28IOS: Fix missing bracketsThierry Crozat
2018-10-28IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ...Yoshi Sugawara
2018-10-18IOS: Hide keyboard when rotating to landscapeJozef Legény
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system in...Thierry Crozat
2018-10-08DS: Fix Compilation.D G Turner
2018-10-07DS: Fix Out Of Bounds Array Access Errors.D G Turner
2018-10-07PSP: Fix Minor Memory Access Error and Leaks in Backend Code.D G Turner
2018-10-06IOS: Correct Compilation Breakage From Last Commit.D G Turner
2018-10-06IOS: Fix Closing Standard Output & Error Log File.D G Turner
2018-10-05ANDROID: Implement clipboard supportCameron Cawley
2018-09-14PS2: Fix compilation with latest PS2SDKCameron Cawley
2018-09-14IOS: Only change idle timer from main thread.Jonny Bergström
2018-08-28MACOSX: Fix compilation with the 10.4 SDKCameron Cawley
2018-08-28MACOSX: Update link to documentationCameron Cawley
2018-08-28MACOSX: Give every license file a menu itemangstsmurf
2018-08-28MACOSX: Keep the original license files when combiningangstsmurf
2018-08-28MACOSX: Fix compilation with the 10.9 SDK and belowCameron Cawley
2018-08-28MACOSX: Put documentation links in Help menuColin Snover
2018-08-27RISCOS: Mark riscosdist and riscosclean as .PHONYCameron Cawley
2018-08-27RISCOS: Add RISC OS specific clean ruleCameron Cawley
2018-08-23IOS: Fix Arrow Key Capture in TextInputHandler.Michael Zinn
2018-08-19PS2: Replace usage of strdup with scumm_strdupCameron Cawley
2018-08-18IOS: Replace strdup with Common::StringColin Snover
2018-08-18PSP: Add EBOOT.PBP to a dist files list for the Buildbot packagerColin Snover
2018-08-18POSIX: Allow forbidden symbols required by FreeMiNTCameron Cawley
2018-08-18RISCOS: Specify the original encoding of the translated documentationCameron Cawley
2018-08-18PSP: Fix compilation failures when debug printing is enabledColin Snover
2018-08-18PSP: Fix bad indentationColin Snover
2018-08-18PSP: Fix wrong/dangerous C-style castsColin Snover
2018-08-18PSP: Remove dead codeColin Snover
2018-08-18PSP: Fix loading of 4-bit PNG imagesrsn8887
2018-08-18PSP: Fix usage of obsolete libpng APIsColin Snover
2018-08-18BUILD: Fix broken Dreamcast ronin handling & feature detectionColin Snover
2018-07-29ANDROID: Use the dedicated GUI option for enabling the touchpad modeCameron Cawley
2018-07-29ANDROID: Replace getPixelFormatName function with PixelFormat::toStringCameron Cawley
2018-07-29IOS: Fix Build due to Smartkeyboard on IPad Pro Patch.D G Turner
2018-07-25IOS: Add Keyboard and UI Fixes for Smartkeyboard on IPad Pro.D G Turner
2018-07-23RISCOS: Use a variable for the application nameCameron Cawley
2018-07-17DC: Allow plugins to be grouped into subdirectoriesMarcus Comstedt
2018-06-29RISCOS: Convert documentation to RISCOS-LATIN1 when packagingCameron Cawley
2018-06-14PSP2: enable additional memoryrsn8887
2018-06-15RISCOS: Add a script to open the README file based on the system territoryCameron Cawley
2018-06-03WIN32: Fix fallback in getSystemLanguageCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDLCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of getSystemLanguage out of OSyst...Cameron Cawley
2018-05-28DC: Fix the build after the detection result reworkBastien Bouclet
2018-05-28Merge pull request #1187 from bgK/detection-refactor-unknownBastien Bouclet