Ryan C. Gordon
|
76f2ae3ca2
Don't use pushd/popd in autogen.sh; Ubuntu's /bin/sh doesn't support it.
|
před 9 roky |
Sam Lantinga
|
b4e069e7f8
Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypes
|
před 9 roky |
Sam Lantinga
|
9492492d5f
Fixed bug 3516 - fix build on illumos
|
před 9 roky |
Alex Szpakowski
|
fd85f5748d
Mac: back out commit 3e9b2ae41adf. It causes significant overhead on many GPUs.
|
před 9 roky |
Alex Szpakowski
|
d719374cb9
Mac: Fix over-saturated colors on P3 displays (e.g. the 2016 MBPs).
|
před 9 roky |
Philipp Wiesemann
|
3e9284519a
Windows: Fixed compile error.
|
před 9 roky |
Philipp Wiesemann
|
7c60a638b0
Corrected header file guard comments.
|
před 9 roky |
Sam Lantinga
|
4fc0fe1f69
Removed debug print statements
|
před 9 roky |
Sam Lantinga
|
ad26769cd7
Fixed compile errors on various platforms
|
před 9 roky |
Sam Lantinga
|
ca019dada5
Fixed issue where the throttle and other axes on racing wheels don't start at zero and show up as immediate input when the wheel is turned for the first time. Wait until they are actually moved before generating input from them.
|
před 9 roky |
Sam Lantinga
|
b2f6c4c1bd
Fixed bus error when converting 16-bit to float for non-integral-multiple sample rates
|
před 9 roky |
Ryan C. Gordon
|
366c77a9f0
audio: fixed one more incorrectly-hardcoded value in the resamplers.
|
před 9 roky |
Alex Szpakowski
|
eda74fda96
tvOS: Expose remote swipe gestures as arrow key presses (thanks oviano!)
|
před 9 roky |
Alex Szpakowski
|
787a54c84b
iOS bug #3377: work around bugs in some third party iOS libraries (e.g. Google admob) where they assume the optional UIApplicationDelegate ?window? property always exists and will crash if it doesn?t.
|
před 9 roky |
Ryan C. Gordon
|
f956df23bb
audio: fixed arbitrary upsampling (thanks, Sylvain!).
|
před 9 roky |
Philipp Wiesemann
|
b515b34dbb
Fixed hotplug with more than one device in testjoystick program.
|
před 9 roky |
Philipp Wiesemann
|
0a3f9d0cfb
Fixed warning about unused variable in controllermap program.
|
před 9 roky |
Sam Lantinga
|
0c5e7a1067
Fixed handling joysticks that send multiple events for a single control, e.g. both a button and axis event for a trigger.
|
před 9 roky |
Sam Lantinga
|
b4ea63ec2c
Fixed crash if there are multiple joysticks closed during the joystick update loop
|
před 9 roky |
Ryan C. Gordon
|
f50a04009c
windows: add whitespace to fix macro preprocessing issue (thanks, Sven!).
|
před 9 roky |
Sam Lantinga
|
85d8a79f65
Fixed updated return value for SDL_GL_SwapWindow()
|
před 9 roky |
Sam Lantinga
|
e81bf12b85
Fixed edid parsing code for older gcc compilers
|
před 9 roky |
Sam Lantinga
|
8414c3d4ae
Fixed ABI, don't change the return type of SDL_GL_SwapWindow()
|
před 9 roky |
Sam Lantinga
|
6211668e9f
Fixed creating a renderer on the dummy driver on Mac OS X
|
před 9 roky |
Sam Lantinga
|
cb5a0b0f6a
Fixed crash when creating a dummy window on Mac OS X
|
před 9 roky |
David Ludwig
|
d6bcec8f6a
WinRT: build fixes
|
před 9 roky |
Sam Lantinga
|
454d9cb96d
PP_OK isn't available in the NaCl build environment on buildbot. It's defined as 0
|
před 9 roky |
Sam Lantinga
|
97d05b0da8
Fixed a bunch of SwapWindow calls that needed their return value updated
|
před 9 roky |
Sam Lantinga
|
7a39681ea5
Fixed X11 OpenGL ES build
|
před 9 roky |
Sam Lantinga
|
fed8cbcdb6
Fixed build for EGL platforms
|
před 9 roky |