summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga211-11059/+11058
2013-05-18Added mobile application events, with implementations for iOS and AndroidSam Lantinga6-39/+72
2013-05-18Update test harness to handle test return codes; fix comment format in harnes...Andreas Schiffler1-49/+77
2013-05-16Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()Sam Lantinga1-0/+1
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-15Corrected internal function prototype.Philipp Wiesemann2-2/+2
2013-05-15Corrected internal function prototype.Philipp Wiesemann2-2/+2
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 Schiffler1-3/+12
2013-05-12Fixed building on Visual Studio.Philipp Wiesemann1-2/+1
2013-05-12Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototypePhilipp Wiesemann1-1/+1
2013-05-12Fixed bug 1844 - glScissor calls are wrong - Patch attachedPhilipp Wiesemann3-3/+6
2013-05-12Corrected spelling in internal include file.Philipp Wiesemann1-1/+1
2013-05-10Added missing vi lines.Philipp Wiesemann3-0/+6
2013-05-10Fixed implicit function declaration warnings.Philipp Wiesemann2-0/+3
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-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 Schiffler1-1/+11
2013-05-05Changed signatures of methods in Java file to return boolean, adapted C++ file.Philipp Wiesemann1-7/+7
2013-05-05Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.Philipp Wiesemann1-1/+1
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 Schiffler1-0/+9
2013-05-04First pass on SDL render clip rect functionalitySam Lantinga9-28/+201
2013-05-03Fix compile on Xcode 3.1 PPC + AltivecKevin Shanahan2-2/+2
2013-05-02move Ticks initialization tracking to separate function and ensure it's calle...Edward Rudd4-6/+20
2013-05-02add in OS X Monotonic clock as well as handling fall-back incase the OSX/Linu...Edward Rudd1-46/+74
2013-05-02QueryPerformanceCounter() is reliable these days, and setting the timer frequ...Sam Lantinga1-4/+4
2013-05-02Removed SDL prefix from internal function pointers for screen keyboard access.Philipp Wiesemann6-30/+30
2013-05-01Corrected spelling in C source files.Philipp Wiesemann7-17/+17
2013-05-01Corrected spelling in C source files.Philipp Wiesemann3-8/+8
2013-05-01Fixed SDL_HapticQuery() returning -1 as unsigned int if device is not valid.Philipp Wiesemann1-1/+1
2013-04-29Removed unused variables from C source files.Philipp Wiesemann2-4/+1
2013-04-29Corrected confusing indentation in C source file.Philipp Wiesemann1-5/+4
2013-04-29Corrected spelling in C source file.Philipp Wiesemann1-3/+3
2013-04-27Replaces tabs with four spaces in C source file.Philipp Wiesemann1-3/+3
2013-04-25Mac: Fix relative mode message after gaining focus.Jørgen P. Tjernø3-3/+32
2013-04-25Mac: Don't supress mousemoves after warp.Jørgen P. Tjernø2-5/+12
2013-04-25Don't warp mouse on focus lost.Jørgen P. Tjernø1-7/+0
2013-04-25Allow disabling SDL_IPHONE_KEYBOARD in iOS buildsEdward Rudd2-1/+3
2013-04-25Fixed bug 1582 - Allow disabling SDL_VIDEO_DRIVER_WINDOWSSam Lantinga1-3/+3
2013-04-25Fixed bug 1583 - Fix build for disabled SDL render subsystemSam Lantinga1-2/+16
2013-04-24Removed Cocoa OpenGL optimization that was probably good advice 10 years ago.Ryan C. Gordon1-25/+0
2013-04-24Move cursor into window when enabling relative mode or gaining focus in relat...Jørgen P. Tjernø2-2/+26
2013-04-24Mac: Update mouse position on warp.Jørgen P. Tjernø1-0/+6
2013-04-24Add SDL_GetDefaultCursor.Jørgen P. Tjernø1-0/+11
2013-04-24Bug 1787 - memory leak in WIN_InitMouse() by Marcel BakkerGabriel Jacobo1-0/+6