Sun, 19 Mar 2017 22:17:01 +0100 |
Philipp Wiesemann |
iOS: Fixed compiling template on C89 compilers.
|
changeset |
files
|
Sun, 19 Mar 2017 22:16:37 +0100 |
Philipp Wiesemann |
Removed unused constant in testgesture program.
|
changeset |
files
|
Sun, 19 Mar 2017 22:16:24 +0100 |
Philipp Wiesemann |
Updated file name in porting README.
|
changeset |
files
|
Sat, 18 Mar 2017 13:57:57 -0700 |
Brandon Schaefer |
mir: Set the max/min w/h vs just setting the window w/h
|
changeset |
files
|
Thu, 16 Mar 2017 16:45:12 -0700 |
Sam Lantinga |
Backed out changeset 90e5cb81c483 - testaudiocapture.c already does what we want
|
changeset |
files
|
Wed, 15 Mar 2017 11:39:54 -0700 |
Sam Lantinga |
Added an audio recording test program
|
changeset |
files
|
Tue, 14 Mar 2017 07:22:08 -0700 |
Sam Lantinga |
Compile fix for android.
|
changeset |
files
|
Tue, 14 Mar 2017 07:20:14 -0700 |
Sam Lantinga |
ALSA driver improvements:
|
changeset |
files
|
Tue, 14 Mar 2017 07:16:56 -0700 |
Sam Lantinga |
differentiate between capture / playback audio thread names
|
changeset |
files
|
Thu, 09 Mar 2017 16:09:16 -0800 |
Sam Lantinga |
Added an API to get the joystick instance ID before opening the device: SDL_JoystickGetDeviceInstanceID()
|
changeset |
files
|
Thu, 09 Mar 2017 15:12:19 -0800 |
Sam Lantinga |
Fixed tabs to spaces
|
changeset |
files
|
Thu, 09 Mar 2017 14:50:23 -0800 |
Sam Lantinga |
Added support to loopwave for hotplugging audio devices
|
changeset |
files
|
Mon, 06 Mar 2017 21:25:06 -0800 |
Sam Lantinga |
Fixed compile error with gcc -std=c99
|
changeset |
files
|
Sat, 04 Mar 2017 23:05:47 +0100 |
Philipp Wiesemann |
Fixed warning about implicit conversion in controllermap program.
|
changeset |
files
|
Sat, 04 Mar 2017 23:05:32 +0100 |
Philipp Wiesemann |
Mir: Fixed crash if creating default cursor failed.
|
changeset |
files
|
Sat, 04 Mar 2017 23:05:11 +0100 |
Philipp Wiesemann |
Linux: Fixed error message.
|
changeset |
files
|
Fri, 03 Mar 2017 16:38:45 -0500 |
Ryan C. Gordon |
video: Don't compile isAtLeastGL3() if we don't have OpenGL support _at all_.
|
changeset |
files
|
Fri, 03 Mar 2017 16:38:17 -0500 |
Ryan C. Gordon |
Fix some more compiler warnings on armcc.
|
changeset |
files
|
Thu, 02 Mar 2017 13:33:04 -0500 |
Ryan C. Gordon |
Some patches to make SDL compile with armcc (ARM's C compiler).
|
changeset |
files
|
Wed, 01 Mar 2017 15:05:54 -0800 |
Brandon Schaefer |
mistake: Revert the files that I did not mean to commit
|
changeset |
files
|
Wed, 01 Mar 2017 14:50:59 -0800 |
Brandon Schaefer |
* Some refactoring and bug fixes. Thanks Michał Kuchta!
|
changeset |
files
|
Tue, 28 Feb 2017 19:48:52 -0500 |
Ryan C. Gordon |
raspberrypi: RPI_Destroy() should free the SDL_VideoDevice and its driverdata.
|
changeset |
files
|
Mon, 27 Feb 2017 12:20:16 -0800 |
Brandon Schaefer |
mir: Get ready for Mir 1.0, clean up deprecations. Thanks Michał Kuchta!
|
changeset |
files
|
Mon, 27 Feb 2017 10:11:40 -0500 |
Ryan C. Gordon |
audio: clarified what SDL_AudioSpec::samples is, removed note about power of 2.
|
changeset |
files
|
Sun, 26 Feb 2017 21:20:39 +0100 |
Philipp Wiesemann |
Fixed comment style.
|
changeset |
files
|
Sun, 26 Feb 2017 01:03:39 -0500 |
Ryan C. Gordon |
Updated generated configure script.
|
changeset |
files
|
Sun, 26 Feb 2017 00:56:13 -0500 |
Ryan C. Gordon |
Patched to compile on C89 compilers.
|
changeset |
files
|
Sun, 26 Feb 2017 00:54:45 -0500 |
Ryan C. Gordon |
configure: Cygwin and MingW should try to use -Wdeclaration-after-statement.
|
changeset |
files
|
Sun, 26 Feb 2017 00:39:22 -0500 |
Ryan C. Gordon |
audio: Try to keep callbacks firing at normal pace when device is lost.
|
changeset |
files
|
Sun, 26 Feb 2017 00:40:04 -0500 |
Ryan C. Gordon |
Removed a bunch of unnecessary #ifdefs.
|
changeset |
files
|
Sun, 26 Feb 2017 00:12:33 -0500 |
Ryan C. Gordon |
audio: run the audio callback even if device was lost.
|
changeset |
files
|
Sun, 26 Feb 2017 00:10:02 -0500 |
Ryan C. Gordon |
audio: Make sure the disk and dummy targets are the last ones we try to init.
|
changeset |
files
|
Sat, 25 Feb 2017 21:23:12 -0500 |
David Ludwig |
WinRT: removed Windows 8.0 from build-bot + NuGet package creation scripts
|
changeset |
files
|
Fri, 24 Feb 2017 20:49:14 -0500 |
David Ludwig |
WinRT: removed buildbot debug code, pending further research
|
changeset |
files
|
Fri, 24 Feb 2017 20:19:28 -0500 |
David Ludwig |
WinRT: more buildbot debug code
|
changeset |
files
|
Fri, 24 Feb 2017 19:59:57 -0500 |
David Ludwig |
WinRT: added code to help debug a buildbot error
|
changeset |
files
|
Thu, 23 Feb 2017 22:38:04 -0500 |
Ryan C. Gordon |
cmake: add WASAPI audio target to the build (thanks, Martin!).
|
changeset |
files
|
Thu, 23 Feb 2017 12:10:02 -0800 |
Sam Lantinga |
Stop CoreAudio from doing expensive audio rate conversion
|
changeset |
files
|
Mon, 20 Feb 2017 11:02:35 -0800 |
Sam Lantinga |
Added config for the Razer Wildcat on Mac OS X
|
changeset |
files
|
Mon, 20 Feb 2017 10:55:49 -0800 |
Sam Lantinga |
Updated iOS fat build
|
changeset |
files
|
Mon, 20 Feb 2017 10:55:33 -0800 |
Sam Lantinga |
Updated config headers to override the base SDL_config.h if both are included
|
changeset |
files
|
Sun, 19 Feb 2017 21:05:42 +0100 |
Philipp Wiesemann |
Fixed warnings if compiling loopwave programs with C++.
|
changeset |
files
|
Sun, 19 Feb 2017 21:05:26 +0100 |
Philipp Wiesemann |
Updated library name in header file.
|
changeset |
files
|
Sun, 19 Feb 2017 21:05:09 +0100 |
Philipp Wiesemann |
Fixed comment.
|
changeset |
files
|
Fri, 17 Feb 2017 17:46:58 -0800 |
Sam Lantinga |
Added support for the Razer Wildcat on Linux
|
changeset |
files
|
Fri, 17 Feb 2017 10:13:17 +0000 |
Charlie Birks |
Emscripten: implement custom cursors
|
changeset |
files
|
Fri, 17 Feb 2017 10:13:12 +0000 |
Charlie Birks |
Emscripten: refactor cursor handling
|
changeset |
files
|
Fri, 17 Feb 2017 10:13:10 +0000 |
Charlie Birks |
Remove link to emscripten tests
|
changeset |
files
|
Fri, 17 Feb 2017 10:13:07 +0000 |
Charlie Birks |
Emscripten: only update pixel ratio if HiDPI is enabled
|
changeset |
files
|
Fri, 17 Feb 2017 02:25:37 -0500 |
Ryan C. Gordon |
audio: Added basic WAVE_FORMAT_EXTENSIBLE support to .wav loader.
|
changeset |
files
|
Thu, 16 Feb 2017 16:59:07 -0500 |
Ryan C. Gordon |
More HTTPS doc tweaks.
|
changeset |
files
|
Thu, 16 Feb 2017 16:52:03 -0500 |
Ryan C. Gordon |
More HTTPS changes in the documentation.
|
changeset |
files
|
Thu, 16 Feb 2017 13:55:12 -0500 |
Ryan C. Gordon |
readme: more HTTPS changes.
|
changeset |
files
|
Thu, 16 Feb 2017 13:30:34 -0500 |
Ryan C. Gordon |
readme: correct webpage URL to use HTTPS.
|
changeset |
files
|
Tue, 14 Feb 2017 03:12:09 -0500 |
Ryan C. Gordon |
Patched to compile on Windows.
|
changeset |
files
|
Tue, 14 Feb 2017 03:03:27 -0500 |
Ryan C. Gordon |
wasapi: Initial WASAPI support, for Windows Vista and later.
|
changeset |
files
|
Tue, 14 Feb 2017 02:49:08 -0500 |
Ryan C. Gordon |
stdlib: Fixed crash on SDL_snprintf("%s", NULL).
|
changeset |
files
|
Mon, 13 Feb 2017 17:05:14 -0500 |
Ryan C. Gordon |
thread: Don't use SetThreadDescription on WinRT right now.
|
changeset |
files
|
Mon, 13 Feb 2017 17:00:46 -0500 |
Ryan C. Gordon |
windows: Try to unify all the GUID comparison code into a core helper function.
|
changeset |
files
|
Mon, 13 Feb 2017 16:59:02 -0500 |
Ryan C. Gordon |
audio: Don't wrap bootstrap declarations in preprocessor macros.
|
changeset |
files
|