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