summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Fixed stack smashing crash when using the GCC compiled DLL with Visual Studio.Sam Lantinga1-1/+12
2013-07-28Added documentation saying the render API isn't for multi-threading.Sam Lantinga1-1/+4
2013-07-27Fixed return value documentation for SDL_HapticUpdateEffect().Ryan C. Gordon1-1/+1
2013-07-27Fixed bug 1983 - SDL_thread.h broken under MinGW crosscompiling environmentSam Lantinga1-1/+1
2013-07-23Mac: Codify SDK and OS requirements, and clean up.Jørgen P. Tjernø2-3/+6
2013-07-23Updated blend semantics so blending uses the following formula:Sam Lantinga2-20/+25
2013-07-21Fixed building with cygwinSam Lantinga1-1/+1
2013-07-20Fixed some compiler warnings that Visual Studio reported.Ryan C. Gordon1-1/+1
2013-07-20Changed documentation comment for SDL_CreateShapedWindow().Philipp Wiesemann1-1/+1
2013-07-14Fix #1667: Docs about SDL_CreateWindow and flags.Jørgen P. Tjernø1-1/+1
2013-07-14Fixed code example for SDL_GetWindowWMInfo()Sam Lantinga1-1/+1
2013-07-13Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTIONSam Lantinga1-3/+42
2013-07-12Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.Dimitris Zenios1-1/+1
2013-07-11Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.inSam Lantinga1-3/+2
2013-06-05Define universal answer of SIZEOF_VOIDP for 32/64-bit architectures.Azamat H. Hackimov2-1/+12
2013-07-11Fixed bug 1946 - OpenGL contexts in threadsSam Lantinga1-0/+10
2013-07-10Added PowerPC and ARM versions of the memory barrier functions.Sam Lantinga1-3/+23
2013-07-10Added release/acquire memory barriers to the atomic APISam Lantinga2-3/+31
2013-07-10Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...Sam Lantinga1-0/+61
2013-07-09Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/Ryan C. Gordon1-0/+29
2013-07-09Made the SDL_memset4() comment even clearer so we don't accidentally replace ...Sam Lantinga1-1/+1
2013-07-09Backed out commit 898992405fa7 because memset() does a byte fill and SDL_mems...Sam Lantinga1-1/+25
2013-07-08Removed deprecated SDL_types.h header.Ryan C. Gordon1-29/+0
2013-07-08Replaced SDL_memset4() implementation with a call to SDL_memset().Ryan C. Gordon1-25/+1
2013-07-07Corrected name of constant in header file comment.Philipp Wiesemann1-1/+1
2013-07-07Added an SDL2 OpenBSD sndio(7) audio target.Ryan C. Gordon2-0/+4
2013-07-06Fixed bug 1911 - enable HAVE_GCC_ATOMICS for android platformSam Lantinga1-0/+2
2013-07-06Make it possible to use SDL events separately from the video subsystem.Sam Lantinga1-5/+6
2013-07-05Removed the inline functions from SDL_stdinc.hSam Lantinga1-444/+13
2013-07-03Added SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS to the documentation for the ...Sam Lantinga2-0/+8
2013-06-28Not using SDLmain on Windows is just fine, don't fail the initialization if t...Sam Lantinga1-3/+25
2013-06-27Remove / update references to 1.2.Jørgen P. Tjernø2-6/+6
2013-06-18Fixed bug 1916 - SDL_Keysym contains a deprecated field for unicode which may...Sam Lantinga1-1/+3
2013-06-16Changed comment to be used by doxygen.Philipp Wiesemann1-1/+3
2013-06-13Allow users to define SDL_STDINC_NO_INLINES if they don't want the inline fun...Sam Lantinga1-44/+75
2013-06-13Fixed SDL building with the minimal configurationSam Lantinga3-7/+12
2013-06-09Updated names of README files in source comments.Philipp Wiesemann1-1/+1
2013-06-05This patch isn't needed because you have the window and can do [nswindow cont...Sam Lantinga1-2/+0
2013-06-05Added some extra protection to notify the developer if they haven't initializ...Sam Lantinga1-0/+9
2013-06-05Joystick: Only send joy events when focused.Jørgen P. Tjernø1-0/+14
2013-06-05Fixed doxygen warnings and corrected documentation in header files.Philipp Wiesemann3-8/+7
2013-06-02Fix compilation with libX11 >= 1.5.99.902.Azamat H. Hackimov2-0/+2
2013-06-02Changed documentation in header because LocalReferenceHolder not public API.Philipp Wiesemann1-1/+1
2013-06-02Fixed bug 1882 - SDL_GetKeyboardState should return const.Sam Lantinga1-2/+2
2013-05-29When the window is resized, the viewport is automatically reset.Sam Lantinga2-2/+4
2013-05-29Fixed bug 1622 - SDL_RenderSetViewport with empty SDL_Rect raises wrong error...Sam Lantinga1-0/+6
2013-05-26Added a comment to say why C runtime is off by defaultSam Lantinga1-0/+1
2013-05-26Don't use the C runtime library on Windows, to avoid C runtime dependencies a...Sam Lantinga1-2/+0
2013-05-26Don't assume the XAudio2 APIs will never be availableSam Lantinga1-2/+0
2013-05-26Corrected documentation errors in header file.Philipp Wiesemann1-3/+3