summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga376-18374/+18163
2013-05-18Added mobile application events, with implementations for iOS and AndroidSam Lantinga9-44/+182
2013-05-18Update test harness to handle test return codes; fix comment format in harnes...Andreas Schiffler3-57/+102
2013-05-18Fixed Doxygen warnings.Philipp Wiesemann5-0/+40
2013-05-18Corrected comment in Java file.Philipp Wiesemann1-1/+1
2013-05-18Changed import statements in Java file.Philipp Wiesemann1-1/+2
2013-05-16Made SDL_RectEmpty and SDL_RectEquals macros into SDL_FORCE_INLINE functions.Ryan C. Gordon1-4/+9
2013-05-16Fixed bug 1829 - sdl2-config is not executableSam Lantinga2-172/+200
2013-05-16Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()Sam Lantinga1-0/+1
2013-05-16Fixed bug 1839 - SDL2 Cmake: VIDEO_COCOA check fails on OS X; VIDEO_COCOA sou...Sam Lantinga2-1/+10
2013-05-16Martin Gerhardy added support for the Jess Technology USB Game ControllerSam Lantinga1-0/+1
2013-05-16Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the ...Sam Lantinga1-1/+1
2013-05-15There's no need to keep these private. If you extend SDLActivity, you should...Sam Lantinga1-14/+14
2013-05-15Corrected internal function prototype.Philipp Wiesemann2-2/+2
2013-05-15Corrected internal function prototype.Philipp Wiesemann2-2/+2
2013-05-15Changed spelling for consistency.Philipp Wiesemann2-12/+12
2013-05-15Fixed Doxygen warnings.Philipp Wiesemann3-3/+10
2013-05-13Corrected spelling in header file.Philipp Wiesemann1-1/+1
2013-05-13Inlined expression for consistency in render source.Philipp Wiesemann2-4/+2
2013-05-12Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode ...Andreas Schiffler5-37/+66
2013-05-12Fixed building on Visual Studio.Philipp Wiesemann1-2/+1
2013-05-12Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototypePhilipp Wiesemann2-2/+2
2013-05-12Fixed bug 1844 - glScissor calls are wrong - Patch attachedPhilipp Wiesemann3-3/+6
2013-05-12Fixed bug 1843 - SDL_RenderClear prototype doxygen missingPhilipp Wiesemann1-0/+2
2013-05-12Corrected spelling in internal include file.Philipp Wiesemann1-1/+1
2013-05-12Updated README.android.Philipp Wiesemann1-6/+6
2013-05-10Fixed Android Lint warning in AndroidManifest.xml.Philipp Wiesemann1-1/+2
2013-05-10Added missing vi lines.Philipp Wiesemann3-0/+6
2013-05-10Fixed implicit function declaration warnings.Philipp Wiesemann2-0/+3
2013-05-10Fixed precedence warning in test suite for pixels.Philipp Wiesemann1-1/+1
2013-05-10Fixed typo in GL_UpdateClipRectGabriel Jacobo1-1/+1
2013-05-10Fixes OpenGL* Clip Rect functions (by Emmanuel Gil Peyrot)Gabriel Jacobo5-7/+21
2013-05-09Updated version to 2.0.0Sam Lantinga2-4/+5
2013-05-07Mac: Use cursor rects instead of NSCursor hide/unhide.Jørgen P. Tjernø3-23/+54
2013-05-06Fixed test suite for mouse using Uint8 instead of Uint32 for buttons.Philipp Wiesemann1-3/+3
2013-05-06Removed unreachable return statement from test suite for timer.Philipp Wiesemann1-1/+0
2013-05-06Removed wrong documentation from test suite for render.Philipp Wiesemann1-2/+0
2013-05-06Disable C++ exceptions, use debug format that includes debug information in t...Sam Lantinga9-361/+407
2013-05-06Add test for SDL_GetPixelFormatName to Pixels suite; minor improvements to Pi...Andreas Schiffler1-20/+139
2013-05-05Implemented SDL_GL_SHARE_WITH_CURRENT_CONTEXT for Mac OS X.Ethan Lee1-1/+6
2013-05-05Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels s...Andreas Schiffler2-6/+169
2013-05-05Removed not needed block from Java file.Philipp Wiesemann1-3/+1
2013-05-05Changed signatures of methods in Java file to return boolean, adapted C++ file.Philipp Wiesemann2-15/+15
2013-05-05Changed signature of method recently added in Java file.Philipp Wiesemann1-4/+5
2013-05-05Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.Philipp Wiesemann1-1/+1
2013-05-05Added a method in Java file which may be overridden for custom messages.Philipp Wiesemann1-0/+18
2013-05-05Fixed possible leak and its Android Lint warning in Java file.Philipp Wiesemann1-5/+22
2013-05-05Corrected spelling in C source files of test suites.Philipp Wiesemann5-6/+6
2013-05-04Fixed SDL_RenderSetClipRect() returning undefined instead of -1 on error.Philipp Wiesemann1-1/+1
2013-05-04Added additional input validation to SDL_AllocPalette; added error codes; add...Andreas Schiffler2-2/+96