Commit Graph

  • 36c87d9f27 Android JAVA DetectDevices: 'is_capture' is inverted (#6845) Sylvain Becker 2022-12-18 16:55:59 +01:00
  • 5bf8bc2241 Android JAVA DetectDevices: 'is_capture' is inverted (#6845) Sylvain Becker 2022-12-18 16:55:59 +01:00
  • 7fc8533b62 Use alias types for which members of event structs instead of plain types (#6841) Yevhen Babiichuk (DustDFG) 2022-12-18 13:10:15 +02:00
  • 4e3fc0c1dc Android: make Detect devices common between aaudio and android driver. (#6828) Sylvain Becker 2022-12-18 12:07:38 +01:00
  • 186687bda9 Android: make Detect devices common between aaudio and android driver. (#6828) Sylvain Becker 2022-12-18 12:07:38 +01:00
  • 78725dc0cd include: Fixed a C++-style single line comment. Ryan C. Gordon 2022-12-17 23:52:04 -05:00
  • d927befcd7 docs: Just adjusting some link text. Ryan C. Gordon 2022-12-17 13:06:44 -05:00
  • 7b25f04476 README-migration.md: Point to the SDL_gesture repository. Ryan C. Gordon 2022-12-17 13:04:28 -05:00
  • 3b5780ba0a README-migration.md: Updated stdio RWops example code for new API. Ryan C. Gordon 2022-12-15 11:20:29 -05:00
  • d305bc6d55 Fixed order of operations problem when tearing down the window Sam Lantinga 2022-12-17 07:09:24 -08:00
  • 187708e542 Fixed compiler warning Sam Lantinga 2022-12-17 06:58:02 -08:00
  • b678a98024 Fixed compiler warning Sam Lantinga 2022-12-17 06:58:02 -08:00
  • 9c9e6e3aa3 Fixed compiler warning Sam Lantinga 2022-12-17 06:51:02 -08:00
  • 3b0cd44158 Fixed compiler warning Sam Lantinga 2022-12-17 06:51:02 -08:00
  • dce2546534 Revert wrong comment in SDL_surface.h for SDL3 (see #6824) Sylvain 2022-12-16 16:42:06 +01:00
  • abf5cc5203 Android audio device selection (#6824) Maido 2022-12-16 17:38:57 +02:00
  • 741499dea7 Android audio device selection (#6824) Maido 2022-12-16 17:38:57 +02:00
  • b461d9e183 testautomation_rwops: update test because of change in SDL_RWwrite. when it's not possible to write to memory ( mem_writeconst ), error code is -1 (see #6818) Sylvain 2022-12-16 10:24:19 +01:00
  • 6570febd47 Sorted PS4 controllers, note that the NACON Wireless Controller for PS4 actually reports as an XInput device Sam Lantinga 2022-12-15 18:00:51 -08:00
  • 0da118ce45 Note that the NACON Daija Arcade Stick is an arcade stick Sam Lantinga 2022-12-15 17:58:29 -08:00
  • a53382e460 Sorted PS4 controllers, note that the NACON Wireless Controller for PS4 actually reports as an XInput device Sam Lantinga 2022-12-15 18:00:51 -08:00
  • e99b9ca9c0 Note that the NACON Daija Arcade Stick is an arcade stick Sam Lantinga 2022-12-15 17:58:29 -08:00
  • 5a45d2e58b Updated Xcode project for SDL_main as a header-only library Sam Lantinga 2022-12-15 10:53:44 -08:00
  • ab554c8392 Update doc/README-* for header-only SDL_main Daniel Gibson 2022-12-12 23:27:58 +01:00
  • c3bf253b09 Remove SDL3_main from build systems, remove most of src/main/* Daniel Gibson 2022-12-12 23:27:42 +01:00
  • 63d3fb469d Move src/main/haiku/ to src/core/ Daniel Gibson 2022-12-12 21:41:05 +01:00
  • 989a8ca90e Port PSP SDL_main to header-only + SDL_RunApp() Daniel Gibson 2022-12-12 19:22:17 +01:00
  • b1b3bd654d Port PS2 SDL_main to header-only + SDL_RunApp() Daniel Gibson 2022-12-12 19:15:09 +01:00
  • 544f2c7982 Port ngage to header-only SDL_main + SDL_RunApp() Daniel Gibson 2022-12-12 18:30:05 +01:00
  • 7bfc41db3c Unify all the SDL_*RunApp() functions into just SDL_RunApp() Daniel Gibson 2022-12-15 06:01:34 +01:00
  • 1de559248e PortNintendo 3DS SDL_main to header-only + SDL_N3DSRunApp() Daniel Gibson 2022-12-12 04:38:06 +01:00
  • 2aee3e654d Remove SDL_main from VS Solutions in VisualC/ and VisualC-GDK/ Daniel Gibson 2022-12-15 05:59:27 +01:00
  • 28b93451dc Make WinRT's SDL_main header-only Daniel Gibson 2022-12-12 01:22:43 +01:00
  • 8e0693c982 Make iOS/tvOS (uikit) SDL_main header-only Daniel Gibson 2022-12-11 05:08:15 +01:00
  • 28ecbbf0b5 Make GDK's SDL_main header-only Daniel Gibson 2022-12-11 04:45:38 +01:00
  • 2d0eaea1cc Add missing SDL_main.h includes to remaining libSDLmain implementations Daniel Gibson 2022-12-04 07:50:57 +01:00
  • 22e22ba196 Add SDL_main.h includes to tests Daniel Gibson 2022-12-15 05:58:20 +01:00
  • ca2fe7be1a Implement SDL_main as header-only lib for Win32 Daniel Gibson 2022-12-04 03:29:22 +01:00
  • 8e72be3117 testime.c: fix wrong {} in switch Sylvain 2022-12-15 14:26:18 +01:00
  • ffaf451558 testime.c: fix wrong {} in switch Sylvain 2022-12-15 14:26:18 +01:00
  • ff3f4236f2 testime.c: add valid cast, since the variable as been tested non negative before Sylvain 2022-12-15 14:22:11 +01:00
  • 48955cce0e test/testime.c: put back size_t Sylvain 2022-12-15 14:19:02 +01:00
  • deba9f4b8b testime.c: fix various warnings + test error code from SDL_RWread, changing bytesRead to Sint64 (thanks Ozkan) see #6818 Sylvain 2022-12-15 14:11:08 +01:00
  • 1e6d4649c0 fixed build rwops (#6818) Sylvain Becker 2022-12-15 10:06:15 +01:00
  • c637031294 rwops: Fixed another Windows build failure. Ryan C. Gordon 2022-12-15 00:16:02 -05:00
  • 4075748e41 rwops: Removed unused variable in Windows-specific code. Ryan C. Gordon 2022-12-15 00:09:12 -05:00
  • e35730ac54 fixed const error when compiling for mutated total_need value in SDL_rwops.c Brian Kirkpatrick 2022-12-14 19:23:18 -08:00
  • 83559503c4 test: patched to compile. Ryan C. Gordon 2022-12-14 23:24:56 -05:00
  • 980208b814 Fixed crash in SDL_PrivateGameControllerRefreshMapping() Sam Lantinga 2022-12-14 14:24:58 -08:00
  • 7a9966af9d Fixed crash in SDL_PrivateGameControllerRefreshMapping() Sam Lantinga 2022-12-14 14:24:58 -08:00
  • 72c1f73bc5 rwops: Make read and write work like POSIX, not stdio. Ryan C. Gordon 2022-12-14 15:42:54 -05:00
  • e9a9afaded wayland: Look up pressed keys via keycodes instead of scancodes on keyboard entry Frank Praznik 2022-12-14 11:38:14 -05:00
  • 3a940ba8ee Updated gendynapi.py to handle thread-safety annotations Sam Lantinga 2022-12-14 09:59:56 -08:00
  • 5c29b58e95 Added support for clang thread-safety analysis Sam Lantinga 2022-12-13 14:03:40 -08:00
  • d59caffe2c Added support for clang thread-safety analysis Sam Lantinga 2022-12-13 14:03:40 -08:00
  • 52176e25e1 DBus: add a reference to the connection Sylvain Becker 2022-12-14 17:41:35 +01:00
  • 582fb3901a DBus: add a reference to the connection Sylvain Becker 2022-12-14 17:41:35 +01:00
  • 02493579b5 DBus: add a reference to the connection Sylvain Becker 2022-12-14 17:41:35 +01:00
  • e0ee9fa80c Fix build (#6808) Sylvain Becker 2022-12-14 09:47:15 +01:00
  • 5a2d0b69c8 render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer. Ryan C. Gordon 2022-12-13 23:26:49 -05:00
  • 1230a8fde8 fix (hopefully) MSVC builds after gesture removal. Ozkan Sezer 2022-12-14 00:50:20 +03:00
  • a76053352c gesture: Removed the gesture API from SDL3. Ryan C. Gordon 2022-12-13 14:54:37 -05:00
  • 07fa2769b8 cmake: Fix detection of ALSA::ALSA for static linking Simon McVittie 2022-12-13 12:02:47 +00:00
  • 45ebdfb1dc emscripten: Replace a stray reference to SDL2 with SDL3 Simon McVittie 2022-12-13 12:18:54 +00:00
  • 4a46a9e372 .gitignore: Replace all SDL2 with SDL3 Simon McVittie 2022-12-13 12:20:35 +00:00
  • 40698ee33c wasapi: Fixed incorrect assertions. Ryan C. Gordon 2022-12-12 16:07:48 -05:00
  • 6b5610752b Don't try to open the Razer Huntsman Elite keyboard as a controller Sam Lantinga 2022-12-12 18:00:57 -08:00
  • c709741871 Detect display change when fullscreen desktop windows move displays Sam Lantinga 2022-12-12 20:26:17 -08:00
  • 650e16a824 Detect display change when fullscreen desktop windows move displays Sam Lantinga 2022-12-12 20:26:17 -08:00
  • a506d798d8 Don't try to open the Razer Huntsman Elite keyboard as a controller Sam Lantinga 2022-12-12 18:00:57 -08:00
  • 817454cfe6 Don't try to open the Razer Huntsman Elite keyboard as a controller Sam Lantinga 2022-12-12 18:00:57 -08:00
  • e986c7984b wasapi: Fixed incorrect assertions. Ryan C. Gordon 2022-12-12 16:07:48 -05:00
  • 12486e144b wasapi: Fixed incorrect assertions. Ryan C. Gordon 2022-12-12 16:07:48 -05:00
  • dfd7efaf13 wayland: Set xdg surface geometry Frank Praznik 2022-12-05 15:33:01 -05:00
  • 90a964f132 wayland: Set xdg surface geometry Frank Praznik 2022-12-05 15:33:01 -05:00
  • 802b5ef7dc Added support for the STRIKEPAD PS4 Grip Add-on to the HIDAPI driver Sam Lantinga 2022-12-12 10:54:29 -08:00
  • 618340bf99 Added support for the STRIKEPAD PS4 Grip Add-on to the HIDAPI driver Sam Lantinga 2022-12-12 10:54:29 -08:00
  • e580e087ff N3DS: Backport semaphore fixes from #6776. Pierre Wendling 2022-12-06 17:53:01 -05:00
  • 9eb4d1f020 cmake: use FindALSA.cmake to find ALSA libraries Anonymous Maarten 2022-12-12 00:18:06 +01:00
  • b79732b967 cmake: use FindALSA.cmake to find ALSA library nfarid 2022-12-11 22:23:45 +00:00
  • 053ce39d67 N3DS: Semaphore fixes. (#6776) Pierre Wendling 2022-12-11 14:27:16 -05:00
  • faa7e3cc2e Update DYNAPI SDL_WinRTRunApp() prototype which was wrong (see #6783) Sylvain 2022-12-10 17:54:16 +01:00
  • 5efc9bd194 SDL_dynapi_procs: fixed SDL_UIKitRunApp prototype (see #6783) Sylvain 2022-12-10 17:45:56 +01:00
  • bb6abd7b03 Remove OutDir and IntDir from GDK projects Kelly Gravelyn 2022-12-09 13:49:26 -08:00
  • e5a470d0d3 Update DYNAPI SDL_WinRTRunApp() prototype which was wrong (see #6783) Sylvain 2022-12-10 17:54:16 +01:00
  • 3d190ebcb4 SDL_dynapi_procs: fixed SDL_UIKitRunApp prototype (see #6783) Sylvain 2022-12-10 17:45:56 +01:00
  • a38ea6bad2 SDL_assert: remove old define for obsolete naming Sylvain 2022-12-10 17:21:51 +01:00
  • f906c52ee6 SDL_assert: remove old naming convention (see #6783) Sylvain 2022-12-10 17:19:00 +01:00
  • 2905b6d65a SDL_dynapi_procs: update wrong naming conventions with SDL_AssertState/Data (see #6783) Sylvain 2022-12-10 17:15:14 +01:00
  • 4bae75387a docs: Note that you don't need to free SDL_GetDefaultCursor's results. Ryan C. Gordon 2022-12-09 22:07:22 -05:00
  • 16f8dfcef9 docs: Note that you don't need to free SDL_GetDefaultCursor's results. Ryan C. Gordon 2022-12-09 22:07:22 -05:00
  • 99baebf5eb SDL_dynapi_procs.h: one more space (for diff purpose) Sylvain 2022-12-09 20:42:01 +01:00
  • b7008e4614 SDL_dynapi_procs: remove extra ' ' Sylvain 2022-12-09 20:36:34 +01:00
  • cce1341b5b gendynapi.py: don't generate parameter for '...' - corrected Sylvain 2022-12-09 20:34:13 +01:00
  • f442d0a0ef Revert "gendynapi.py: don't generate parameter for '...'" Sylvain 2022-12-09 20:33:14 +01:00
  • ea8c7df91b gendynapi.py: don't generate parameter for '...' Sylvain 2022-12-09 20:22:44 +01:00
  • 5f89987d7f Fixed extra 'space' (see #6783 Thanks @sezero !) Sylvain 2022-12-09 20:09:17 +01:00
  • 3736005fc4 Added test event logging for SDL_WINDOWEVENT_ICCPROF_CHANGED and SDL_WINDOWEVENT_DISPLAY_CHANGED Sam Lantinga 2022-12-09 10:13:18 -08:00
  • f57776836f Fixed build Sam Lantinga 2022-12-09 10:22:18 -08:00
  • 569fa3f57f Added test event logging for SDL_WINDOWEVENT_ICCPROF_CHANGED and SDL_WINDOWEVENT_DISPLAY_CHANGED Sam Lantinga 2022-12-09 10:13:18 -08:00