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