Tue, 24 Mar 2015 03:24:57 -0400 |
Ryan C. Gordon |
Mac: patched to compile with haptic subsystem disabled (thanks, Rodrigo!).
|
changeset |
files
|
Tue, 24 Mar 2015 03:21:57 -0400 |
Ryan C. Gordon |
Better fixes for CMake subsystem enabling (thanks, Sebastian!).
|
changeset |
files
|
Tue, 24 Mar 2015 03:12:35 -0400 |
Ryan C. Gordon |
Make SDL error string formatting deal with nasty corner cases.
|
changeset |
files
|
Tue, 24 Mar 2015 02:48:16 -0400 |
Ryan C. Gordon |
Ran hardcoded game controller database through sort_controllers.py.
|
changeset |
files
|
Tue, 24 Mar 2015 02:47:25 -0400 |
Ryan C. Gordon |
Added Logitect RumblePad 2 controller mapping for Linux (thanks, Nicholas!).
|
changeset |
files
|
Tue, 24 Mar 2015 02:13:25 -0400 |
Ryan C. Gordon |
winmm: Let audio callback buffer size be less than 1/4 second (thanks, Jon!).
|
changeset |
files
|
Mon, 23 Mar 2015 20:11:18 -0400 |
Ryan C. Gordon |
SDL-1.2: Reenable _GNU_SOURCE define for Linux. Apparently it broke things.
SDL-1.2
|
changeset |
files
|
Mon, 23 Mar 2015 20:10:08 -0400 |
Ryan C. Gordon |
SDL-1.2: Fixed recursive mutexes on Linux (thanks, Ozkan!).
SDL-1.2
|
changeset |
files
|
Mon, 23 Mar 2015 20:07:24 -0400 |
Ryan C. Gordon |
configure script: fix recursive mutex test on Linux systems (thanks, Ozkan!).
|
changeset |
files
|
Mon, 23 Mar 2015 19:54:33 -0400 |
Ryan C. Gordon |
X11: Reenabled setlocale() and fork() for message boxes.
|
changeset |
files
|
Mon, 23 Mar 2015 19:47:08 -0400 |
Ryan C. Gordon |
Windows: Report window HDC in SDL_SysWMinfo.
|
changeset |
files
|
Mon, 23 Mar 2015 20:24:04 +0100 |
Philipp Wiesemann |
Android: Removed not needed include statement.
|
changeset |
files
|
Mon, 23 Mar 2015 20:21:45 +0100 |
Philipp Wiesemann |
Updated test program for Emscripten.
|
changeset |
files
|
Sun, 22 Mar 2015 01:25:12 -0400 |
Ryan C. Gordon |
Cocoa: Handle more cases of lost focus when Key window closes (thanks, Alex!).
|
changeset |
files
|
Sat, 21 Mar 2015 22:42:53 +0100 |
Philipp Wiesemann |
Added missing SDL_DOLLARRECORD event type documentation in header.
|
changeset |
files
|
Sat, 21 Mar 2015 08:01:43 +0100 |
Philipp Wiesemann |
Fixed confusing audio and touch events because of shared enumeration values.
|
changeset |
files
|
Sat, 21 Mar 2015 00:09:22 -0400 |
Ryan C. Gordon |
Patched to compile on OpenGL ES-based platforms.
|
changeset |
files
|
Fri, 20 Mar 2015 23:29:09 -0400 |
Ryan C. Gordon |
Whoops, lost a newline in here.
|
changeset |
files
|
Fri, 20 Mar 2015 21:57:15 -0400 |
Ryan C. Gordon |
Several corrections to the CMake project files (thanks, Ozkan!).
|
changeset |
files
|
Fri, 20 Mar 2015 12:23:53 -0400 |
Ryan C. Gordon |
Windows: support for OpenGL extension WGL_ARB_context_flush_control.
|
changeset |
files
|
Fri, 06 Mar 2015 16:03:40 +0000 |
Marc Di Luzio |
Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available.
|
changeset |
files
|
Fri, 20 Mar 2015 11:51:03 -0400 |
Ryan C. Gordon |
CMake: Don't search for the OpenGL library on Mac OS X. It's always there.
|
changeset |
files
|
Fri, 20 Mar 2015 11:11:44 -0400 |
Ryan C. Gordon |
Audio hotplug fixes for winmm and XAudio2 backends.
|
changeset |
files
|
Fri, 20 Mar 2015 10:35:42 -0400 |
Ryan C. Gordon |
CMake project files no longer force you to link against Wayland or Mir libs.
|
changeset |
files
|
Fri, 20 Mar 2015 10:02:45 -0400 |
Ryan C. Gordon |
Fixed some defaults in CMake project file.
|
changeset |
files
|
Thu, 19 Mar 2015 23:54:35 -0400 |
Ryan C. Gordon |
Patched to compile on gcc2.
|
changeset |
files
|
Thu, 19 Mar 2015 23:45:34 -0400 |
Ryan C. Gordon |
Removed unused variable.
|
changeset |
files
|
Thu, 19 Mar 2015 23:44:47 -0400 |
Ryan C. Gordon |
Make static analysis happy.
|
changeset |
files
|
Thu, 19 Mar 2015 23:39:53 -0400 |
Ryan C. Gordon |
Fixed a compiler warning on Visual Studio.
|
changeset |
files
|
Thu, 19 Mar 2015 23:35:43 -0400 |
Ryan C. Gordon |
Patched to compile on Windows.
|
changeset |
files
|
Thu, 19 Mar 2015 22:20:12 -0400 |
Ryan C. Gordon |
Immediately minimize the goofy window in testaudiohotplug.
|
changeset |
files
|
Thu, 19 Mar 2015 22:11:20 -0400 |
Ryan C. Gordon |
Zero out the audio hotplug event structure, so the "padded" fields are sane.
|
changeset |
files
|
Thu, 19 Mar 2015 22:08:12 -0400 |
Ryan C. Gordon |
PulseAudio: Hotplug support!
|
changeset |
files
|
Thu, 19 Mar 2015 15:43:00 -0400 |
Ryan C. Gordon |
SDL_RemoveAudioDevice() should specify capture vs output.
|
changeset |
files
|
Thu, 19 Mar 2015 13:34:17 -0400 |
Ryan C. Gordon |
Removed the broken audio streaming code, other small cleanups.
|
changeset |
files
|
Thu, 19 Mar 2015 13:27:10 -0400 |
Ryan C. Gordon |
Disconnected/broken/lost audio devices now continue to fire their callback.
|
changeset |
files
|
Thu, 19 Mar 2015 13:15:28 -0400 |
Ryan C. Gordon |
Don't assert if an audio backend reports the same device disconnected twice.
|
changeset |
files
|
Wed, 18 Mar 2015 10:29:04 -0400 |
Ryan C. Gordon |
PulseAudio: Improved multidevice support.
|
changeset |
files
|
Wed, 18 Mar 2015 02:01:17 -0400 |
Ryan C. Gordon |
Bunch of reworking to how we manage audio devices.
|
changeset |
files
|
Mon, 16 Mar 2015 02:11:39 -0400 |
Ryan C. Gordon |
Initial work on audio device hotplug support.
|
changeset |
files
|
Wed, 18 Mar 2015 10:09:39 -0400 |
Ryan C. Gordon |
Changed some SDL_memset() calls to SDL_zero().
|
changeset |
files
|
Wed, 18 Mar 2015 10:09:23 -0400 |
Ryan C. Gordon |
Tweaked a couple comments, added some FIXMEs.
|
changeset |
files
|
Wed, 18 Mar 2015 12:03:32 -0400 |
David Ludwig |
WinRT: updated names, and references-to, various ANGLE/WinRT repositories
|
changeset |
files
|
Wed, 18 Mar 2015 10:05:36 -0400 |
Ryan C. Gordon |
Patched to compile on C89 compilers.
|
changeset |
files
|
Wed, 18 Mar 2015 09:59:22 -0400 |
Ryan C. Gordon |
PulseAudio: Added multiple device support, other cleanups.
|
changeset |
files
|
Wed, 18 Mar 2015 00:56:33 -0400 |
Ryan C. Gordon |
Fixed a compiler warning.
|
changeset |
files
|
Tue, 17 Mar 2015 19:45:47 -0400 |
David Ludwig |
WinRT: made OpenGL window-init work with latest round of ANGLE/WinRT updates
|
changeset |
files
|
Tue, 17 Mar 2015 10:25:21 -0400 |
David Ludwig |
WinRT: another ANGLE/OpenGL-initialization, error messaging tweak
|
changeset |
files
|
Tue, 17 Mar 2015 10:22:36 -0400 |
David Ludwig |
WinRT: ANGLE/OpenGLES-initialization, error message improvements
|
changeset |
files
|
Sun, 15 Mar 2015 19:25:10 +0100 |
Philipp Wiesemann |
Updated name of assert type in test program.
|
changeset |
files
|
Fri, 13 Mar 2015 12:20:17 -0400 |
Ryan C. Gordon |
Cleaning out a silly coding style I used to use.
|
changeset |
files
|
Fri, 13 Mar 2015 00:48:30 -0400 |
Ryan C. Gordon |
Removed an unnecessary #ifdef.
|
changeset |
files
|
Wed, 11 Mar 2015 21:14:21 +0100 |
Philipp Wiesemann |
Updated internal documentation comments.
|
changeset |
files
|
Fri, 06 Mar 2015 21:34:10 +0100 |
Philipp Wiesemann |
Windows: Fixed ignoring return value of internal function.
|
changeset |
files
|
Fri, 06 Mar 2015 21:29:25 +0100 |
Philipp Wiesemann |
Emscripten: Fixed ignoring return value of internal function.
|
changeset |
files
|
Fri, 06 Mar 2015 21:26:37 +0100 |
Philipp Wiesemann |
Emscripten: Partially fixed not removing key event callbacks if hint was used.
|
changeset |
files
|
Mon, 02 Mar 2015 21:36:45 -0500 |
Ryan C. Gordon |
Fixed SDL_PRI?64 for 64-bit Linux.
|
changeset |
files
|
Mon, 02 Mar 2015 11:43:24 -0800 |
Alfred Reynolds |
SDL
|
changeset |
files
|
Sun, 22 Feb 2015 20:34:08 -0500 |
David Ludwig |
Fixed bug 2868 - SDL_FillRect can crash if surface's clip-rect is out-of-bounds
|
changeset |
files
|
Sun, 22 Feb 2015 23:21:32 +0100 |
Philipp Wiesemann |
Emscripten: Fixed out of range joystick device index after joystick disconnect.
|
changeset |
files
|