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