summaryrefslogtreecommitdiff
path: root/src/video/uikit/SDL_uikitwindow.m
AgeCommit message (Expand)AuthorFilesLines
2019-04-17iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployme...Alex Szpakowski1-1/+2
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-08-12iOS: Fix app orientation when creating a landscape fullscreen window with the...Alex Szpakowski1-0/+8
2017-03-26Removed newlines from error messages.Philipp Wiesemann1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-09-24iOS/tvOS: Always send SDL_WINDOWEVENT_FOCUS_GAINED when a window is created o...Alex Szpakowski1-3/+1
2016-09-13Initial Apple TV / tvOS support.Alex Szpakowski1-1/+9
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-11-12Mac: Detect the d-pad and pause buttons on Steelseries MFi gamepads (bug #3124.)Alex Szpakowski1-0/+4
2015-11-12iOS: Fixed crashes when rotating the screen after destroying a window.Alex Szpakowski1-0/+3
2015-07-19Added MSAA support for OpenGL ES contexts on iOS.Alex Szpakowski1-0/+2
2015-06-09iOS: Fixed some cases where SDL_DestroyWindow or SDL_GL_DeleteContext can cau...Alex Szpakowski1-0/+10
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-05-05Fixed the window offset on iOS when resuming an app with a borderless or full...Alex Szpakowski1-0/+6
2015-05-05Fixed a crash on iOS when none of the orientations in Info.plist match the SD...Alex Szpakowski1-6/+22
2015-04-09Added framebuffer and colorbuffer members to the uikit portion of the SDL_Sys...Alex Szpakowski1-0/+16
2015-04-08Merged default into iOS-improvementsAlex Szpakowski1-5/+1
2015-01-15Several improvements to the iOS backend:Alex Szpakowski1-116/+105
2014-11-27Minor Objective-C code tweaks.Alex Szpakowski1-11/+18
2014-11-23Removed an ugly hack to make windows rotate properly on iOS 8+.Alex Szpakowski1-17/+2
2014-11-20Fixed mismatching orientations for the window width and height on iOS when th...Alex Szpakowski1-15/+70
2014-08-06Updated the iOS backend code to use Objective-C's automatic reference countin...Alex Szpakowski1-45/+47
2014-07-29Added missing autorelease pool blocks in UIKit backend code. Fixes memory lea...Alex Szpakowski1-86/+104
2014-07-29Added support for SDL_SetWindowBordered on iOS. Worked around a bug with rota...Alex Szpakowski1-21/+47
2014-07-23Fixed SDL_SetWindowFullscreen on iOS for the last time, hopefully.Alex Szpakowski1-18/+8
2014-07-23More cleanup of the iOS Objective-C code.Alex Szpakowski1-1/+0
2014-07-2390% of iOS users on the App Store run at least iOS 7, so it doesn't make sens...Alex Szpakowski1-2/+1
2014-07-22Fixed SDL_SetWindowFullscreen on iOS to properly update the view's frame.Alex Szpakowski1-16/+11
2014-07-17Disabled the custom iOS splashscreen code - it interferes with the normal rot...Alex Szpakowski1-6/+2
2014-07-16Fixed SDL_SetWindowFullscreen not properly updating the status bar visibility...Alex Szpakowski1-1/+9
2014-07-14Changed the way retina resolutions are handled in iOS.Alex Szpakowski1-10/+7
2014-07-07Fixed bug 2629 - Mac: crash when calling SDL_DestroyWindow with an active Ope...Sam Lantinga1-2/+1
2014-06-22Fixed crash initializing OpenGL ES renderer if OpenGL renderer failsSam Lantinga1-1/+3
2014-06-21Fixed bug 2563 - Remove obsolete code for supporting iOS < 5Sam Lantinga1-22/+20
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-10-20Fixed the status bar visibility in iOS 7Sam Lantinga1-0/+2
2013-05-18Fixed black screen on iOSSam Lantinga1-1/+0
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-31/+37
2013-05-09Updated version to 2.0.0Sam Lantinga1-0/+1
2013-03-31Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon1-6/+3
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-09-29Make sure mode width/height and status bar orientation matchSam Lantinga1-29/+33
2012-09-29Refactored the UIKit mode code into a separate file so it's cleaner and more ...Sam Lantinga1-0/+1
2012-09-29Updated support for external video output on the iPadSam Lantinga1-38/+36
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2012-09-18Fixed window/view bounds management with autorotation.Sam Lantinga1-21/+23
2012-09-12Moved iOS-specific code into uikit target. Fixes crashes in X11 target.Ryan C. Gordon1-0/+10
2012-07-31Fixed black screen on iOSSam Lantinga1-1/+0