summaryrefslogtreecommitdiff
path: root/src/video
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga176-176/+176
2011-12-09Don't call -[NSView setAcceptsTouchEvents] if the OS doesn't provide it.Ryan C. Gordon1-1/+4
2011-12-05More work to clean up compiler warnings.Ryan C. Gordon1-3/+19
2011-12-05Patched to compile.Ryan C. Gordon1-2/+2
2011-12-05Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warningsAndreas Schiffler1-0/+3
2011-11-29Yes, let's save 32-bit BMP files, very useful for you know, making a game...Sam Lantinga1-0/+2
2011-11-27Another iOS 3.1 compatibility fix.Ryan C. Gordon1-4/+7
2011-11-20First pass at a simple drag and drop API, allowing you to accept files droppe...Sam Lantinga1-0/+5
2011-11-19Make +sharedAppDelegate return a generic object instead of a SDLUIKitDelegate.Ryan C. Gordon2-3/+3
2011-11-19Check for selectors UIScreen responds to, not the base system version.Ryan C. Gordon1-4/+2
2011-11-19Fix iOS build when SDL_POWER_UIKIT isn't defined.Ryan C. Gordon1-1/+1
2011-11-17Fixed where we set the content scale - it's used by the renderbufferStorage:G...Sam Lantinga1-10/+5
2011-11-15Fixed issues with the touch coordinates in landscape mode.Sam Lantinga3-15/+19
2011-11-10Fixed whitespaceSam Lantinga1-10/+10
2011-11-10Work in progress fixing support for rotated video modesSam Lantinga3-7/+54
2011-11-09GIMP wrote bmp files in RGBX format. Huh.Sam Lantinga1-0/+14
2011-11-09Fixed creating a fullscreen window on iOSSam Lantinga3-0/+17
2011-11-09Fixed compiler warnings for uninitialized variables.Ryan C. Gordon1-1/+4
2011-11-08To answer the FIXME, no, we shouldn't force this. The fullscreen flag implie...Sam Lantinga1-5/+2
2011-11-08The iOS driver sets the fullscreen and shown flags on the window during creat...Sam Lantinga1-0/+3
2011-11-08Fixed a typo, we should set the driverdata if we are 3.2 or newer.Sam Lantinga1-1/+1
2011-11-07Need to send a key up, silly.Sam Lantinga1-0/+1
2011-10-31Fix crash on X servers without UTF-8 support.Ryan C. Gordon1-17/+9
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga65-80/+301
2011-10-31SDL_ConvertPixels() returns 0 on successSam Lantinga1-1/+1
2011-10-30Fix sdl-haiku buildbot compiler warningsAndreas Schiffler7-5/+9
2011-10-29Update SDL_HasClipboardText functions to return value based on clipboard cont...Andreas Schiffler5-59/+40
2011-10-29SDL_memcpyMMX(): Fixed handling of overflow bytes.Ryan C. Gordon1-2/+6
2011-10-29SDL_memcpyMMX(): Make sure srcskip and dstskip are 8-byte aligned.Ryan C. Gordon1-1/+1
2011-10-29Removed tabs and DOS endlines from SDL_blit_copy.c ...Ryan C. Gordon1-16/+15
2011-10-24Fix X11 dynamic loading.Ryan C. Gordon1-0/+7
2011-10-24valgrind FTW!Sam Lantinga1-1/+1
2011-10-24Use correct Xinerama APIs for querying version and availability.Ryan C. Gordon2-1/+5
2011-10-24SDL_X11_HAVE_* should default (and reset) to zero.Ryan C. Gordon1-2/+2
2011-10-24Add XGetInputFocus() to dynamic X11 function list.Ryan C. Gordon1-0/+1
2011-10-22Set up window focus correctly when using an existing X11 window.Ryan C. Gordon1-0/+15
2011-10-22XGetWindowProperty() can report success but still give you a NULL pointer.Ryan C. Gordon1-2/+2
2011-10-24More cleanup in SDL_uikitopenglview.mRyan C. Gordon1-29/+17
2011-10-22Added stencil buffer support on iOS.Ryan C. Gordon3-18/+29
2011-10-18Use a small function to release UIScreenMode after checking it is supportedKees Bakker1-6/+16
2011-10-18Eliminate UIScreenMode parameter from UIKit_AddDisplayKees Bakker1-8/+11
2011-10-18Merged with Kees Bakker's repo at https://bitbucket.org/keestux/sdl ...Ryan C. Gordon14-72/+107
2011-10-14Fix up some retain/release issues with UIScreenMode objects.Ryan C. Gordon2-7/+14
2011-10-13Implement GL_GetProcAddress() for Android.Ryan C. Gordon1-4/+21
2011-10-09Do not use UIScreenMode to add a iOS display, always use the boundaryKees Bakker1-12/+14
2011-10-08Merge upstream updatesKees Bakker1-47/+49
2011-09-28Make SDL_uikitviewcontroller.window a real Objective-C property and synthesizeKees Bakker2-2/+9
2011-09-28Minor code cleanup in uikit/SDL_uikitview.m (no functional changes)Kees Bakker1-62/+31
2011-09-28Simplied the code a bit in uikit/SDL_uikitvideo.mKees Bakker1-44/+11
2011-09-28Remove unused SDL_uikitopenglview (privateMethods)Kees Bakker1-7/+0