Commit Graph

  • e7a56323ab Make sure we wait after sending the rumble packet when initializing the PowerA Xbox One Mini Wired Controller Sam Lantinga 2022-11-06 01:43:05 -0700
  • 6875e62af3 Make sure we don't send Xbox controllers rumble so quickly that it overwhelms the firmware Sam Lantinga 2022-11-06 01:15:20 -0700
  • 38af459dd9 Fixed potential clobbering of packets of different types using SDL_HIDAPI_SendRumble() Sam Lantinga 2022-11-06 01:15:19 -0700
  • e45cb5b1e2 Fixed initializing the PowerA Xbox One Mini Wired Controller Sam Lantinga 2022-11-06 01:15:18 -0700
  • 0d76e2a8a1 cocoa: Discard the IME Candidate Window immediately when Escape is pressed Edward Li 2022-11-06 04:59:02 +0800
  • 15a9890919 Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate() Sam Lantinga 2022-11-05 16:44:52 -0700
  • 297ecb706d Added SDL_strcasestr() for a case insensitive version of SDL_strstr() Sam Lantinga 2022-11-05 15:58:30 -0700
  • a4626dea8d Fixed initializing the PDP Xbox One and Victrix Gambit controllers Sam Lantinga 2022-11-05 14:24:41 -0700
  • 7e11b09b3b The PowerA Xbox One Mini Wired Controller works with the HIDAPI driver now Sam Lantinga 2022-11-05 13:50:37 -0700
  • a2d66b6a91 SDL_GameControllerMapping() should return the string for the actual mapping that was used when opening a gamecontroller, rather than do a GUID match again Sam Lantinga 2022-11-05 13:12:10 -0700
  • f3bf543e2a recognize game controllers connected via raphnet technologies WUSBMote v2.2 Stefan Sperling 2022-11-05 15:21:29 +0000
  • 24cdebe464 Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED to control the brightness of the Xbox button LED on the Xbox One controller Sam Lantinga 2022-11-05 10:34:08 -0700
  • 78f97108f9
    audio: Avoid accumulation errors in resampler. Ryan C. Gordon 2022-11-05 10:38:33 -0400
  • 689218ebf5 Fix wayland reconnection paths David Edmundson 2022-11-04 12:07:20 +0000
  • 33a68f575f Added Linux mappings for the Logitech G29 in PS3 and PS4 modes Sam Lantinga 2022-11-03 16:02:58 -0700
  • c70e675900 Wait a bit for devices to initialize before trying to enumerate and open them. Sam Lantinga 2022-11-03 12:37:54 -0700
  • 084fa4c3fa cocoa: Reset IME when sending composed text Guldoman 2022-11-01 10:55:17 +0100
  • 61297f703a cmake: on Apple, check for presence of an OBJC compiler Anonymous Maarten 2022-10-29 03:20:30 +0200
  • 04bcc910e9 cmake: don't do enable_language(OBJC) Anonymous Maarten 2022-10-29 03:14:54 +0200
  • b50e429354 Fix compilation for .m files extension Luca Lolli 2022-09-07 12:21:56 +0200
  • 4c704ecfdd cmake: use SDL2-static as static library output name when prefix/static == ""/".lib" Anonymous Maarten 2022-11-01 16:33:21 +0100
  • 70a41f9bc2 wayland: Read `window` data only if `window` is valid Guldoman 2022-11-01 09:59:16 +0100
  • b75d318776 Sometimes the HID open doesn't succeed immediately after being notified about the device Sam Lantinga 2022-10-31 13:33:53 -0700
  • 27ee8c8e14 Fix mismatch between Init and Quit Jasper Hugunin 2022-10-28 22:35:16 -0700
  • 33a430056f wayland: Don't modify the mouse capture flag in relative mode Frank Praznik 2022-10-31 12:23:51 -0400
  • a66cb8cf21 sdl2.m4: Deprecate AM_PATH_SDL2 in favour of PKG_CHECK_MODULES Simon McVittie 2022-10-31 11:44:32 +0000
  • e0d904e90b sdl2-config.in: Deprecate sdl2-config Simon McVittie 2022-10-31 12:05:36 +0000
  • 678ef7977f SDL_KMSDRMOPENGLES.H: Correct spelling mistakes Hubert Maier 2022-10-30 08:53:34 +0100
  • 8b9c82e140 SDL_RENDER_PSP.C: Correct spelling mistakes Hubert Maier 2022-10-30 08:50:36 +0100
  • 3369b0163f SDL_PS2_MAIN.C: Correct spelling mistake Hubert Maier 2022-10-30 08:43:04 +0100
  • d7a46a16e9 SDL_SYSLOADSO.c: Correct spelling mistake Hubert Maier 2022-10-30 08:37:23 +0100
  • 6a881302ad SDL_IBUS.H: Correct spelling mistake Hubert Maier 2022-10-30 08:35:59 +0100
  • 61f3662c95 SDL_QSA_AUDIO.C: Correct spelling mistake Hubert Maier 2022-10-30 08:34:47 +0100
  • 57973cd379 SDL_HINTS.H: Correct spelling mistake Hubert Maier 2022-10-30 08:30:49 +0100
  • 571ff1a3a9 wayland: Prepare cursor implementation for reconnect support Ethan Lee 2022-10-30 00:19:09 -0400
  • 9c8b1fd8b6 wayland: Cleanup work to aid reconnect support Ethan Lee 2022-10-29 22:34:05 -0400
  • f6b1e028ab Allow vendor matching for hid_enumerate() on all backends Sam Lantinga 2022-10-29 10:42:48 -0700
  • c360ca9928 Add UWP-ARM64 Support. 许兴逸 2022-10-29 16:55:10 +0800
  • 4556074e18 Re-set the maximize state if we were maximized while fullscreen Sam Lantinga 2022-10-29 09:35:07 -0700
  • ab06a307dc Don't report windows being maximized when fullscreen on X11 Sam Lantinga 2022-10-29 09:21:17 -0700
  • b9e1d1b4de events: Rename SDL_SendKeyboardKeyComplete to SDL_SendKeyboardKeyAndKeycode.+ Ryan C. Gordon 2022-10-09 19:49:34 -0400
  • 9221548114 emscripten: Make an attempt at correct keyboard scancode/keycodes. Ryan C. Gordon 2022-10-09 19:33:52 -0400
  • 0ddec7e421
    docs: Add notes about Emscripten audio quirks. Ryan C. Gordon 2022-10-28 16:07:30 -0400
  • a8f019b1f0 Using ST and removing warnings Francisco Javier Trujillo Mata 2022-10-28 00:52:06 +0200
  • f2ebedae92 adding texture function Francisco Javier Trujillo Mata 2022-10-27 00:35:20 +0200
  • 5de01eb0aa Make render to use new functions Francisco Javier Trujillo Mata 2022-10-22 00:22:34 +0200
  • f500c14766 Fixed DirectFB build Sam Lantinga 2022-10-28 08:39:02 -0700
  • 9e8d2f3948
    video: Don't use texture framebuffer on Windows Subsystem for Linux. Ryan C. Gordon 2022-10-27 13:54:53 -0400
  • 4223e6ac7a wayland: Early-out sooner when requesting fullscreen on a popup Frank Praznik 2022-10-26 13:14:50 -0400
  • 11a24a34e3 Sync SDL wiki -> header SDL Wiki Bot 2022-10-26 22:30:06 +0000
  • 41d38c0f64 shape: More robust handling of failure cases in CreateShaper. Ryan C. Gordon 2022-10-26 09:43:04 -0400
  • c8d20f96ba shape: Free platform-specific shaped window data. Ryan C. Gordon 2022-10-25 23:13:34 -0400
  • 30c2dac787 wayland: Remove duplicate #include statement Frank Praznik 2022-10-25 20:00:38 -0400
  • 25d0473aad Removed Razer Onza Tournament Edition mapping Sam Lantinga 2022-10-25 16:14:26 -0700
  • e837debc25 Bindings should have a trailing comma, so the CRC can be appended Sam Lantinga 2022-10-25 16:13:50 -0700
  • b6cf889af4 Use ScreenCount() instead of SDL_GetNumVideoDisplays() Sam Lantinga 2022-10-25 15:09:43 -0700
  • c74ea994a5 Added support for the Razer Raiju Tournament Edition controller in Bluetooth mode Sam Lantinga 2022-10-25 13:11:41 -0700
  • 72f6e216dc Disabled debug logging Sam Lantinga 2022-10-25 12:25:57 -0700
  • e3f5744db4 Don't use XIWarpPointer() on multi-display configurations Sam Lantinga 2022-10-25 12:14:00 -0700
  • 393acf6362 Sync SDL wiki -> header SDL Wiki Bot 2022-10-25 18:07:13 +0000
  • 98dfc9296a
    build-scripts/fnsince.pl: Deal with new point-release system. Ryan C. Gordon 2022-10-25 14:03:32 -0400
  • 5fbf8f6cf0 Adds DualSense Edge Alynne 2022-10-25 12:37:17 -0400
  • da478d1f66 Fixed build Sam Lantinga 2022-10-25 10:30:56 -0700
  • a6018ae57f Added support for the NVIDIA SHIELD controller v1.03 to the HIDAPI driver Sam Lantinga 2022-10-25 10:23:51 -0700
  • 20beed3029 SDL_EGL_GetProcAddress: remove unnecessary underscore-prepended search. Ozkan Sezer 2022-10-25 14:56:32 +0300
  • 053b5f85f1 SDL_windowsevents: minimize white screen flash on window creation Steven Noonan 2022-08-25 20:18:03 -0700
  • b6e7c743db SDL_cpuinfo: define __ARM_ARCH=8 for _M_ARM64 Steven Noonan 2022-08-25 20:21:03 -0700
  • d2300516c3 cocoa: set sRGB colorspace on nswindow Steven Noonan 2022-09-07 06:49:02 -0700
  • 019e9d4c92 SDL_cocoavideo.m: add missing SDL_cocoaopengles.h include Steven Noonan 2022-08-25 23:15:58 -0700
  • dd72f3f03d Added comment for #endif Sam Lantinga 2022-10-24 10:37:43 -0700
  • 3d35c08585 fix a few 'unused but set variable' and 'unused function' warnings Steven Noonan 2022-10-02 17:30:03 -0700
  • f4d1f5ed54 SDL-HIDPS4: fix PS4 Slim controller over BT - it sends the same input report as the it does over USB, but with a larger packet size Sam Lantinga 2022-10-23 16:35:36 -0700
  • 5bd13dec19 Merge commit '8db3a33872cfbefcdfb059beea92338a7873f89e' into main Sam Lantinga 2022-10-23 16:35:22 -0700
  • e6742d05f1 Merge commit '413500ab69d9ac288a73946073d4414376ca17d2' into main Sam Lantinga 2022-10-23 16:35:20 -0700
  • 5373ad6ffb Merge commit '2ebaafa6c9334071b664b15d045656250690dd96' into main Sam Lantinga 2022-10-23 16:35:18 -0700
  • 7acab50453 Merge commit 'c3b13346e0a2200f1521cf064b9a602c8196e6a6' into main Sam Lantinga 2022-10-23 16:35:15 -0700
  • f07673a12e Merge commit 'd4d99e8c29da350379c991a8360d544d2c9eaa32' into main Sam Lantinga 2022-10-23 16:35:13 -0700
  • d41fb3c480 Merge commit 'cfd5d8eb29c8958de3333632a96032d3481816e5' into main Sam Lantinga 2022-10-23 16:35:11 -0700
  • 9c7b9e08b3 Merge commit '4ca5ea5b7e8333b2cde1b7cdddf167c67cc3f23c' into main Sam Lantinga 2022-10-23 16:35:09 -0700
  • 8696350903 Merge commit '2dc788cb9ffa83a2840e62f5ad2d0a7055cfcb19' into main Sam Lantinga 2022-10-23 16:35:07 -0700
  • e45ef5a6c0 Merge commit '5b8f830e342b296d255969bbaec5a1a3522f1083' into main Sam Lantinga 2022-10-23 16:35:05 -0700
  • 491d594976 Merge commit '0e1d19cf680fc51635b3c52a9afa33fe03881bb5' into main Sam Lantinga 2022-10-23 16:35:03 -0700
  • 26c9620a63 Merge commit 'a905a7869f18332579ff06ba3f7f3777708a3007' into main Sam Lantinga 2022-10-23 16:35:01 -0700
  • e738cf80dc Merge commit '65a38a4015e54add093bdb3fbd2ad1cdc1770c72' into main Sam Lantinga 2022-10-23 16:34:59 -0700
  • da4c97250a Merge commit '3f1b5efccaa727745b335b546a42bd650694ca08' into main Sam Lantinga 2022-10-23 16:34:57 -0700
  • b3ba8f4065 Merge commit '3d415bc5d61e625189ccca6348ff1b70c469e45c' into main Sam Lantinga 2022-10-23 16:34:55 -0700
  • 2d3e21ab0e Merge commit 'f37db957f8c5d9de53bdd58b2a95a2da0937307d' into main Sam Lantinga 2022-10-23 16:34:52 -0700
  • 8047ece180 Merge commit '5ed091c12d4edefb366d78217b72cb75b563bfcd' into main Sam Lantinga 2022-10-23 16:34:50 -0700
  • ef62b767f9 Merge commit '0823b5973a28ebad2ca6d34058c12602bc8a69f0' into main Sam Lantinga 2022-10-23 16:34:48 -0700
  • e5fe522194 Merge commit '4264c0b67469896fced5ba8ac4c0e75acbb13ff1' into main Sam Lantinga 2022-10-23 16:34:46 -0700
  • 57a98aa5e3 Merge commit '96361fc476a9f0a91ac021133bb44e6d97b16f11' into main Sam Lantinga 2022-10-23 16:34:44 -0700
  • b5712c1bea Merge commit '11d53c84a7663d5a5861f3672990ca4b32376e3e' into main Sam Lantinga 2022-10-23 16:34:42 -0700
  • 0d5fb2a0c2 Merge commit '94ac8ae08b19210efedd0e73b0c60010fb9308a0' into main Sam Lantinga 2022-10-23 16:34:40 -0700
  • be3dc1acb5 Merge commit 'c6e89619794ed6307f9efb0b242a2cdb605e1dc3' into main Sam Lantinga 2022-10-23 16:34:38 -0700
  • 3bc84acebc Merge commit 'd542f43b2aa23966913c08e4973793150e8073d0' into main Sam Lantinga 2022-10-23 16:34:36 -0700
  • f20c2759f9 Merge commit 'f28cf2b0d3fa6b4b9c692b0aa04f2875a09e0dfa' into main Sam Lantinga 2022-10-23 16:34:34 -0700
  • 284df27b5a Merge commit 'e7ab581d796aa83f7d028ea4249fdc66600df173' into main Sam Lantinga 2022-10-23 16:34:32 -0700
  • 8db3a33872 #6433 Fix WINRT_IsScreenKeyboardShown on Xbox Thomas Cashman 2022-10-23 15:45:20 +0100
  • 413500ab69 Replaced mouseWheelGesture with GCMouse support on iOS (thanks @russelltg!) Sam Lantinga 2022-10-22 09:37:34 -0700
  • 2ebaafa6c9 Use translationInView for mouse wheel event Deve 2022-10-18 21:02:49 +0200