Commit Graph

  • 4eb3c0c387 Added support for Xbox and PS4 wireless controllers on iOS and tvOS Also implemented SDL_JoystickGetDevicePlayerIndex() on iOS and tvOS, and added support for reading the new menu button state available in iOS and tvOS 13. Sam Lantinga 2019-06-14 13:56:52 -0700
  • 1213fe79d8 Worked around "Undefined symbol: ___isPlatformVersionAtLeast()" link error on Xcode 11 beta Sam Lantinga 2019-06-14 13:56:42 -0700
  • 289d109245 audio: Attempt to fix build on ARM versions of Visual Studio. Ryan C. Gordon 2019-06-14 16:52:42 -0400
  • 33b235f4c3 audio: Fix ARM NEON audio converter bugs. Ryan C. Gordon 2019-06-14 15:52:48 -0400
  • 5c56c88824 audio: patched to compile. Ryan C. Gordon 2019-06-14 15:47:32 -0400
  • 5bd9b8b167 Check src alignment for S32_to_F32 conversions Ethan Lee 2019-06-14 09:51:22 -0400
  • d9a2eff26f cocoa: Another attempt at synthesized mouse/touch events. Ryan C. Gordon 2019-06-13 21:31:03 -0400
  • 294574647d cocoa: Revised synthesized mouse/touch event strategy. Ryan C. Gordon 2019-06-13 01:57:13 -0400
  • 50f5123190 macOS: Fix the coordinate space of SDL_GetDisplayUsableBounds (thanks Tim!) Alex Szpakowski 2019-06-12 19:57:30 -0300
  • 74e86a51d8 iOS: Remove didAddSubview override in NSWindow, its code breaks things which rely on focus changing within SDL's UIWindow (bug #4659). Alex Szpakowski 2019-06-12 19:15:56 -0300
  • 2fa33d6f98 wave: Fixed static analysis warning about dead assignment. Ryan C. Gordon 2019-06-12 15:43:08 -0400
  • 32ead2cb46 vulkan: Fixed use-after-free bug. Ryan C. Gordon 2019-06-12 15:37:07 -0400
  • b530d75afb assert: Fixed some compiler warnings. Ryan C. Gordon 2019-06-12 15:35:06 -0400
  • 747df96eb0 Better patch to make it more clear what's going on Sam Lantinga 2019-06-12 10:38:49 -0700
  • 3fbaa5da05 The hat index passed to the application should be zero-based with no holes Sam Lantinga 2019-06-12 10:35:47 -0700
  • a1a2f9b9f8 Fixed bug 4486 - Segfault when pressing a trigger on the Steam Controller (Linux) Sam Lantinga 2019-06-12 10:32:36 -0700
  • d01150abc2 Fixed bug 4665 - Add support for single touch evdev devices Sam Lantinga 2019-06-12 07:55:48 -0700
  • 797b28133c wayland: HiDPI support Sebastian Krzyszkowiak 2019-06-12 00:55:05 +0200
  • 09142eb715 fix permissions Ozkan Sezer 2019-06-12 13:56:20 +0300
  • cd011bb1e7 SDL_Wave: missing field 'length' initializer Sylvain Becker 2019-06-12 10:42:02 +0200
  • f5a347853d assert: mark SDL_ExitProcess as SDL_NORETURN again. Ryan C. Gordon 2019-06-11 21:57:30 -0400
  • 04b50f6c6b cocoa: Backed out CVDisplayLink code for macOS vsync. Ryan C. Gordon 2019-06-11 16:19:01 -0400
  • 39733dc6b9 Fixed bug 4615 - RPM Build fails due to unpackaged files Sam Lantinga 2019-06-11 19:58:10 -0700
  • 69d27a69cd Fixed bug 4570 - Support Vulkan Portability rather than MoltenVK specifically Sam Lantinga 2019-06-11 18:13:46 -0700
  • 3e9bf28413 software: Fixed compiler warning and dos2unix'd the endlines. Ryan C. Gordon 2019-06-11 15:06:35 -0400
  • 04fedce0e8 software: Correctly track viewport and cliprect. Ryan C. Gordon 2019-06-11 14:09:53 -0400
  • a2f2b73554 direct3d: Use D3DPOOL_MANAGED for vertex buffers. Ryan C. Gordon 2019-06-11 13:02:56 -0400
  • aa80d279d3 Fix build with the 10.10 SDK Sam Lantinga 2019-06-11 08:33:30 -0700
  • f7b7a9727b direct3d: Fixed SDL_RenderSetClipRect usage. Ryan C. Gordon 2019-06-11 10:12:47 -0400
  • 4f59d372f8 direct3d: don't dereference bogus pointer if current texture was destroyed. Ryan C. Gordon 2019-06-11 09:29:48 -0400
  • 4392c6ff14 Android: fix coordinates for Surface.ROTATION_180 https://discourse.libsdl.org/t/android-screen-orientation-issues-2-0-9/26262 Sylvain Becker 2019-06-11 11:01:15 +0200
  • 45a3dd171d Android: revert wrong fix typo calling onBackPressed() (Bug 4657) Sylvain Becker 2019-06-11 10:19:26 +0200
  • f71454c0ad testoverlay2: Changed some C runtime calls to be SDL equivalents. Ryan C. Gordon 2019-06-11 02:32:43 -0400
  • a6af0b8291 direct3d: Fixed more compiler warnings on Visual Studio 64-bit builds. Ryan C. Gordon 2019-06-11 02:31:57 -0400
  • 5fb20b3093 video: fixed compiler warning on Visual Studio. Ryan C. Gordon 2019-06-11 02:14:59 -0400
  • 254eb67775 windows: Don't let Visual Studio insert an implicit dependency on memset(). Ryan C. Gordon 2019-06-11 02:08:31 -0400
  • 399df540e3 windows: Drop WM_ACTIVATE when window is hidden, but only if being activated. Ryan C. Gordon 2019-06-11 01:14:24 -0400
  • f9a9193e2c Android: add MinimizeWindow function (Bug 4580, 4657) shouldMinimizeOnFocusLoss is un-activated (return false) Sylvain Becker 2019-06-10 21:58:03 +0200
  • 3f4e189b27 Android: fix typo calling onBackPressed() (Bug 4657) Sylvain Becker 2019-06-10 21:41:22 +0200
  • 1e8d9e01dc Add mapping for Chinese-made Xbox Controller Benjamin Valentin 2019-03-17 23:47:12 +0100
  • d8da33c03f Fixed bug 4662 - SDL failed to build due to error LNK2019: unresolved external symbol _memset referenced in function _IMA_ADPCM_Decode with MSVC on Windows Sam Lantinga 2019-06-10 08:49:26 -0700
  • 9891c31ba0 Fixed bug 4641 - clang and clang-cl builds on windows create -Wpragma-pack warnings Sam Lantinga 2019-06-10 08:46:20 -0700
  • 781692c03c cocoa: report proper input IDs for mouse/touch events. Ryan C. Gordon 2019-06-09 19:27:25 -0400
  • e43550c039 Fixed bug 4658 - iOS 12 fullscreen flag and SDL_HINT_IOS_HIDE_HOME_INDICATOR not working Sam Lantinga 2019-06-09 14:08:18 -0700
  • 225ae6909e Add notes for SDL_WinRTRunApp and SDL2-WinRTResources for non-C++ projects Ethan Lee 2019-06-09 11:54:51 -0400
  • 762b788f67 Cleanup on bug 3894 - Fuzzing crashes for SDL_LoadWAV Sam Lantinga 2019-06-09 12:46:10 -0700
  • b5e9ebbafa Fixed compiler warning warning C4018: '<' : signed/unsigned mismatch Sam Lantinga 2019-06-08 19:12:05 -0700
  • a21b5b3018 Fixed build Sam Lantinga 2019-06-08 19:09:43 -0700
  • 990e166a3b Fixed bug 3894 - Fuzzing crashes for SDL_LoadWAV Sam Lantinga 2019-06-08 19:02:42 -0700
  • 48ac92af54 Fixed bug 4041 - Android, SDL_Renderer OpenGLES 1 is loading GLESv2 library Sam Lantinga 2019-06-08 18:40:11 -0700
  • 1b73d578f3 Temporary fix for bug 4254 - a _lot_ of strict aliasing warnings Sam Lantinga 2019-06-08 18:32:29 -0700
  • 31765242d6 Fixed bug 4294 - Audio: perform more validation on conversion request Sam Lantinga 2019-06-08 18:22:18 -0700
  • 3f19a6d5e8 CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCM If IMA ADPCM format chunk was too short, InitIMA_ADPCM() parsing it could read past the end of chunk data. This patch fixes it. Sam Lantinga 2019-06-08 18:07:58 -0700
  • 316ff3847b Fixed bug 4526 - replace SDL_RW* macros with functions for using in bindings Sam Lantinga 2019-06-08 17:43:23 -0700
  • 2b6473dc05 Fixed bug 4533 - Update ANGLE to load d3dcompiler_47.dll instead of d3dcompiler_46.dll Sam Lantinga 2019-06-08 15:10:20 -0700
  • 0442d19fc8 cocoa: Fix assert to use SDL_assert Ethan Lee 2019-03-04 12:16:43 -0500
  • a73dacbf62 Backed out Ben's chinese Xbox controller patch, as the generic catch-all for Xbox controllers should handle it. Sam Lantinga 2019-06-08 14:58:49 -0700
  • f3c6b1f51a Add mapping for Chinese-made Xbox Controller Benjamin Valentin 2019-03-17 23:47:12 +0100
  • 8728ce4448 Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface Sam Lantinga 2019-06-08 14:54:37 -0700
  • 56b7f4cf31 Fixed bug 4583 - PollAllValues appears to use an incorrect index for all axes above 0x18 Sam Lantinga 2019-06-08 14:40:27 -0700
  • 59483c6446 Fixed bug 4593 - Respect CMake's BUILD_SHARED_LIBS default behavior Sam Lantinga 2019-06-08 14:36:03 -0700
  • 68bb8d6c13 Fixed bug 4594 - Fix install location of CMake targets on Apple platforms Sam Lantinga 2019-06-08 14:34:38 -0700
  • d97387ccff Fixed bug 4600 - Dualshock 4 touchpad press is not detectable with SDL_JoystickGetButton Sam Lantinga 2019-06-08 14:32:19 -0700
  • 30a5e90ba8 Fixed bug 4603 - The iOS Test Xcode project file needs to add the metal framework Sam Lantinga 2019-06-08 14:29:05 -0700
  • 8a37848de9 Fixed bug 4605 - WASAPI_WaitDevice hang Sam Lantinga 2019-06-08 13:41:46 -0700
  • 82af42761e hidapi: Use GameCube adapter controller port for player index The Nintendo USB GameCube adapter has four controller ports. Return the port number as 0 to 3 from SDL_JoystickGetPlayerIndex() and SDL_JoystickGetDevicePlayerIndex(). Zack Middleton 2019-06-08 13:36:59 -0700
  • e7b514d8ff riscos: Fix iconv warnings Cameron Cawley 2019-01-13 23:36:31 +0000
  • 15bae953b1 Fixed bug 4642 - Rework SDL_netbsdaudio to improve performance Sam Lantinga 2019-06-08 13:03:36 -0700
  • f2c8d8e9c4 Fixed bug 4443 - Incorrect scan code reported for numpad 5 Sam Lantinga 2019-06-08 10:47:43 -0700
  • 5cb14f4467 Ignore Xbox One S gamepads with older firmware in HIDAPI Cameron Gutman 2019-04-30 20:37:49 -0700
  • b1100ec18c Fixed Android build warning Sam Lantinga 2019-06-08 10:23:52 -0700
  • 03cf24162f OpenSL ES audio cleanup and added a note with low latency audio discussion Sam Lantinga 2019-06-08 10:21:38 -0700
  • 166d15fd75 Fixed surround sound channel setup for Android OpenSL ES audio driver Sam Lantinga 2019-06-07 15:09:15 -0700
  • 23a2b47790 Protect against NULL device in the Android hidapi implementation Sam Lantinga 2019-06-07 09:00:26 -0700
  • 9261e473d6 Potential fix for a crash we're seeing on Android that should in theory never happen. Sam Lantinga 2019-06-07 09:00:24 -0700
  • 20ec866484 Added support for the Rotor Riot gamepad, and upcoming Xbox and PS4 controller support on iOS and tvOS Patch contributed by Nat Brown Sam Lantinga 2019-06-06 08:20:53 -0700
  • 6c0b304c93 Fixed bug 4655 - evdev is available on FreeBSD, check in 'configure' limited to Linux Sam Lantinga 2019-06-05 12:03:45 -0700
  • 23569362dc Use SDL sized types Sam Lantinga 2019-06-05 12:01:26 -0700
  • 3e3294645f Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types Sam Lantinga 2019-06-05 08:54:07 -0700
  • 723d014336 Fixed bug 4171 - SDL_GetQueuedAudioSize is broken with WASAPI Sam Lantinga 2019-06-04 17:32:15 -0700
  • b5d3b6fc25 test: unify all the command line usage logging. Ryan C. Gordon 2019-05-28 17:39:13 -0400
  • 9b5811592d iOS: return SDL_GetWindowSize from SDL_GL_GetDrawableSize if there's no GLES view in the window (matches the behaviour of SDL_GL_GetDrawableSize on other platforms). Addresses bug #4629. Alex Szpakowski 2019-05-26 18:53:36 -0300
  • dce56ab9fa Added a function to get the current Android SDK version at runtime Sam Lantinga 2019-05-23 14:19:00 -0700
  • f3e76ea1d0 Use the OpenSL ES audio driver by default on Android, as it has the lowest latency. Sam Lantinga 2019-05-23 13:47:30 -0700
  • 02f9667a08 Fixed static and buzzing when trying to use floating point audio on the OpenSL ES audio driver. Sam Lantinga 2019-05-23 13:47:27 -0700
  • e401b95025 Return an error if both mouse relative mode and mouse warping are unavailable, instead of asserting. Sam Lantinga 2019-05-23 11:32:36 -0700
  • 8b57331e71 Fixed hiding the Android virtual keyboard when the return key is pressed Sam Lantinga 2019-05-23 11:05:43 -0700
  • f91b87859c Android: minimum size for IME, so that it takes focus Sylvain Becker 2019-05-23 09:08:40 +0200
  • 7ec514d48f Improved iOS Bluetooth keyboard support * Don't stop text input after the return key is pressed * Handle arrow and escape keys Sam Lantinga 2019-05-22 17:39:51 -0700
  • 50aab19877 Fixed bug 4639 - CMake build does not generate libhidapi.so for Android Sam Lantinga 2019-05-21 17:33:31 -0700
  • 9b2202828a Fix use-after-free when pumping the event loop after SDL_DestroyWindow() Cameron Gutman 2019-04-28 17:37:49 -0700
  • a4e33b9cc4 Added support for Bluetooth keyboards on iOS In this case the keyboard is shown and immediately hidden, but we still want to accept text input Sam Lantinga 2019-05-20 14:31:03 -0700
  • 582a3c994d Fixed mouse focus for touch events on iOS Sam Lantinga 2019-05-20 14:08:35 -0700
  • 4bd808346a vulkan: Swapped out a free() that should have been an SDL_free(). Ryan C. Gordon 2019-05-20 00:41:18 -0400
  • ebbb295e85 vulkan: Patched to compile on Visual Studio. Ryan C. Gordon 2019-05-19 23:29:50 -0400
  • d778b26dd1 Patched to compile in C89 mode. Ryan C. Gordon 2019-05-19 20:25:02 -0400
  • 5f34162030 Fixed bug 4474 - Add support for an ASUS Gamepad variation Sam Lantinga 2019-05-19 12:06:58 -0700
  • 41c718db85 Fixed bug 4469 - make SDL_CreateTextureFromSurface pick a more appropriate format Sam Lantinga 2019-05-19 12:04:06 -0700
  • c377de5440 Fixed bug 4436 - [OpenBSD] fix D-pad Sam Lantinga 2019-05-19 11:56:26 -0700
  • 510b01f5fc Fix WORKING_DIR parameter Serhii Charykov 2018-12-03 20:14:35 +0200