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