aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7
AgeCommit message (Expand)Author
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-19IOS7: Implement horizontal shakesluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-10-19IOS7: enable home indicator auto-hide on iPhone X and upStefan Will
2019-09-10IOS: Call exit(0) when exiting to prevent hangingsluicebox
2019-08-04IOS7: Make sure openURL is executed on the main threadThierry Crozat
2019-08-04IOS7: Implement isConnectionLimitedThierry Crozat
2019-08-04IOS7: Implement getSystemLanguageThierry Crozat
2019-08-04IOS7: Move non-video related functions to a separate fileThierry Crozat
2019-08-04IOS7: Implement opening a URLThierry Crozat
2019-08-04IOS7: Implement copy to clipboard and paste from clipboardThierry Crozat
2019-07-07IOS7: Add back mapping of LF character to the Return keyThierry Crozat
2019-07-06IOS7: Hide input accessory toolbar when an external keyboard is connectedThierry Crozat
2019-06-30IOS7: Add a tab key to the keyboard accessory viewThierry Crozat
2019-06-30IOS7: Use scrollview for keyboard accessory viewThierry Crozat
2019-06-30IOS7: Map three finger swipes to arrow keysThierry Crozat
2019-06-30IOS7: Remove key mapping for function and return keysThierry Crozat
2019-06-30IOS7: Add input accessory view to virtual keyboardThierry Crozat
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-02-16IOS: Add support for three finger swipes up/down for showing/hiding software ...Jonny Bergström
2019-02-16IOS: Implement kFeatureVirtualKeyboard to show/hide the keyboardThierry Crozat
2018-11-21IOS7: Enable Port Specific Software Scalers.D G Turner
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-06IOS: Correct Compilation Breakage From Last Commit.D G Turner
2018-10-06IOS: Fix Closing Standard Output & Error Log File.D G Turner
2018-09-14IOS: Only change idle timer from main thread.Jonny Bergström
2018-08-23IOS: Fix Arrow Key Capture in TextInputHandler.Michael Zinn
2018-08-18IOS: Replace strdup with Common::StringColin Snover
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-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-04-29IOS: Consolidate build instructions with the wikiThierry Crozat
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2017-09-30IOS: Improve iOS 11 compatibilityVincent Bénony
2016-11-12Merge pull request #853 from criezy/ios-no-sleepEugene Sandulenko
2016-10-21IOS: Add support for filtering featureThierry Crozat
2016-10-20IOS: Disable idle timer while an engine is runningThierry Crozat
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-02-26IOS: Fixes savegame deletion on sandboxed iOS devicesVincent Bénony
2016-01-11IOS: Updates the compilation instructionsVincent Bénony
2016-01-07IOS7: Make includes match our style.Johannes Schickel
2016-01-07IOS7: Make filename style consistent in itself.Johannes Schickel
2016-01-07IOS7: Use #include instead of #import.Johannes Schickel
2016-01-07IOS7: Use standard include guard names.Johannes Schickel
2016-01-07IOS7: Use our standard GPL headers.Johannes Schickel
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel