Sam Lantinga
|
0ddac338b0
keep joystick thread from waking unnecessarily, and from possibly blocking for 300ms at shutdown if a joystick was just plugged in
|
7 years ago |
Sam Lantinga
|
cedbb3118c
Fixed building with the first version of Visual Studio 2017, which doesn't have __has_include() (Thanks Simon!)
|
7 years ago |
Sam Lantinga
|
1b2492ed8a
Fixed 64-bit build warning
|
7 years ago |
Sam Lantinga
|
4657d9f33c
We don't need to pass the renderer into SDLTest_CleanupTextDrawing()
|
7 years ago |
Sam Lantinga
|
65c55fdd84
Fixed build
|
7 years ago |
Sam Lantinga
|
b0b3da7702
Added a function to clean up test text drawing
|
7 years ago |
Ryan C. Gordon
|
ca15c7d67f
wave: SDL_LoadWAV now supports 24-bit audio.
|
7 years ago |
Ryan C. Gordon
|
fb28393200
vulkan: use "unsigned int" instead of "unsigned"
|
7 years ago |
Ryan C. Gordon
|
0c892abcd0
raspberrypi: The latest Raspbian moved its EGL and GLES2 libs elsewhere.
|
7 years ago |
Sam Lantinga
|
fa0eeff7f5
sdl:
|
7 years ago |
Sam Lantinga
|
20c5bc9135
You can have a borderless resizable window
|
7 years ago |
Sam Lantinga
|
4ca5d8622a
Fixed bug 3780 - GCC 7 implicit fallthrough warnings
|
7 years ago |
Sam Lantinga
|
28bf56c12c
Fixed bug 3801 - HAVE_LIBSAMPLERATE_H depending on HAVE_LIBC in current SDL_config.h.in
|
7 years ago |
Sam Lantinga
|
d51dc7378b
Fixed bug 3797 - configure check for float.h
|
7 years ago |
Sam Lantinga
|
c8e3e0c414
Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found)
|
7 years ago |
Ryan C. Gordon
|
c9e73c3e00
x11: make sure SDL_GetGlobalMouseState notices mouse warping through SDL APIs.
|
7 years ago |
Sam Lantinga
|
0782f9be51
Fixed bug 3273 - Fix for slow video subsystem initialization when using XRandR.
|
7 years ago |
Sam Lantinga
|
3261ca754f
Fixed typos in 2.0.6 patch notes
|
7 years ago |
Sam Lantinga
|
d2eda2671d
Added SDL_vulkan.h to the Mac OS X framework headers
|
7 years ago |
Sam Lantinga
|
c1fd0fbb32
Fixed compiler warning with mingw-w64
|
7 years ago |
Sam Lantinga
|
657ad72ac4
Added some more big 2.0.6 changes
|
7 years ago |
Sam Lantinga
|
d75fea89d2
Updated WhatsNew.txt for 2.0.6
|
7 years ago |
Sam Lantinga
|
67f9348baa
Fixed bug 3790 - Memory leak with surfaces blitting on each other
|
7 years ago |
David Ludwig
|
532446a6bd
macOS: bug-fix for #3793, "fullscreen toggle does not maintain SDL_Renderer's logical size"
|
7 years ago |
David Ludwig
|
2ea09903e6
WinRT: listed VS 2017 optional-component requirements
|
7 years ago |
Ryan C. Gordon
|
a12989f94c
vulkan: Changed SDL_WINDOW_VULKAN value to match Tizen's fork.
|
7 years ago |
Ryan C. Gordon
|
167398b363
video: Let video targets optionally decide their default OpenGL configs.
|
7 years ago |
Ryan C. Gordon
|
3267398d15
sndio: Patched to compile if SIO_DEVANY isn't defined.
|
7 years ago |
Sam Lantinga
|
c26946e9f2
Fixed bug 3792 - [KMS/DRM] Wrong GBM format
|
7 years ago |
Ryan C. Gordon
|
74043994b8
x11: Correctly restore previous GL context after sacrificial context is done.
|
7 years ago |