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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-30
Check for negative source rectangle in SDL_SoftBlit() (thanks John!)
Sam Lantinga
1
-1
/
+1
2013-07-30
Added support for the two new key codes from Android 4.3.
Philipp Wiesemann
1
-0
/
+2
2013-07-30
Fixed compiler warning with gcc
Sam Lantinga
1
-1
/
+1
2013-07-30
Workaround older libpulse that fails in pa_context_new() with a NULL appname.
Ryan C. Gordon
1
-1
/
+25
2013-07-30
These should be __inline__, not inline.
Ryan C. Gordon
1
-2
/
+2
2013-07-30
Attempt to fix compiler warning.
Ryan C. Gordon
1
-1
/
+1
2013-07-27
Backed out hg changeset 7f26fd1df927; docs were wrong, not the code.
Ryan C. Gordon
1
-1
/
+1
2013-07-27
Added a FIXME discussion to last commit.
Ryan C. Gordon
1
-1
/
+8
2013-07-22
Cocoa: Make the next-highest window gain focus when a window is closing.
Ryan C. Gordon
1
-0
/
+9
2013-07-27
Fixed SDL_HapticOpened() returning -1 instead of 0.
Philipp Wiesemann
1
-1
/
+1
2013-07-27
Removed C++ macro setup in internal header for Android port which is only C now.
Philipp Wiesemann
1
-14
/
+0
2013-07-27
Fixed SDL_HapticRumblePlay() maybe working because of SDL_HapticUpdateEffect().
Philipp Wiesemann
1
-4
/
+2
2013-07-27
Corrected SDL_HapticUpdateEffect() returning 0 instead of index of effect.
Philipp Wiesemann
1
-1
/
+1
2013-07-27
Fixed variable scoping for Windows build
Sam Lantinga
1
-2
/
+2
2013-07-27
Fixed bug 1272 - Bogus numlock key up/down events being reported on MacOS X
Sam Lantinga
1
-8
/
+0
2013-07-27
Improved error checking in the haptic system, preventing crashes in some cases.
Sam Lantinga
1
-8
/
+36
2013-07-14
Fixed bug 1919 - Window icon disappears as soon as a renderer is created
Sam Lantinga
4
-25
/
+34
2013-07-27
Fixed bug 1526 - X11 - XUnmapWindow should not be called directly
Sam Lantinga
3
-13
/
+20
2013-07-25
Fixed crash and garbled output when converting from F32 to S16 audio.
Sam Lantinga
1
-10
/
+12
2013-07-24
Corrected return value to be of correct type.
Philipp Wiesemann
1
-1
/
+1
2013-07-24
Corrected internal documentation in source.
Philipp Wiesemann
1
-1
/
+1
2013-07-24
Removed unreachable code.
Philipp Wiesemann
1
-1
/
+0
2013-07-23
Fix for recent GLX error bug
Sam Lantinga
2
-4
/
+22
2013-07-23
A little cleanup on the cleanup, just for consistency.
Sam Lantinga
3
-2
/
+4
2013-07-23
= {{0}} generates a memset() in MSVC, which isn't linked. Whoops!
Jørgen P. Tjernø
1
-2
/
+3
2013-07-23
Fix build errors from last change.
Jørgen P. Tjernø
2
-2
/
+2
2013-07-23
Fix some clang analyzer warnings.
Jørgen P. Tjernø
6
-5
/
+15
2013-07-23
Mac: Codify SDK and OS requirements, and clean up.
Jørgen P. Tjernø
8
-141
/
+13
2013-07-23
Add a timeout to the clipboard code to avoid hangs when using synergy. When a...
Sam Lantinga
2
-2
/
+18
2013-07-23
Added Direct3D shader to hardware accelerate YV12 and IYUV textures.
Sam Lantinga
1
-48
/
+345
2013-07-23
Fixed SDL printf output for 0x%.8x
Sam Lantinga
1
-7
/
+19
2013-07-23
Updated blend semantics so blending uses the following formula:
Sam Lantinga
13
-974
/
+226
2013-07-22
Android: Removed all unnecessary dependencies on C++.
Eric Wing
2
-275
/
+333
2013-07-22
Corrected internal documentation in source.
Philipp Wiesemann
1
-2
/
+2
2013-07-21
Fixed building with cygwin
Sam Lantinga
1
-0
/
+6
2013-07-21
Fixed bug 1813 - MouseMotion relative values do not respect renderer LogicalSize
Sam Lantinga
1
-0
/
+10
2013-07-21
Fixed cursor leak when quitting the mouse subsystem
Sam Lantinga
2
-2
/
+17
2013-07-21
Add support for the _NET_WM_BYPASS_COMPOSITOR hint
Jasper St. Pierre
1
-0
/
+6
2013-07-21
Cursor mask was uninitialized data, causing problems.
Ryan C. Gordon
1
-1
/
+17
2013-07-20
Include SDL_assert.h to fix broken build.
Ryan C. Gordon
1
-0
/
+1
2013-07-20
Don't allocate memory if we're just going to fail when checking parameters.
Ryan C. Gordon
1
-8
/
+7
2013-07-20
Don't try to clear errors in GL_ActivateRenderer() before we MakeCurrent.
Ryan C. Gordon
1
-1
/
+3
2013-07-20
Fixed another compiler warning.
Ryan C. Gordon
1
-1
/
+1
2013-07-20
One more compiler warning.
Ryan C. Gordon
1
-1
/
+1
2013-07-20
More compiler warning fixes.
Ryan C. Gordon
1
-1
/
+2
2013-07-20
Fixed some compiler warnings that Visual Studio reported.
Ryan C. Gordon
4
-5
/
+5
2013-07-20
Make XInput haptic code respect effect timeouts.
Ryan C. Gordon
1
-4
/
+87
2013-07-20
Removed not needed variable and work in standard library.
Philipp Wiesemann
1
-4
/
+0
2013-07-20
Workaround crash bug in libXi <= 1.4.1 (thanks, Steve!).
Ryan C. Gordon
1
-18
/
+38
2013-07-20
Corrected comments in test library source.
Philipp Wiesemann
1
-3
/
+3
[next]