Commit Graph

  • 126e5a1dbf Emscripten: Prevent default on arrow keys Charlie Birks 2017-05-24 14:04:39 +0100
  • f839b209b9 Emscripten: fixed incorrect conversion of touch motion events to mouse motion events Patrick Monaghan 2017-05-24 14:04:25 +0100
  • 3fd35f6bb0 coreaudio: looks like we need more like a 10ms buffer minimum, not 50ms. Ryan C. Gordon 2017-05-24 01:28:03 -0400
  • 793c788b1c coreaudio: dynamically allocate AudioQueueBuffers. Ryan C. Gordon 2017-05-24 00:12:22 -0400
  • 088f57a62a Removed unnecessary call to free() in testoverlay2 program. Philipp Wiesemann 2017-05-20 23:30:47 +0200
  • fa3944ba39 Removed unused signal includes and handler in test programs. Philipp Wiesemann 2017-05-20 23:30:32 +0200
  • bf8ccf08bb Removed redundant mouse clean up on quit for some platforms. Philipp Wiesemann 2017-05-19 23:30:59 +0200
  • a9c7bc85f1 android: add screenSize to AndroidManifest's configChanges (thanks, Daniel!). Ryan C. Gordon 2017-05-19 15:06:05 -0400
  • e889757bb3 assert: Better Emscripten support. Ryan C. Gordon 2017-05-19 14:51:03 -0400
  • d6f418641d assert: Check for Clang _and_ GCC, in case they ever drop compatibility. Ryan C. Gordon 2017-05-19 14:49:16 -0400
  • 8917f8634d assert: allow assertions to work on platforms without threads. Ryan C. Gordon 2017-05-19 12:54:17 -0400
  • 91e6054b03 wasapi: don't mark capture devices as failed for AUDCLNT_S_BUFFER_EMPTY. Ryan C. Gordon 2017-05-19 12:40:55 -0400
  • 02773811b3 render: GL_DestroyRender() should activate first. Ryan C. Gordon 2017-05-18 21:00:11 -0400
  • cff9e5a876 test: info now reports usable display bounds and DPI (thanks, Eric!). Ryan C. Gordon 2017-05-18 16:29:10 -0400
  • 81ab6c98fd Patched to compile on Windows. Ryan C. Gordon 2017-05-18 16:27:36 -0400
  • 13b6d9959a wasapi: Replace tabs with strings in source code. Ryan C. Gordon 2017-05-18 15:46:06 -0400
  • adabc38439 wasapi: Deal with AUDCLNT_S_BUFFER_EMPTY when flushing audio device. Ryan C. Gordon 2017-05-18 15:43:51 -0400
  • 4073a6694f audio: One more callbackspec fix (thanks, Simon!). Ryan C. Gordon 2017-05-18 15:33:17 -0400
  • 772407627b Fixed restoring a window that was maximized then minimized, then restored. Sam Lantinga 2017-05-16 17:48:57 -0700
  • ccf0566ca4 SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: Sam Lantinga 2017-05-16 06:30:39 -0700
  • a0aff76416 Added missing path in porting README. Philipp Wiesemann 2017-05-13 23:01:04 +0200
  • df4cf79d42 directfb: Fixed compiler warnings about undefined functions. Philipp Wiesemann 2017-05-13 23:00:53 +0200
  • 29222db7f6 emscripten: Fixed not removing pointer lock event callback. Philipp Wiesemann 2017-05-13 23:00:35 +0200
  • cc5b4f450a emscripten: Changed internal functions to be static. Philipp Wiesemann 2017-05-12 23:01:17 +0200
  • ce01128adf Fixed warnings about shadowed global variable. Philipp Wiesemann 2017-05-12 23:01:04 +0200
  • 87e0d812dd directfb: Removed duplicate comment. Philipp Wiesemann 2017-05-12 23:00:40 +0200
  • 61c326e12b directfb: Fixed typo in log message. Philipp Wiesemann 2017-05-11 23:00:39 +0200
  • 75c0d1ef6d directfb: Fixed compiler warnings about unused variables. Philipp Wiesemann 2017-05-11 23:00:21 +0200
  • c878b59bbe audio: fixed more "spec" references that should have been "callbackspec". Ryan C. Gordon 2017-05-10 16:18:43 -0400
  • 8b7ae35356 Fixed build error on Linux Sam Lantinga 2017-05-09 03:19:58 -0700
  • 9ac3bb7011 Added support for mixing Qt and SDL on iOS Sam Lantinga 2017-05-09 10:10:42 -0700
  • 60f2848421 haiku: Fixed crash on quit if max number of joysticks was connected. Philipp Wiesemann 2017-05-07 21:02:46 +0200
  • b7b919078f haiku: Changed internal function to be static. Philipp Wiesemann 2017-05-07 21:02:31 +0200
  • 3ed2f0ca10 haiku: Fixed unlocking clipboard twice. Philipp Wiesemann 2017-05-07 21:02:16 +0200
  • 4466b93141 haiku: Fixed comment. Philipp Wiesemann 2017-05-06 21:46:11 +0200
  • 34747107fe mir: Fixed memory leak if system cursor id is unknown. Philipp Wiesemann 2017-05-06 21:46:00 +0200
  • 34d9c5213c emscripten: Fixed return type in event callback declaration. Philipp Wiesemann 2017-05-06 21:45:43 +0200
  • bf4e7eb612 Fixed comment typo Sam Lantinga 2017-05-05 05:10:30 -0700
  • 75fb07a6d2 iOS: Only mark interrupted audio devices as non-interrupted if AudioQueueStart is successful. Alex Szpakowski 2017-05-03 18:05:29 -0300
  • ce2998b8b9 cocoa: Don't crash on messagebox keypress without a successful SDL_Init(). Ryan C. Gordon 2017-05-02 21:46:28 -0400
  • d00dfc434e Fixed another AC_DEFINE. Ryan C. Gordon 2017-05-02 11:31:14 -0400
  • 3f7f65a36d Fixed configure script. Ryan C. Gordon 2017-05-02 11:16:58 -0400
  • 619ab7a22d haiku: Various fixes from haikuports. Ryan C. Gordon 2017-05-01 18:39:05 -0400
  • 444c47a1b8 windows: Changed six internal functions to be static. Philipp Wiesemann 2017-04-29 22:50:35 +0200
  • 89499a0836 Removed unused field in loopwavequeue program. Philipp Wiesemann 2017-04-29 22:50:23 +0200
  • d7cd653737 Added Steam Controller mappings for Linux and iOS Sam Lantinga 2017-04-27 15:52:37 -0700
  • 226541cb5b audio: another wrong struct that causes NULL pointer crash (thanks, Simon!). Ryan C. Gordon 2017-04-26 01:43:40 -0400
  • 1286a7d23e windows: Add SDL_WINDOW_ALWAYS_ON_TOP support. Joshua Granick 2017-04-20 21:31:44 -0400
  • 7382cebb41 audio: Fix audio queue functions to use new spec structure. Juha Kuikka 2017-04-20 21:25:29 -0400
  • 93a6191cdc emscripten: keep track of pointer lock losses and maybe regrab pointer later. Ryan C. Gordon 2017-04-20 13:00:54 -0400
  • d20d426c3a Fix crash in SDL audio thread, by Juha Kuikka Sam Lantinga 2017-04-18 22:17:40 -0700
  • 1d1a0d7f03 atomic: Patched to compile on Android. Ryan C. Gordon 2017-04-13 15:28:56 -0400
  • 1c9c7633d9 atomic: favor compiler intrinsics for compare-and-swap over macOS APIs. Ryan C. Gordon 2017-04-13 13:28:52 -0400
  • 8c00de57f6 atomic: let Clang always use atomic_load_n if available. Ryan C. Gordon 2017-04-13 13:22:23 -0400
  • 2bf79c2e0e mir: Fixed typo in error messages. Philipp Wiesemann 2017-04-09 23:00:54 +0200
  • f6eb23a617 linux: Changed two variables to be static. Philipp Wiesemann 2017-04-09 23:00:42 +0200
  • 37b49e6344 ios: Fixed compiler warnings about unused variables in demo. Philipp Wiesemann 2017-04-09 23:00:26 +0200
  • 366adae360 android: More robust fix for screen locking in landscape (thanks, Sylvain!). Ryan C. Gordon 2017-04-07 20:17:30 -0400
  • 27023ed2b3 Added support for the Cyborg V.3 Rumble Pad and the Mad Catz FightPad PRO Sam Lantinga 2017-04-07 03:39:43 -0700
  • 1eb92f6342 Implemented Linux joystick blacklist Based on https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/master/generate_rules.py Sam Lantinga 2017-04-06 06:30:43 -0700
  • a4dbf56574 Fix divide-by-zero when videodata->ime_candpgsize is zero. We're seeing this happen in Dota in the wild. Drew Bliss 2017-04-06 13:27:51 -0700
  • 66555f6115 SDL - attempt to fix https://github.com/ValveSoftware/Dota-2/issues/1199 of mouse not locking in Dota. This fix is proposed by Ryan Gordon (increase timeout in X11_SetWindowGrab from 250ms to 5000ms). I'm going to integrate to source2 and ship it to dota customers. If it works, SamL will upsteam it to SDL. Drew Bliss 2017-04-06 13:27:48 -0700
  • 53f3786bc0 Added support for a number of game controllers, including the Nintendo Switch Pro Controller Sam Lantinga 2017-04-04 08:43:44 -0700
  • 5789da67cf Fixed bug 1859 - No SDL_VIDEORESIZE event generated when the window manager sets the window size. Sam Lantinga 2017-04-03 13:32:53 -0700
  • 1517ba7285 PSP: Fixed error messages. Philipp Wiesemann 2017-04-02 21:33:54 +0200
  • f96cdca4e7 Mir: Changed two internal functions to be static. Philipp Wiesemann 2017-04-02 21:33:42 +0200
  • f1296a8652 Emscripten: Simplified option name in build script and README. Philipp Wiesemann 2017-04-02 21:33:24 +0200
  • 06d6ada817 Updated generated configure script. Philipp Wiesemann 2017-04-02 21:33:02 +0200
  • 7ae7fceb2e Fixed typos and documentation in haptic header file. Philipp Wiesemann 2017-04-02 21:32:49 +0200
  • c57fe6d78a Backing out broken change from previous commit. Ryan C. Gordon 2017-04-01 00:46:42 -0400
  • ed7f16e227 Intentionally breaking buildbot to test email server change. Ryan C. Gordon 2017-04-01 00:46:15 -0400
  • 2ce52bf9e1 README-hg.md: Updated main Mercurial website. Ryan C. Gordon 2017-04-01 00:17:15 -0400
  • 1018d56485 BUGS.txt: Changed mailing list link to discourse.libsdl.org. Ryan C. Gordon 2017-04-01 00:05:25 -0400
  • 2092a88359 android: fix wrong events when locking device in landscape (thanks, Joshua!). Ryan C. Gordon 2017-03-31 23:43:53 -0400
  • 7891e72dca __atomic_load_n() appears to be available in GCC 5 but not GCC 4 Sam Lantinga 2017-03-30 06:52:34 -0700
  • 028716e79f wasapi: deal with default device changes, and more robust failure recovery. Ryan C. Gordon 2017-03-30 16:33:47 -0400
  • c85c57a05d wasapi: Handle lost audio device endpoints. Ryan C. Gordon 2017-03-29 14:23:39 -0400
  • f2179944cc Patched to compile on some platforms. Ryan C. Gordon 2017-03-29 12:04:17 -0400
  • 1dc9ae5c1e Use GCC's atomic loads in SDL_AtomicGet and SDL_AtomicGetPtr James Legg 2017-03-29 15:48:22 +0100
  • 266816b4aa Removed newlines from error messages. Philipp Wiesemann 2017-03-26 21:00:19 +0200
  • 00da0824f5 Updated axis/button mapping for Dualshock 3, for upcoming Sony driver changes Sam Lantinga 2017-03-23 13:53:09 -0700
  • 6bd87635ee iOS: Fixed compiling template on C89 compilers. Philipp Wiesemann 2017-03-19 22:17:01 +0100
  • 34a2a46f66 Removed unused constant in testgesture program. Philipp Wiesemann 2017-03-19 22:16:37 +0100
  • 7122036d03 Updated file name in porting README. Philipp Wiesemann 2017-03-19 22:16:24 +0100
  • c35f46d03c mir: Set the max/min w/h vs just setting the window w/h Brandon Schaefer 2017-03-18 13:57:57 -0700
  • 60ba8552d8 Backed out changeset e3fcdad257fc - testaudiocapture.c already does what we want Sam Lantinga 2017-03-16 16:45:12 -0700
  • 570e286fd6 Added an audio recording test program Sam Lantinga 2017-03-15 11:39:54 -0700
  • 22161480ee Compile fix for android. Sam Lantinga 2017-03-14 07:22:08 -0700
  • 6814f5dbc0 ALSA driver improvements: * alsa hotplug thread is low priority * give a chance for other threads to catch up when audio playback is not progressing * use nonblocking for alsa audio capture There is a bug with SDL hanging when an audio capture USB device is removed, because poll never returns Sam Lantinga 2017-03-14 07:20:14 -0700
  • c4d54504fa differentiate between capture / playback audio thread names Sam Lantinga 2017-03-14 07:16:56 -0700
  • 763e138903 Added an API to get the joystick instance ID before opening the device: SDL_JoystickGetDeviceInstanceID() Sam Lantinga 2017-03-09 16:09:16 -0800
  • 6bdc0e724d Fixed tabs to spaces Sam Lantinga 2017-03-09 15:12:19 -0800
  • aae481294d Added support to loopwave for hotplugging audio devices Sam Lantinga 2017-03-09 14:50:23 -0800
  • c1802ef646 Fixed compile error with gcc -std=c99 Sam Lantinga 2017-03-06 21:25:06 -0800
  • 20c846ebe7 Fixed warning about implicit conversion in controllermap program. Philipp Wiesemann 2017-03-04 23:05:47 +0100
  • 72fdf62980 Mir: Fixed crash if creating default cursor failed. Philipp Wiesemann 2017-03-04 23:05:32 +0100
  • 42d02890f4 Linux: Fixed error message. Philipp Wiesemann 2017-03-04 23:05:11 +0100
  • 6aa17426a6 video: Don't compile isAtLeastGL3() if we don't have OpenGL support _at all_. Ryan C. Gordon 2017-03-03 16:38:45 -0500
  • ca0bf151d5 Fix some more compiler warnings on armcc. Ryan C. Gordon 2017-03-03 16:38:17 -0500
  • d526b8a1e9 Some patches to make SDL compile with armcc (ARM's C compiler). Ryan C. Gordon 2017-03-02 13:33:04 -0500