Commit graph

  • 116a002b14
    build-scripts/gcc-fat.sh is no longer supported. Use clang-fat instead. Ryan C. Gordon 2021-11-19 09:28:36 -0500
  • 881a674926 rawinput: Only access SDL_RAWINPUT_mutex if initialized Cameron Gutman 2021-11-18 19:58:04 -0600
  • 1237142be3 joystick: Quit drivers in reverse order to ensure dependencies are not broken Cameron Gutman 2021-11-18 19:52:34 -0600
  • b67965979a SDL_hidapi.c: fix SDL_udev.h include path Ozkan Sezer 2021-11-19 11:55:50 +0300
  • 3ed0c62672 SDL_RWsize: updated description Ozkan Sezer 2021-11-19 01:24:40 +0300
  • 0fddda6e57 Sync wiki -> header SDL Wiki Bot 2021-11-18 21:51:05 +0000
  • e526830996 Sync wiki -> header SDL Wiki Bot 2021-11-18 20:58:04 +0000
  • 3f978c0f93
    include: Improved documentation of SDL_RegisterApp and SDL_UnregisterApp. Ryan C. Gordon 2021-11-18 15:56:16 -0500
  • 09bf12e035
    fnsince.pl: SDL_UnregisterApp() also arrived in 2.0.2. Ryan C. Gordon 2021-11-18 15:34:29 -0500
  • 7f70f6e1e2
    include: Note that several rwops functions used to be macros before 2.0.10. Ryan C. Gordon 2021-11-18 15:30:36 -0500
  • 319d2b3e05 Sync wiki -> header SDL Wiki Bot 2021-11-18 20:29:04 +0000
  • 83024f3299
    fnsince.pl: Whoops, it's SDL_RegisterApp and not SDL_SetMainReady in 2.0.2. Ryan C. Gordon 2021-11-18 15:27:21 -0500
  • 16a1721e9d Sync wiki -> header SDL Wiki Bot 2021-11-18 20:25:05 +0000
  • 46f12cc7f7
    fnsince.pl: SDL_SetMainReady() originally arrived in SDL 2.0.2. Ryan C. Gordon 2021-11-18 15:22:47 -0500
  • a7a54e6452 wayland: Add support for display connect/disconnect events Ethan Lee 2021-11-18 00:43:55 -0500
  • c2464653d0 Remove unnecessary clang-cl check since Clang has __builtin_bswap. hgs3 2021-11-17 18:19:49 -0600
  • 6b66542e7b Fixing compilation errors for VS2019 Clang toolset (fixes #4702) hgs3 2021-11-17 17:04:34 -0600
  • 5be8a22113 Add audio conversion from/to 61 Sylvain 2021-11-17 20:37:51 +0100
  • dd6269b1e0 SDL_endian.h: added proper version check (VS2005+) to MSVC functionality Ozkan Sezer 2021-11-17 17:55:00 +0300
  • d2cf191936 hidapi, linux: merged a minor warning + code style fix from mainstream. Ozkan Sezer 2021-11-17 10:00:10 +0300
  • 43d1b42a5a cmake: Sync build config options with autotools Cameron Gutman 2021-11-16 17:59:38 -0600
  • 7d3045f273 minor whitespace tidy-up. Ozkan Sezer 2021-11-16 23:51:40 +0300
  • 29b79313a0 minor tweak for a slightly smaller configure script Ozkan Sezer 2021-11-16 23:33:32 +0300
  • 68ffd24c58 autotools, cmake: don't define SDL_JOYSTICK_HIDAPI in CheckHIDAPI() Ozkan Sezer 2021-11-16 23:37:20 +0300
  • 5cc23868ed wayland: Add support for SDL_DisplayOrientation Ethan Lee 2021-11-15 11:52:43 -0500
  • 40d808620d SDL_classic_joysticks defaults off Sam Lantinga 2021-11-15 20:17:14 -0800
  • 7ad64357ee Updated Android build environment for examples Sam Lantinga 2021-11-15 17:04:50 -0800
  • 66058bbbd5 Fixed exception accessing Bluetooth devices on Android 12 Sam Lantinga 2021-11-15 16:52:56 -0800
  • be5b4d980d Added nativeGetHintBoolean for Java code Sam Lantinga 2021-11-15 16:52:54 -0800
  • 9ec2b35147 Fixed the GLES2 shader count to be in sync with the enum Sam Lantinga 2021-11-15 13:45:53 -0800
  • 2f591fb0a0 Added android:exported="true" to the example Android manifest Sam Lantinga 2021-11-15 12:50:02 -0800
  • b649314d62
    Add comment to audio clipping (see bug #4104) Sylvain 2021-11-15 13:43:40 +0100
  • d4df5d33c5
    GLES2: prevent batching if blend mode changes (see bug #4964) Sylvain 2021-11-15 09:43:44 +0100
  • 92f2fdfc84
    GLES2: batch non joined lines (see #4964) Sylvain 2021-11-15 09:36:18 +0100
  • 17f156fae5
    Fixed bug #4964 - opengles2 & batching = conjoined lines put back the initial switch case because groups of joined lines cannot be batched. Sylvain 2021-11-15 09:08:09 +0100
  • d8888e468e
    Fixed bug #4964 - opengles2 & batching = conjoined lines Sylvain 2021-11-15 08:37:49 +0100
  • 193ab28fe4
    Renamed README-macosx.md to README-macos.md Ryan C. Gordon 2021-11-14 23:35:50 -0500
  • 4edf2df5ce
    Unix2dos'd README-macosx.md. Ryan C. Gordon 2021-11-14 23:34:46 -0500
  • bbac1e9add Don't include pthreads code when threads are disabled Sam Lantinga 2021-11-14 20:34:41 -0800
  • 93556e67e0 Update AndroidManifest.xml Anders Jenbo 2021-11-14 23:39:16 +0100
  • b9c619017d [Android] Limit WRITE_EXTERNAL_STORAGE to SDK 22- Anders Jenbo 2021-11-14 23:36:05 +0100
  • cc094f4d7c Fixed building with the macOS 10.8 SDK Sam Lantinga 2021-11-14 20:15:48 -0800
  • d7d67af441 mouse: Fix Y value in motion events when confinement is active Cameron Gutman 2021-11-14 17:52:41 -0600
  • fb6aba1938 Updated SDL_egl.h with the latest Khronos headers Sam Lantinga 2021-11-14 15:35:11 -0800
  • 1cd3e83756 cocoa: Fix abort on touch event types without a subtype Zack Middleton 2021-11-14 15:51:38 -0500
  • 781caec2b2 SDL_waylandevents.c (keyboard_handle_keymap): silenced -Wwrite-strings . Ozkan Sezer 2021-11-15 00:55:24 +0300
  • 5c067906ba wasapi: AvSetMmThreadCharacteristicsW takes an LPCWSTR param, not LPWSTR Ozkan Sezer 2021-11-15 00:55:04 +0300
  • 3eb9bfac7a win32 rawinput & wgi joystick: avoid -Werror=declaration-after-statement Ozkan Sezer 2021-11-14 22:22:50 +0300
  • 73a41f4058
    Removed outdated build-scripts/iosbuild.sh Ryan C. Gordon 2021-11-14 14:15:11 -0500
  • c55ab9631f Added a hint for alternate OpenGL NV12 data format Sam Lantinga 2021-11-13 22:21:57 -0800
  • 8a6e48d46d constified SDL_RegisterApp() Ozkan Sezer 2021-11-14 04:40:50 +0300
  • 7dfd22ac5e fix XGetDefault signature - its first and second params are _Xconst Ozkan Sezer 2021-11-14 02:32:00 +0300
  • c7aa04d03e SDL_test_harness.c: avoid -Wwrite-strings Ozkan Sezer 2021-11-14 02:31:20 +0300
  • be7b663c2c audio/winmm/SDL_winmm.c (SetMMerror): constify. Ozkan Sezer 2021-11-14 02:30:56 +0300
  • e4aa608a5c change (char*) casts to (const char*) in WIN_UTF8 macros Ozkan Sezer 2021-11-14 02:30:34 +0300
  • 780f6cbd38 build libSDL2_test too with Makefile.minimal Ozkan Sezer 2021-11-14 01:10:32 +0300
  • eb98ff4740 testmessage: Fix overread of stack variable Cameron Gutman 2021-11-13 13:05:02 -0600
  • fbe810070b more fixes to standalone makefiles. Ozkan Sezer 2021-11-13 21:56:20 +0300
  • 62b41f61d4 fix build of testmouse.c Ozkan Sezer 2021-11-13 21:29:50 +0300
  • 2d1706069a fixes to Makefile.minimal Ozkan Sezer 2021-11-13 21:29:32 +0300
  • d1e6bd93d8 fix library name in Makefile.pandora Ozkan Sezer 2021-11-13 21:29:10 +0300
  • 674f361dec wayland: Fix memory leaks in clipboard code Cameron Gutman 2021-11-13 11:44:04 -0600
  • 3e2f8668be added some more missing sources to standalone makefiles. Ozkan Sezer 2021-11-13 20:35:24 +0300
  • c8061ed2d1 alsa: Fix possible uninitialized string Cameron Gutman 2021-11-13 10:33:37 -0600
  • a2c27d39cf SDL_hidapi_switch.c (ConstructSubcommand): lose use of '&' on rumbleData Ozkan Sezer 2021-11-13 17:56:28 +0300
  • 6ad0fb8462 SDL_hidapi_ps4.c, SDL_hidapi_ps5.c: use SDL_zeroa() Ozkan Sezer 2021-11-13 17:55:10 +0300
  • 70c8d20a46
    Revert previous commit a50ca98e2b (see bug #4625) Sylvain 2021-11-13 15:04:19 +0100
  • a50ca98e2b
    Fixed bug #4625 - SDL_RenderSetLogicalSize issues viewport becomes -2147483648x-2147483648 when logical_w/h is greater than window size. division should be done with floats Sylvain 2021-11-13 14:48:36 +0100
  • a948ff8494 SDL_hidapijoystick.c: worked around a bogus 'unreachable code' warning. Ozkan Sezer 2021-11-13 11:50:02 +0300
  • eb3f1462b8 x11: Fix memory leak in X11_CreatePixmapCursor() Cameron Gutman 2021-11-12 18:26:15 -0600
  • f124259e59 testautomation: fix use-after-free when restoring hint value Cameron Gutman 2021-11-12 17:25:24 -0600
  • 704edf6323 audio: Fix crash calling SDL_OpenAudio() after SDL_AudioInit() fails Cameron Gutman 2021-11-12 17:07:22 -0600
  • 78013aeef9 alsa: Fix use-after-free when reinitializing Cameron Gutman 2021-11-12 16:57:24 -0600
  • e688a95ba4 updated os2 makefile for tests Ozkan Sezer 2021-11-12 23:55:40 +0300
  • 2cf9374270 minor update to docs/README.md Ozkan Sezer 2021-11-12 20:55:02 +0300
  • 3dc7813ae4 more whitespace tidy-ups in SDL_os2messagebox.c Ozkan Sezer 2021-11-12 20:47:02 +0300
  • c2dd50a9a0 Fixed whitespace Sam Lantinga 2021-11-12 08:28:02 -0800
  • 4a1524350c updated linux dependencies for libXfixes-devel. Ozkan Sezer 2021-11-12 15:55:50 +0300
  • 074e613bbb Fixed typo Sam Lantinga 2021-11-12 03:03:56 -0800
  • 35d90f17e1 Better implementation of SDL_SetWindowMouseGrab() and SDL_SetWindowMouseRect() on macOS Sam Lantinga 2021-11-12 03:00:57 -0800
  • fa3330baec autotools, cmake: test Xfixes along with XInput2.h: Ozkan Sezer 2021-11-12 12:55:50 +0300
  • c3a4a6a033 mark Android.mk as non-executable Ozkan Sezer 2021-11-12 12:55:28 +0300
  • 5fc7a90a8b Fix refcounting in SDL_hid_exit Mathieu Eyraud 2021-11-12 10:00:41 +0100
  • 97c71371f2 If Android version >= API 31 PendingIntent.FLAG_MUTABLE "If your app targets Android 12, you must specify the mutability of each PendingIntent object that your app creates. This additional requirement improves your app's security." Sam Lantinga 2021-11-12 01:21:29 -0800
  • 162772aa63 Fixed build warnings on Android Sam Lantinga 2021-11-11 20:50:54 -0800
  • 544d2e6aa0 Don't try to load hidapi at startup on Android Sam Lantinga 2021-11-11 20:47:19 -0800
  • 33735d5997 mark Android.mk as non-executable Ozkan Sezer 2021-11-12 07:40:00 +0300
  • 50971577e4 dinput: Fix memory leak when SDL_DINPUT_JoystickPresent() returns true Cameron Gutman 2021-11-11 22:35:41 -0600
  • ed05a0e9e7 Fixed exception trying to get USB permission Sam Lantinga 2021-11-11 20:33:02 -0800
  • acb602d607 minor style adjustment Ozkan Sezer 2021-11-12 07:28:00 +0300
  • 3bf7994fe2 Add and use SDL_FALLTHROUGH for fallthroughs Misa 2021-09-27 14:38:12 -0700
  • c877dd93c5 The hidapi code is now built into SDL, we don't need to load a shared library for it Sam Lantinga 2021-11-11 19:29:42 -0800
  • 9c3bcf8e8a Added SDL_hid_ble_scan() for pairing Steam Controllers on iOS and tvOS Sam Lantinga 2021-11-11 17:31:14 -0800
  • abc12a832c Revert "Add and use SDL_FALLTHROUGH for fallthroughs" Sam Lantinga 2021-11-11 15:58:44 -0800
  • 36b2690e40 Moved SDL HIDAPI functions into a single block for the ABI Sam Lantinga 2021-11-11 15:48:56 -0800
  • cfbae8b967 Sync wiki -> header SDL Wiki Bot 2021-11-11 23:12:04 +0000
  • fe09a4930a joystick: Add APIs to query rumble support Cameron Gutman 2021-11-11 15:53:11 -0600
  • afccabb881 joystick: Add capability flags for rumble and trigger rumble Cameron Gutman 2021-11-11 12:12:05 -0600
  • 1ccfbf963e joystick: Convert HasLED() into a generic GetCapabilities() function Cameron Gutman 2021-11-11 11:13:08 -0600
  • 1ba695dc94 whitespace between '#' and 'cmakedefine' does not seem to work.. Ozkan Sezer 2021-11-12 02:00:04 +0300