aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_osys_video.mm
AgeCommit message (Collapse)Author
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-02-16IOS: Implement kFeatureVirtualKeyboard to show/hide the keyboardThierry Crozat
2018-09-14IOS: Only change idle timer from main thread.Jonny Bergström
This prevents various runtime warnings i.e. "Main Thread Checker: UI API called on a background thread: -[UIApplication setIdleTimerDisabled:] ..."
2018-08-18IOS: Replace strdup with Common::StringColin Snover
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
IOS: Disable idle timer while an engine is running
2016-10-21IOS: Add support for filtering featureThierry Crozat
2016-10-20IOS: Disable idle timer while an engine is runningThierry Crozat
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
We always use #include. #import is a nice ObjC feature (in theory), but can lead to odd results in corner cases.
2016-01-06IOS: Brings support for FluidSynthVincent Bénony
2016-01-06IOS: Implements scalersVincent Bénony
2016-01-06IOS: Better resolution handlingVincent Bénony
2016-01-06IOS: Removes a global variableVincent Bénony
2016-01-06IOS: Renames iOS7 classes to avoid confusionVincent Bénony