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