Alex Szpakowski
|
f8bdefe1b5
macOS: Fix asserts in SDL_Render's metal scissor code when the window is resized.
|
5 years ago |
Alex Szpakowski
|
1773da89f9
macOS: Fix a new issue in 10.15 where the window decorations don't always get restored after SDL_SetWindowFullscreen(window, 0).
|
5 years ago |
Sylvain Becker
|
3b0dcaf474
Fixed bug 4797 - SDL fails to compile with Mesa Master (thanks Michael Olbrich!)
|
5 years ago |
Sylvain Becker
|
e5198bd29d
Remove 'Enum' suffixes (bug 4813)
|
5 years ago |
Sylvain Becker
|
a0934a23fd
Fixed bug 4813 - Give enums their own name
|
5 years ago |
Sylvain Becker
|
97901b9f97
Fixed bug 4820 - SDL assumes RW_SEEK_SET == SEEK_SET
|
5 years ago |
Ryan C. Gordon
|
a747106c97
linux: If D-Bus isn't available on the system, don't keep trying to load it.
|
5 years ago |
Ryan C. Gordon
|
cf092eca90
mouse: Save initial position yet even if xrel and yrel are 0.
|
5 years ago |
Ryan C. Gordon
|
b38a5ba062
dynapi: Make gendynapi.pl work on older Perl releases.
|
5 years ago |
David Ludwig
|
c61ca915fb
WinRT: fix a link-time error when building UWP + x64
|
5 years ago |
Sam Lantinga
|
3b3dbb5adb
Removed unused volume check interval
|
5 years ago |
Ozkan Sezer
|
ffc7d09197
endpointvolume.h checks not needed since changeset 13078:8ab094a9df6b .
|
5 years ago |
Sylvain Becker
|
7d47f526a7
SDL_LockTextureToSurface: robustness of locked region compared to texture size
|
5 years ago |
Ozkan Sezer
|
a664e95d65
dynapi: move new SDL_LockTextureToSurface addition to the end of file.
|
5 years ago |
Sylvain Becker
|
1ae61f1009
Added a helper function SDL_LockTextureToSurface()
|
5 years ago |
Alex Szpakowski
|
f46ac1e9f7
macOS: Fix SDL_metal.h not being copied to the framework's Headers folder when SDL.framework is built using Xcode.
|
5 years ago |
Sam Lantinga
|
191fe25b1a
Fixed rtkit feature guard
|
5 years ago |
Sam Lantinga
|
84dc44e24d
Fix the RealtimeKit dbus include guards
|
5 years ago |
Ryan C. Gordon
|
4001e6b351
stdlib: Patched to compile.
|
5 years ago |
Ryan C. Gordon
|
987aa3113c
stdlib: Try to coerce VS2019 to not replace some loops with memset() calls.
|
5 years ago |
Ryan C. Gordon
|
aef1ed4ac6
audio: Set (something close to) the correct silence value for U16 audio.
|
5 years ago |
Ryan C. Gordon
|
693755f0b2
coreaudio: Apple doesn't support U16 data, so convert in that case.
|
5 years ago |
Brandon Schaefer
|
ee6d504ae9
offscreen: Define missing define on a older EGL for an EXT function which it wont have
|
5 years ago |
Brandon Schaefer
|
8a41948e7f
offscreen: Avoid using EGLDeviceEXT as it causes issues with older platforms, which is just a void*
|
5 years ago |
Brandon Schaefer
|
68985371a0
offscreen: Add new video driver backend Offscreen
|
5 years ago |
David Ludwig
|
3d55a51482
CMake: tabs to spaces in new parts of README-cmake.md
|
5 years ago |
David Ludwig
|
00bc7f6b96
CMake: document iOS/tvOS support in README-cmake.md
|
5 years ago |
David Ludwig
|
6398abe588
CMake: bug-fix for tvOS support
|
5 years ago |
David Ludwig
|
4e518f98a8
CMake: add version strings to Apple Info.plist files
|
5 years ago |
David Ludwig
|
ec65a34b8e
CMake: tvOS support/fixes
|
5 years ago |