Philipp Wiesemann
|
8a58e12f5f
Updated test program for Emscripten.
|
hace 10 años |
Ryan C. Gordon
|
b42c259752
Cocoa: Handle more cases of lost focus when Key window closes (thanks, Alex!).
|
hace 10 años |
Philipp Wiesemann
|
49f33b41a7
Added missing SDL_DOLLARRECORD event type documentation in header.
|
hace 10 años |
Philipp Wiesemann
|
716ef0d5f2
Fixed confusing audio and touch events because of shared enumeration values.
|
hace 10 años |
Ryan C. Gordon
|
eb49f8caa3
Patched to compile on OpenGL ES-based platforms.
|
hace 10 años |
Ryan C. Gordon
|
161e5d150f
Whoops, lost a newline in here.
|
hace 10 años |
Ryan C. Gordon
|
3c76d2ff19
Several corrections to the CMake project files (thanks, Ozkan!).
|
hace 10 años |
Ryan C. Gordon
|
34415c4557
Windows: support for OpenGL extension WGL_ARB_context_flush_control.
|
hace 10 años |
Marc Di Luzio
|
f5d96416ad
Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available.
|
hace 10 años |
Ryan C. Gordon
|
70191a9302
CMake: Don't search for the OpenGL library on Mac OS X. It's always there.
|
hace 10 años |
Ryan C. Gordon
|
182a7768e1
Audio hotplug fixes for winmm and XAudio2 backends.
|
hace 10 años |
Ryan C. Gordon
|
c1091f32fb
CMake project files no longer force you to link against Wayland or Mir libs.
|
hace 10 años |
Ryan C. Gordon
|
d8988ea842
Fixed some defaults in CMake project file.
|
hace 10 años |
Ryan C. Gordon
|
6c072917e9
Patched to compile on gcc2.
|
hace 10 años |
Ryan C. Gordon
|
06e85acd72
Removed unused variable.
|
hace 10 años |
Ryan C. Gordon
|
b24ff44692
Make static analysis happy.
|
hace 10 años |
Ryan C. Gordon
|
277e07e700
Fixed a compiler warning on Visual Studio.
|
hace 10 años |
Ryan C. Gordon
|
1877f5745b
Patched to compile on Windows.
|
hace 10 años |
Ryan C. Gordon
|
e9a7a81f28
Immediately minimize the goofy window in testaudiohotplug.
|
hace 10 años |
Ryan C. Gordon
|
537b68b9f0
Zero out the audio hotplug event structure, so the "padded" fields are sane.
|
hace 10 años |
Ryan C. Gordon
|
cafd030ba6
PulseAudio: Hotplug support!
|
hace 10 años |
Ryan C. Gordon
|
11cffe1dc9
SDL_RemoveAudioDevice() should specify capture vs output.
|
hace 10 años |
Ryan C. Gordon
|
1e78ef2155
Removed the broken audio streaming code, other small cleanups.
|
hace 10 años |
Ryan C. Gordon
|
5cbb32ef57
Disconnected/broken/lost audio devices now continue to fire their callback.
|
hace 10 años |
Ryan C. Gordon
|
75973f81b2
Don't assert if an audio backend reports the same device disconnected twice.
|
hace 10 años |
Ryan C. Gordon
|
7c4b88f2db
PulseAudio: Improved multidevice support.
|
hace 10 años |
Ryan C. Gordon
|
f9cfd9fa14
Bunch of reworking to how we manage audio devices.
|
hace 10 años |
Ryan C. Gordon
|
0e02ce0856
Initial work on audio device hotplug support.
|
hace 10 años |
Ryan C. Gordon
|
338bf5d297
Changed some SDL_memset() calls to SDL_zero().
|
hace 10 años |
Ryan C. Gordon
|
97ff10c63c
Tweaked a couple comments, added some FIXMEs.
|
hace 10 años |