aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_common.h
AgeCommit message (Collapse)Author
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-06-30IOS7: Add input accessory view to virtual keyboardThierry Crozat
This adds buttons for some keys that are not present on the iOS keyboard, such as the function and arrow keys, as well as a GMM key.
2018-11-21IOS7: Enable Port Specific Software Scalers.D G Turner
This was disabled during the merge of the initial pull request, PR 630 as this "limits the port to 16bit color precision, i.e. preventing it from coping with engines like Wintermute, and Sword25.". The intent was to replace this with GLSL based scalers, and thus to avoid switching around and confusing users this was disabled. However, since the GLSL solution has not been implemented after 2 years, and users are asking for this feature on IOS7, am enabling this for now. This can always be replaced in future with a GLSL based solution if a motivated developer provides a patch.
2017-09-30IOS: Improve iOS 11 compatibilityVincent Bénony
2016-10-21IOS: Add support for filtering featureThierry Crozat
2016-01-07IOS7: Use standard include guard names.Johannes Schickel
2016-01-06IOS: Disable scalersVincent Bénony
2016-01-06IOS: Implements scalersVincent Bénony
2016-01-06IOS: Better resolution handlingVincent Bénony
2016-01-06IOS: Move declarations in the common header fileVincent Bénony
2016-01-06IOS: Renames iOS7 classes to avoid confusionVincent Bénony