summaryrefslogtreecommitdiff
path: root/src/video/uikit/SDL_uikitview.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-01-15Several improvements to the iOS backend:Alex Szpakowski1-28/+4
2014-11-27Minor Objective-C code tweaks.Alex Szpakowski1-2/+2
2014-11-23Cleaned up the iOS text input code, fixed the orientation of the view offset ...Alex Szpakowski1-1/+7
2014-10-24Removed the codepath that gets compiled if IPHONE_TOUCH_EFFICIENT_DANGEROUS i...Alex Szpakowski1-6/+0
2014-08-06Updated the iOS backend code to use Objective-C's automatic reference countin...Alex Szpakowski1-5/+4
2014-07-23Integrated Phil Hassey's patch to fix SDL_IsScreenKeyboardShown on iOS (https...Alex Szpakowski1-1/+1
2014-07-23More cleanup of the iOS Objective-C code.Alex Szpakowski1-15/+3
2014-07-23Updated the iOS Objective-C code to use NSDictionary/NSArray/NSNumber literal...Alex Szpakowski1-3/+3
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-11Fixed bug 2212 - SDL_SetTextInputRect has no effect on iOSSam Lantinga1-0/+5
2013-04-03Fixed compiler warnings. "leftFingerDown" doesn't need to be an SDL_FingerID.Ryan C. Gordon1-1/+1
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-11-04Synchronized the on-screen keyboard state with whether we are accepting text ...Sam Lantinga1-4/+3
2012-10-21Remember what finger was used for left button down and only send mouse events...Sam Lantinga1-4/+4
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2012-09-18Fixed retina display input scalingSam Lantinga1-1/+1
2012-08-11Fixed bug 1564 - SDL has no function to open a screen keyboard on Android.Sam Lantinga1-0/+7
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-11-15Fixed issues with the touch coordinates in landscape mode.Sam Lantinga1-0/+1
2011-09-27Cleanup of the use of include files in src/video/uikitKees Bakker1-2/+0
2011-09-27Remove INDENT-ON INDENT-OFF comments in src/video/uikitKees Bakker1-2/+0
2011-09-27Cleanup out trailing whitespace in src/video/uikitKees Bakker1-2/+2
2011-08-17Split off SDL_uikitviewcontroller in its own moduleKees Bakker1-10/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-15/+15
2011-04-03iOS: Correctly resize renderbuffers when rotating orientation.Ryan C. Gordon1-1/+1
2011-03-28Added orientation rotation for iOS.Ryan C. Gordon1-1/+13
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-01Fixed spacing, adding vim spacing hintsSam Lantinga1-6/+8
2010-07-31Added Iphone project. Iphone multi-touch is now functional.jimtla1-1/+4
2010-07-30Upgraded touchId/fingerId to long. Changed position variables to floats.jimtla1-1/+1
2010-07-13Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT...Jim Grandpre1-5/+5
2010-07-12Merged changes from the main SDL codebaseSam Lantinga1-4/+0
2010-07-12Added Iphone support (untested)Jim Grandpre1-3/+7
2010-07-07Updated iPhone keyboard code (which builds and runs on the iPad and iPhone si...Sam Lantinga1-2/+0
2010-07-06Re-implemented single mouse touches on the iPhone/iPadSam Lantinga1-1/+1
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga1-1/+3
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-11-24Eric Wing to Sam, hfutrellSam Lantinga1-0/+4
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-10-04Final merge of Google Summer of Code 2008 work...Sam Lantinga1-0/+58