Sam Lantinga
|
a0687a9ccb
Fixed bug 4034 - Don't include _DllMainCRTStartup() if SDL_STATIC_LIB is defined.
|
hace 7 años |
Sam Lantinga
|
c00858bfb1
Fixed bug 4088 - Fix Metal link errors with test programs in SDLTest.xcodeproj
|
hace 7 años |
Sam Lantinga
|
58f9be1257
Actually, this is needed for building with Visual Studio with both /MT and /MD.
|
hace 7 años |
Sam Lantinga
|
3c9d33361c
Fixed bug 4034 - Do we really need _DllMainCRTStartup() in every Windows build?
|
hace 7 años |
Ryan C. Gordon
|
75a58303a0
pthread: fix error code checks (thanks, Andreas!).
|
hace 7 años |
Ryan C. Gordon
|
2ea4419a57
yuv: patched to compile.
|
hace 7 años |
Ryan C. Gordon
|
7c0c2c22a8
yuv: fixed variable declaration shadowing warnings.
|
hace 7 años |
Ryan C. Gordon
|
97494f5374
pulseaudio: Just read/dump captured data in FlushCapture.
|
hace 7 años |
Ryan C. Gordon
|
6867f6189f
video: put a spinlock around a global linked list.
|
hace 7 años |
Sam Lantinga
|
8ddebfa06e
Fixed bug 4085 - X11: Allow configuring _NET_WM_BYPASS_COMPOSITOR through SDL hints
|
hace 7 años |
Ozkan Sezer
|
926d803f83
bug #3739: handle %lu, %li and %ld in SDL_SetError.
|
hace 7 años |
Sam Lantinga
|
5abd7d16d7
Don't attempt WM_NCCALCSIZE adjustment when in fullscreen window transition
|
hace 7 años |
sezero
|
ba0ecc6712
fix building SDL_audiotypecvt.c with gcc < 4.0
|
hace 7 años |
sezero
|
40b27fd51b
revert the recent typecast assignment changes (see bug #4079)
|
hace 7 años |
Sam Lantinga
|
ba9ede12fb
Fixed bug 4027 - CheckLibSampleRate macro in sdlchecks.cmake never defines HAVE_LIBSAMPLERATE{,_SHARED}, so they're always reported as disabled by MESSAGE_TESTED_OPTION macro in macros.cmake
|
hace 7 años |
Sam Lantinga
|
f6366c09e2
Fixed bug 3920 - IBus not work with SDL 2.0.7
|
hace 7 años |
Sam Lantinga
|
3b4c2fdf5d
Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup()
|
hace 7 años |
Sam Lantinga
|
714085d327
Fixed bug 3950 - Don't always call dbus_shutdown in SDL_DBus
|
hace 7 años |
Sam Lantinga
|
4ff16ba3a4
Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building with wayland support
|
hace 7 años |
sezero
|
8a1ae708d4
kill C99'ism in SDL_waylandvulkan.c
|
hace 7 años |
Sam Lantinga
|
6e01fbb763
On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS.
|
hace 7 años |
Sam Lantinga
|
66f9492b69
Fixed bug 4075 - configury adds Metal.framework to linkage even if it is not available
|
hace 7 años |
Sam Lantinga
|
873141acb1
ISO C correct fix for casting void* to function pointer
|
hace 7 años |
Ryan C. Gordon
|
882215e138
vulkan: Fix assignment of vkGetInstanceProcAddr on Windows.
|
hace 7 años |
Sam Lantinga
|
1143857d76
Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace()
|
hace 7 años |
Sam Lantinga
|
d5f293a777
Fixed compile warning
|
hace 7 años |
Sam Lantinga
|
7c36002739
Fixed compiler warning on Android
|
hace 7 años |
Sam Lantinga
|
2fc71d879d
Windows Phone 8.0 is no longer supported
|
hace 7 años |
Sam Lantinga
|
7b50aee932
Fixed min/max window size handling for borderless resizable windows
|
hace 7 años |
sezero
|
4c2a444e3a
add SDL_log10 and SDL_log10f to include and dynapi
|
hace 7 años |