summaryrefslogtreecommitdiff
path: root/src/video/uikit/SDL_uikitwindow.m
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Allow more than one window on iOS as long as they're on different displaysSam Lantinga2020-10-151-6/+6
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4882 - Fix build for iOS when disabling OpenGLSam Lantinga2019-12-031-0/+4
* iOS: Fix the window size not being set properly when Split View is used on an...Alex Szpakowski2019-07-011-2/+9
* iOS: Remove didAddSubview override in NSWindow, its code breaks things which ...Alex Szpakowski2019-06-121-14/+0
* Fixed mouse focus for touch events on iOSSam Lantinga2019-05-201-6/+8
* [SDL] ios Touch Fix.Sam Lantinga2019-05-141-0/+14
* iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployme...Alex Szpakowski2019-04-171-1/+2
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* iOS: Fix app orientation when creating a landscape fullscreen window with the...Alex Szpakowski2017-08-121-0/+8
* Removed newlines from error messages.Philipp Wiesemann2017-03-261-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* iOS/tvOS: Always send SDL_WINDOWEVENT_FOCUS_GAINED when a window is created o...Alex Szpakowski2016-09-241-3/+1
* Initial Apple TV / tvOS support.Alex Szpakowski2016-09-131-1/+9
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Mac: Detect the d-pad and pause buttons on Steelseries MFi gamepads (bug #3124.)Alex Szpakowski2015-11-121-0/+4
* iOS: Fixed crashes when rotating the screen after destroying a window.Alex Szpakowski2015-11-121-0/+3
* Added MSAA support for OpenGL ES contexts on iOS.Alex Szpakowski2015-07-191-0/+2
* iOS: Fixed some cases where SDL_DestroyWindow or SDL_GL_DeleteContext can cau...Alex Szpakowski2015-06-091-0/+10
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed the window offset on iOS when resuming an app with a borderless or full...Alex Szpakowski2015-05-051-0/+6
* Fixed a crash on iOS when none of the orientations in Info.plist match the SD...Alex Szpakowski2015-05-051-6/+22
* Added framebuffer and colorbuffer members to the uikit portion of the SDL_Sys...Alex Szpakowski2015-04-091-0/+16
* Merged default into iOS-improvementsAlex Szpakowski2015-04-081-5/+1
|\
* | Several improvements to the iOS backend:Alex Szpakowski2015-01-151-116/+105
* | Minor Objective-C code tweaks.Alex Szpakowski2014-11-271-11/+18
* | Removed an ugly hack to make windows rotate properly on iOS 8+.Alex Szpakowski2014-11-231-17/+2
* | Fixed mismatching orientations for the window width and height on iOS when th...Alex Szpakowski2014-11-201-15/+70
* | Updated the iOS backend code to use Objective-C's automatic reference countin...Alex Szpakowski2014-08-061-45/+47
* | Added missing autorelease pool blocks in UIKit backend code. Fixes memory lea...Alex Szpakowski2014-07-291-86/+104
* | Added support for SDL_SetWindowBordered on iOS. Worked around a bug with rota...Alex Szpakowski2014-07-291-21/+47
* | Fixed SDL_SetWindowFullscreen on iOS for the last time, hopefully.Alex Szpakowski2014-07-231-18/+8
* | More cleanup of the iOS Objective-C code.Alex Szpakowski2014-07-231-1/+0
* | 90% of iOS users on the App Store run at least iOS 7, so it doesn't make sens...Alex Szpakowski2014-07-231-2/+1
* | Fixed SDL_SetWindowFullscreen on iOS to properly update the view's frame.Alex Szpakowski2014-07-221-16/+11
* | Disabled the custom iOS splashscreen code - it interferes with the normal rot...Alex Szpakowski2014-07-171-6/+2
* | Fixed SDL_SetWindowFullscreen not properly updating the status bar visibility...Alex Szpakowski2014-07-161-1/+9
* | Changed the way retina resolutions are handled in iOS.Alex Szpakowski2014-07-141-10/+7
|/
* Fixed bug 2629 - Mac: crash when calling SDL_DestroyWindow with an active Ope...Sam Lantinga2014-07-071-2/+1
* Fixed crash initializing OpenGL ES renderer if OpenGL renderer failsSam Lantinga2014-06-221-1/+3
* Fixed bug 2563 - Remove obsolete code for supporting iOS < 5Sam Lantinga2014-06-211-22/+20
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Fixed the status bar visibility in iOS 7Sam Lantinga2013-10-201-0/+2
* Fixed black screen on iOSSam Lantinga2013-05-181-1/+0
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-31/+37
* Updated version to 2.0.0Sam Lantinga2013-05-091-0/+1