summaryrefslogtreecommitdiff
path: root/Xcode-iOS
AgeCommit message (Expand)AuthorFilesLines
2018-06-12ran 'chmod -x' on many filesOzkan Sezer5-0/+0
2018-02-24Added missing file to tvOS buildSam Lantinga1-0/+2
2017-12-12Moved deployment target values to project settingsSam Lantinga1-4/+4
2017-12-12Parameterized the All (target platform) build target scripts so they can be u...Sam Lantinga1-7/+7
2017-12-12Renamed Xcode build targets so it's easier to copy files out of build directo...Sam Lantinga1-24/+22
2017-12-12Added SDL_uikitmetalview.m to the tvOS projectSam Lantinga1-0/+2
2017-12-10Added the Metal framework to several iOS testsSam Lantinga1-4/+8
2017-12-07Fixed building for simulators or older iOS SDKsSam Lantinga1-2/+2
2017-12-07Fixed compiling Metal renderer on iOSSam Lantinga1-0/+26
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga4-19/+174
2017-10-26Updated SDL iOS project for tvOSSam Lantinga1-10/+114
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-0/+8
2017-09-22Added stubs for simple Steam Controller supportSam Lantinga1-0/+16
2017-09-22Fixed bug 3837 - Change project settings for Xcode 9?Sam Lantinga1-3/+49
2017-09-22The volume was too high, clamp to SDL_MIX_MAXVOLUMESam Lantinga1-1/+1
2017-09-14Updated iOS keyboard test to cover text input rect and orientation changesSam Lantinga1-1/+32
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+37
2017-08-15More cleanup of the iOS keyboard demo.Alex Szpakowski1-7/+4
2017-08-15Improve iOS keyboard demo code a bit.Alex Szpakowski1-105/+61
2017-05-25ios: Fixed math include in demos.Philipp Wiesemann2-2/+2
2017-04-09ios: Fixed compiler warnings about unused variables in demo.Philipp Wiesemann1-3/+0
2017-03-19iOS: Fixed compiling template on C89 compilers.Philipp Wiesemann1-1/+3
2016-12-26Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypesSam Lantinga2-2/+2
2016-12-06xcode: Make sure SDL_dataqueue sources are included in all targets.Ryan C. Gordon1-0/+2
2016-12-06xcode: updated macOS and iOS project files with SDL_dataqueue sources.Ryan C. Gordon1-0/+8
2016-10-09iOS: Updated demo README.Philipp Wiesemann1-3/+3
2016-09-30iOS: Removed unused constant in demo.Philipp Wiesemann1-1/+0
2016-09-26iOS: Updated comment in demo.Philipp Wiesemann1-1/+1
2016-09-25Update the code for the iOS demos to handle modern devices. Fixes bug #3337Alex Szpakowski12-145/+235
2016-09-15CoreAudio iOS/tvOS: Use AVFoundation instead of AudioSession. Fixes audio on ...Alex Szpakowski3-12/+289
2016-09-14Fixed building for both iOS and tvOS on Xcode 8Sam Lantinga1-4/+0
2016-09-14Allow targeting tvOSSam Lantinga1-0/+2
2016-09-13Initial Apple TV / tvOS support.Alex Szpakowski5-24/+876
2016-09-13Enable more compiler warnings in the Xcode projects (based on Xcode 8's sugge...Alex Szpakowski1-1/+34
2016-08-05audio: Removed internal SDL_audiomem.h and macros.Ryan C. Gordon1-2/+0
2016-04-01iOS: Fixed compiling demos on C89 compilers.Philipp Wiesemann4-7/+10
2016-03-28iOS: Removed not needed SDL_WINDOW_SHOWN from rectangles demo.Philipp Wiesemann1-3/+1
2016-03-28iOS: Fixed keyboard demo ignoring quit requests and window closing.Philipp Wiesemann1-1/+1
2016-03-27iOS: Replaced #import with #include in two demos.Philipp Wiesemann2-4/+4
2016-03-27iOS: Restored older version of rectangles demo.Philipp Wiesemann1-36/+41
2016-03-27iOS: Updated SDL version in demo README.Philipp Wiesemann1-1/+1
2016-02-03iOS: Implemented clipboard support.Alex Szpakowski1-1/+9
2016-01-06Fixed outdated information in a README for iOS.Philipp Wiesemann1-11/+0
2015-09-20Added initial support for MFi game controllers on iOS.Alex Szpakowski4-4/+178
2015-05-28Fixed building test programs on the iOS simulatorSam Lantinga1-1/+2
2015-05-06Fixed building the iOS Demo files in debug modeAlex Szpakowski1-1/+2
2015-05-05Fixed a crash on iOS when none of the orientations in Info.plist match the SD...Alex Szpakowski1-5/+6
2014-10-28Switched to the core versions of OpenGL ES framebuffer object and renderbuffe...Alex Szpakowski1-0/+3
2014-08-06Updated the iOS backend code to use Objective-C's automatic reference countin...Alex Szpakowski1-0/+12
2014-07-07Fixed bug 2626 - iOS: fix test and template Xcode projects and build scripts ...Sam Lantinga5-41/+70