Commit Graph

  • cf267e4985 Fix -Wunused-variable warning in src/video/x11/SDL_x11events.c Anonymous Maarten 2024-06-21 17:38:38 +02:00
  • 53eff7f903 testevdev: Add X-Box One S controller via xpadneo 0.9.x Simon McVittie 2024-06-21 14:12:08 +01:00
  • 2804f92eff testevdev: Add missing device ID for Wiimote Classic Controller Simon McVittie 2024-06-21 11:37:28 +01:00
  • c244eb937b testevdev: Add the virtual X360 controller created by Steam Input Simon McVittie 2024-06-21 14:23:30 +01:00
  • f471392e73 testevdev: Add test data from Steam Deck built-in devices Simon McVittie 2024-06-21 13:18:11 +01:00
  • 740850d3ce testevdev: Add a field for the USB device version Simon McVittie 2024-06-21 13:05:44 +01:00
  • 0f27686a51 tests: run tests under a minimal debugger that can create minidumps Anonymous Maarten 2024-06-20 23:29:51 +02:00
  • 6e53a36414 Fixed Y + right shoulder button combination on third party Switch controllers Sam Lantinga 2024-06-20 14:37:30 -07:00
  • 83933fdfa0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-20 19:55:37 +00:00
  • 2f276a2eea video: Expose HDR metadata per-window Frank Praznik 2024-06-17 19:23:10 -04:00
  • 53cf48f505 android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +02:00
  • 0383333b54 android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +02:00
  • 3b5f35138e android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +02:00
  • c32a1a5023 android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +02:00
  • 6a2dd96ac7 android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +02:00
  • b444e656cd android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +02:00
  • 8b204815cc Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) expikr 2024-06-16 06:21:29 -07:00
  • c1d10c36e7 Sync SDL2 wiki -> header SDL Wiki Bot 2024-06-20 16:30:15 +00:00
  • 194d72bb29 Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) expikr 2024-06-16 06:21:29 -07:00
  • 72d5f39e5c Make testnative (on win32) UNICODE compatible Anonymous Maarten 2024-06-20 15:24:22 +02:00
  • 992f80eb51 testnative: include SDL_build_config.h instead of SDL_internal.h Anonymous Maarten 2024-06-19 17:04:52 +02:00
  • e6944584a0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-20 00:01:27 +00:00
  • 8a80f41b77 Added check for n<0 in SDL_rand_n() John Kaniarz 2024-06-19 16:51:21 -04:00
  • 38cac043af Added algorithm comments to SDL_rand_*() John Kaniarz 2024-06-19 16:18:00 -04:00
  • 8f29f8cae5 Renamed SDL_rand() to SDL_rand_bits() and updated tests John Kaniarz 2024-06-19 15:31:00 -04:00
  • 237bbfcb9d Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-19 18:02:45 +00:00
  • 16e69cb4c9 Removed SDL_rand_r() John Kaniarz 2024-06-19 13:21:28 -04:00
  • 86b06f74dc Updated docs John Kaniarz 2024-06-19 13:16:19 -04:00
  • 3ee4bff8ac Upgraded constants after statistical testing. John Kaniarz 2024-06-19 12:49:54 -04:00
  • 83d21e20df Added SDL_rand_float and SDL_rand_n to API John Kaniarz 2024-06-16 22:10:54 -04:00
  • f4ee59a1a2 Moved SDL_rand auto-initialization out of SDL_rand_r John Kaniarz 2024-06-16 20:25:47 -04:00
  • 421326b6da Fixed controllers not being seen as gamepads after adding a mapping Sam Lantinga 2024-06-19 08:32:18 -07:00
  • 90b7097a90 JANITORIAL: Fix ammount typos (#10060) Hubert Maier 2024-06-19 16:27:19 +02:00
  • ab98d51b9f Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-19 14:15:46 +00:00
  • 81d8fcb5d8 JANITORIAL: Fix judgement typos (#10059) Hubert Maier 2024-06-19 16:14:58 +02:00
  • 3acdb8a90b JANITORIAL: Fix typos in comments in various files (#10058) Hubert Maier 2024-06-19 16:13:46 +02:00
  • a9bb92b3ae Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +00:00
  • 4800edfa0c Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +00:00
  • 0fe9f5da54 Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +00:00
  • 02597cdc56 Remove cursors not in SDL2 from migration guide Zack Middleton 2024-06-03 20:51:00 -05:00
  • 5ecf125456 Update descriptions for window resize cursors Zack Middleton 2024-06-03 20:47:40 -05:00
  • d7391394d3 Switched the camera format to use framerate ratio instead of interval ratio Sam Lantinga 2024-06-16 18:12:38 -07:00
  • ea8df46575 We don't support directly rendering to PQ swap chains Sam Lantinga 2024-06-17 17:27:14 -07:00
  • 122c3e6a81 ci: create simpler Gradle testspriteminimal project instead Anonymous Maarten 2024-06-18 00:38:35 +02:00
  • 630272eb55 Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -07:00
  • 5a26b26880 Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -07:00
  • 1a68d846de Create a functional CMake project using androidbuild.sh Anonymous Maarten 2024-06-17 23:46:08 +02:00
  • 8ab1ffca8a Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -07:00
  • 3a68febedf Enable HIDAPI controller support on mobile platforms Sam Lantinga 2024-06-17 15:05:12 -07:00
  • 4236fb2d63 Fixed build warnings with Android debug logging Sam Lantinga 2024-06-17 15:01:21 -07:00
  • 1cdcb57865 Fixed launching on Android after audio capture -> recording renaming Sam Lantinga 2024-06-17 14:44:54 -07:00
  • 92fe3b19c8 Updated to version 2.30.4 for release release-2.30.4 Sam Lantinga 2024-06-17 12:32:13 -07:00
  • 30e2b03a65 Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -07:00
  • a6fdd155fb Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -07:00
  • 361cae0874 Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -07:00
  • f8943854fd Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +08:00
  • 77285b6c3f Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +08:00
  • 3373667faa Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +08:00
  • b6e6c73541 Fixed building the metal renderer with SDL_LEAN_AND_MEAN Sam Lantinga 2024-06-16 22:04:57 -07:00
  • aeea819494 Added colorspace to SDL_CameraSpec Sam Lantinga 2024-06-12 11:18:26 -07:00
  • 98499d6818 .editorconfig: Remove excess apostrophe at *.cocci Yasushi SHOJI 2024-06-17 01:05:02 +09:00
  • 744eb00b04 Sync SDL2 wiki -> header SDL Wiki Bot 2024-06-16 15:02:26 +00:00
  • 182a28b343 Fixed documentation typo Sam Lantinga 2024-06-16 08:01:16 -07:00
  • 4e5ed569c3 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-16 14:42:00 +00:00
  • d1d484ddbe Added SDL_srand(), SDL_rand(), and SDL_rand_r() (thanks @JKaniarz!) Sam Lantinga 2024-06-16 07:20:11 -07:00
  • 9cb4bb92f6 Fixed parsing SDL_ANALYZER_NORETURN Sam Lantinga 2024-06-16 07:08:19 -07:00
  • cf2d8dac30 Reordered conditional for clarity Sam Lantinga 2024-06-16 06:25:41 -07:00
  • 65f0691866 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-16 13:21:56 +00:00
  • ee559d51be Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) expikr 2024-06-16 06:21:29 -07:00
  • 177dfddaf7 simplify OpenBSD D-pad calculation with bitwise operation (#7996) rfht 2023-07-17 20:01:23 -06:00
  • 510f413bb8 coreaudio: simplify memory leak fix. Ryan C. Gordon 2024-06-15 11:42:44 -04:00
  • 17af09f3a9 coreaudio: simplify memory leak fix. Ryan C. Gordon 2024-06-15 11:42:44 -04:00
  • 7c2329cd78 wikiheaders: Fix C typedef parsing. Ryan C. Gordon 2024-06-15 11:31:17 -04:00
  • 51f90f308b Fixed spacing Sam Lantinga 2024-06-15 08:10:48 -07:00
  • a9da8dd22d Addressed memory leak in SDL_coreaudio.m obeecodes 2024-06-15 00:32:36 -04:00
  • 3b5dce10c4 Addressed memory leak in SDL_coreaudio.m obeecodes 2024-06-15 00:32:36 -04:00
  • e388e377aa audio: Refer to audio devices to "playback" and "recording" Sam Lantinga 2024-06-15 08:00:33 -07:00
  • a64960cfc0 SDL_GLContext is not a void* pointer anymore Anonymous Maarten 2024-06-15 14:44:09 +02:00
  • 63138c79af Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-15 05:09:09 +00:00
  • b83ab7eb12 audio: Remove const from an SDL_bool parameter in SDL_AddAudioDevice. Ryan C. Gordon 2024-06-14 22:21:21 -04:00
  • 38f0214e8a audio: Refer to audio devices to "playback" and "recording". Ryan C. Gordon 2024-06-14 17:57:14 -04:00
  • 031dc0743f Use an opaque struct typedef for SDL_GLContext Anonymous Maarten 2024-06-14 19:56:33 +02:00
  • 325465935d SDL_events.c: remove long long casts an the override of SDL_PRIs64 Ozkan Sezer 2024-06-14 18:47:56 +03:00
  • 1cdd37b32c always define PRI?64 using 'I64' when targeting windows Ozkan Sezer 2024-06-01 01:15:02 +03:00
  • 41532e84cb wayland: Prevent a possible crash when determining the display for a minimized window Frank Praznik 2024-06-14 12:25:13 -04:00
  • a98774e62c Check the Xft/DPI XSETTINGS Emmanuele Bassi 2024-06-13 15:41:43 +01:00
  • e049098733 Query XSETTINGS for the content scale factor Emmanuele Bassi 2024-06-13 15:35:11 +01:00
  • 61dafb3b2f Add XSETTINGS support to x11 driver Emmanuele Bassi 2023-11-30 16:36:22 +00:00
  • a4d240d295 SDL_events.c: remove long long casts an the override of SDL_PRIs64 Ozkan Sezer 2024-06-14 18:47:56 +03:00
  • d6da494c1c un-revert commit 65d911a: Ozkan Sezer 2024-06-14 18:37:50 +03:00
  • 9422c57201 revert commit ac25395 as it broke linux.. Ozkan Sezer 2024-06-14 14:56:32 +03:00
  • e25a7e88ce revert commit 65d911a as it broke linux.. Ozkan Sezer 2024-06-14 14:56:24 +03:00
  • ac253956b9 SDL_events.c: override of SDL_PRIs64 for mingw is no longer needed Ozkan Sezer 2024-06-14 14:51:10 +03:00
  • 65d911aff0 SDL_events.c: override of SDL_PRIs64 for mingw is no longer needed Ozkan Sezer 2024-06-14 14:50:50 +03:00
  • 948b926d47 SDL_qsort.c: better match private funcs' compare args to SDL3 version. Ozkan Sezer 2024-06-14 14:50:32 +03:00
  • 499bff9c3a SDL_qsort.c: fix calling conventions of private functions' compare args Ozkan Sezer 2024-06-14 14:50:10 +03:00
  • 143d5d779c Sync SDL2 wiki -> header SDL Wiki Bot 2024-06-14 06:11:54 +00:00
  • 51902d4ac5 Updated headers with latest wikiheaders tweaks. Ryan C. Gordon 2024-06-14 02:09:55 -04:00
  • c0c0c64a1d wikiheaders: Some quick scripting to make params/return info consistent. Ryan C. Gordon 2024-06-14 01:57:48 -04:00
  • 5bc654aad3 camera: SDL_GetCameraDeviceName() now follows the SDL_GetStringRule. Ryan C. Gordon 2024-06-13 18:13:51 -04:00