summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-02-28added some detection of waylandjoel@teichroeb.net1-0/+1
2012-02-20Add OpenGL 3.X context creation supportSam Lantinga1-1/+17
2012-02-07Check for _STDINT_H in SDL_config_minimal.hRyan C. Gordon1-2/+2
2012-01-22Added a convenience function SDL_CreateWindowAndRenderer()Sam Lantinga1-0/+16
2012-01-22Re-added SDL_SWSURFACE, because it looks silly to always pass 0 to SDL_Create...Sam Lantinga1-1/+4
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga3-410/+0
2012-01-22Removing some more references to SDL 1.3Sam Lantinga2-2/+2
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga1-2/+2
2012-01-22You need to create the texture with the SDL_TEXTUREACCESS_TARGET flag.Sam Lantinga1-1/+1
2012-01-22Renamed SetTargetTexture() to SetRenderTarget()Sam Lantinga1-24/+19
2012-01-19Added a renderer flag to expose whether a renderer supports render to texture.Sam Lantinga1-1/+3
2012-01-19Switched back to configure generating SDL_config.hSam Lantinga2-8/+7
2012-01-18Implementation of render targets, by Mason Wheeler and Gabriel JacoboSam Lantinga1-1/+27
2012-01-16Fixed configure buildSam Lantinga1-3/+3
2012-01-15Check for sem_timedwait(), which isn't available on some systems (including O...Sam Lantinga1-0/+1
2012-01-14Make sure that we use consistent configuration options on platforms like Wind...Sam Lantinga2-2/+6
2012-01-14Unofficial builds should have a 0 revision number - if this accidentally gets...Sam Lantinga1-2/+2
2012-01-14Fixed inline assembly warning for PPCSam Lantinga1-2/+2
2012-01-09Fixed structure alignment mismatch between Visual Studio and gcc on 64-bit ar...Sam Lantinga1-0/+5
2012-01-08Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11Sam Lantinga1-0/+1
2012-01-05Updated iOS projects and renamed iPhoneOS to iOSSam Lantinga1-1/+1
2012-01-03This file keeps getting clobbered... *sigh*Sam Lantinga1-269/+18
2011-12-31Happy New Year!Sam Lantinga56-56/+56
2011-12-29Fixed documentation typoSam Lantinga1-1/+1
2011-12-29Fixed so the header is consistent with the sourceSam Lantinga1-1/+1
2011-12-29Fixes bug 1296 - SDL_SetVideoMode crashes because of unaligned MOVAPS instruc...Sam Lantinga1-18/+269
2011-12-29Fixed bug 1336 - Added a timestamp on all SDL eventsSam Lantinga1-0/+21
2011-12-05Backed out most of changeset 4b88086910d3, at Andreas's request.Ryan C. Gordon2-271/+20
2011-12-05Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warningsAndreas Schiffler2-20/+271
2011-11-20First pass at a simple drag and drop API, allowing you to accept files droppe...Sam Lantinga1-2/+18
2011-11-09GIMP wrote bmp files in RGBX format. Huh.Sam Lantinga1-0/+6
2011-11-07Fixed a typo in the header.Sam Lantinga1-2/+2
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga2-1/+4
2011-10-31SDL_ConvertPixels() returns 0 on successSam Lantinga1-0/+2
2011-10-30The draw color affects RenderClear() as well. (thanks to the feedback form t...Sam Lantinga1-2/+2
2011-10-30Fixed typo - thanks Sheena!Sam Lantinga1-1/+1
2011-10-29Update SDL_HasClipboardText functions to return value based on clipboard cont...Andreas Schiffler1-1/+1
2011-10-24Added SDL_GetScancodeFromName() and SDL_GetKeyFromName()Sam Lantinga1-5/+21
2011-10-14* Android's InputStream::skip is apparently buggy, so instead read into a dum...Tim Angus1-1/+0
2011-10-14Specify joystick (accelerometer) support for iOS in the config header.Ryan C. Gordon1-0/+3
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon2-4/+31
2011-09-18Fixed compiler warnings on Haiku.Ryan C. Gordon1-0/+5
2011-09-17Fix SDL_RectEquals defineAndreas Schiffler1-1/+1
2011-09-16Add NULL handling in SDL_RectEmpty and SDL_RectEqualsAndreas Schiffler1-2/+3
2011-09-12Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.Ryan C. Gordon1-12/+0
2011-09-09Removed legacy Mac OS X dlcompat code.Ryan C. Gordon1-1/+0
2011-09-04Update SDL_REVISIONAndreas Schiffler1-2/+2
2011-09-02Fixed another Apple typedef in SDL_opengl.hRyan C. Gordon1-0/+5
2011-08-30Backed out SDL_config.h overwrite that got committed by accident.Ryan C. Gordon1-265/+18
2011-08-29Automated merge with https://bitbucket.org/Markusk/sdl-gsocRyan C. Gordon10-18/+62