Commit Graph

  • 0383333b54 android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +0200
  • 99d2cbb36a Cast all SDLK definitions to SDL_Keycode Benjamin Adamson 2024-06-20 11:36:03 -0600
  • badba654ba Vertically align keycode values Benjamin Adamson 2024-06-20 11:35:17 -0600
  • 3b5f35138e android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +0200
  • c32a1a5023 android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +0200
  • 6a2dd96ac7 android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +0200
  • b444e656cd android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +0200
  • 8b204815cc Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) expikr 2024-06-16 06:21:29 -0700
  • c1d10c36e7 Sync SDL2 wiki -> header SDL Wiki Bot 2024-06-20 16:30:15 +0000
  • 194d72bb29 Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) expikr 2024-06-16 06:21:29 -0700
  • 72d5f39e5c Make testnative (on win32) UNICODE compatible Anonymous Maarten 2024-06-20 15:24:22 +0200
  • 992f80eb51 testnative: include SDL_build_config.h instead of SDL_internal.h Anonymous Maarten 2024-06-19 17:04:52 +0200
  • 349235d58b Make testnative (on win32) UNICODE compatible Anonymous Maarten 2024-06-20 15:24:22 +0200
  • 24dcb97f66 testnative: include SDL_build_config.h instead of SDL_internal.h Anonymous Maarten 2024-06-19 17:04:52 +0200
  • 37b2978426
    video: Expose HDR metadata per-window Frank Praznik 2024-06-17 19:23:10 -0400
  • ac6358220f android: actually use ReLinker Blaž Tomažič 2024-06-20 09:48:02 +0200
  • b748a09f1a android: add an option to manually pass the context when loading a native library Blaž Tomažič 2024-06-20 09:45:00 +0200
  • cad2dd84e5
    Add bounds checks to SDL_qsort Aikawa Yataro 2024-06-20 00:48:53 +0000
  • e6944584a0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-20 00:01:27 +0000
  • 8a80f41b77 Added check for n<0 in SDL_rand_n() John Kaniarz 2024-06-19 16:51:21 -0400
  • 38cac043af Added algorithm comments to SDL_rand_*() John Kaniarz 2024-06-19 16:18:00 -0400
  • 8f29f8cae5 Renamed SDL_rand() to SDL_rand_bits() and updated tests John Kaniarz 2024-06-19 15:31:00 -0400
  • 0419f1449b Added check for n<0 in SDL_rand_n() John Kaniarz 2024-06-19 16:51:21 -0400
  • bcf7fb547d Added algorithm comments to SDL_rand_*() John Kaniarz 2024-06-19 16:18:00 -0400
  • 3290d7bd1c Renamed SDL_rand() to SDL_rand_bits() and updated tests John Kaniarz 2024-06-19 15:31:00 -0400
  • 237bbfcb9d Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-19 18:02:45 +0000
  • 16e69cb4c9 Removed SDL_rand_r() John Kaniarz 2024-06-19 13:21:28 -0400
  • 86b06f74dc Updated docs John Kaniarz 2024-06-19 13:16:19 -0400
  • 3ee4bff8ac Upgraded constants after statistical testing. John Kaniarz 2024-06-19 12:49:54 -0400
  • 83d21e20df Added SDL_rand_float and SDL_rand_n to API John Kaniarz 2024-06-16 22:10:54 -0400
  • f4ee59a1a2 Moved SDL_rand auto-initialization out of SDL_rand_r John Kaniarz 2024-06-16 20:25:47 -0400
  • f69555faa7 Removed SDL_rand_r() John Kaniarz 2024-06-19 13:21:28 -0400
  • 9055629588 Updated docs John Kaniarz 2024-06-19 13:16:19 -0400
  • e32cb92d77 Upgraded constants after statistical testing. John Kaniarz 2024-06-19 12:49:54 -0400
  • 421326b6da Fixed controllers not being seen as gamepads after adding a mapping Sam Lantinga 2024-06-19 08:32:18 -0700
  • 90b7097a90
    JANITORIAL: Fix ammount typos (#10060) Hubert Maier 2024-06-19 16:27:19 +0200
  • b49ebd78d6
    JANITORIAL: Fix sensitivy typo in joystick/hidapi/steam/controller_constants.h Hubert Maier 2024-06-19 16:22:50 +0200
  • ab98d51b9f Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-19 14:15:46 +0000
  • 81d8fcb5d8
    JANITORIAL: Fix judgement typos (#10059) Hubert Maier 2024-06-19 16:14:58 +0200
  • 3acdb8a90b
    JANITORIAL: Fix typos in comments in various files (#10058) Hubert Maier 2024-06-19 16:13:46 +0200
  • 632d59b8d1
    JANITORIAL: Fix ammount typos in joystick/hidapi/steam/controller_constants.h Hubert Maier 2024-06-19 14:32:12 +0200
  • 664cb44aa2
    JANITORIAL: Fix ammount typo in joystick/hidapi/SDL_hidapi_steam.c Hubert Maier 2024-06-19 14:30:38 +0200
  • b65a5cdb16
    JANITORIAL: Fix judgement typo in SDL_render.h Hubert Maier 2024-06-19 14:17:36 +0200
  • 555662f0e5
    Update README-documentation-rules.md Hubert Maier 2024-06-19 14:16:19 +0200
  • 870587e2e6
    JANITORIAL: Fix enviroment typo in testautomation.c Hubert Maier 2024-06-19 14:13:34 +0200
  • 3d79a4aefa
    JANITORIAL: Fix heirarchy typo in SDL_video.c Hubert Maier 2024-06-19 14:12:23 +0200
  • 32060b16b9
    JANITORIAL: Fix preceeding, threshhold and occuring typos in SDL_malloc.c Hubert Maier 2024-06-19 14:11:11 +0200
  • 1aa5b56e01
    JANITORIAL: Fix upto typo in steam/controller_structs.h Hubert Maier 2024-06-19 14:09:02 +0200
  • 522d53e020
    JANITORIAL: Fix occured typo in netbsd/hid.c Hubert Maier 2024-06-19 14:05:08 +0200
  • be9ef77eb7
    JANITORIAL: Fix occured typo in linux/hid.c Hubert Maier 2024-06-19 14:04:22 +0200
  • 85822790bb
    JANITORIAL: Fix explictly typo in SDL_camera_mediafoundation.c Hubert Maier 2024-06-19 14:03:06 +0200
  • dbe511465f
    JANITORIAL: Fix layed typo in SDL_audiocvt.c Hubert Maier 2024-06-19 13:58:10 +0200
  • 0b00a24551
    JANITORIAL: Fix scoll typo in SDL_keycode.h Hubert Maier 2024-06-19 13:56:56 +0200
  • 13df62c1f4
    JANITORIAL: Fix accomodate, considerd and prefered typos in SDL_hints.h Hubert Maier 2024-06-19 13:55:57 +0200
  • 0ccdae9392
    JANITORIAL: Fix occured typos in SDL_dialog.h Hubert Maier 2024-06-19 13:53:41 +0200
  • 054e928160
    JANITORIAL: Fix distiction typo in SDL_camera.h Hubert Maier 2024-06-19 13:50:36 +0200
  • d5785eb1ce
    JANITORIAL: Fix everytime typo in README-ps2.md Hubert Maier 2024-06-19 13:49:26 +0200
  • 71ea2d492f
    JANITORIAL: Fix refered and preceeding typos in README-migration.md Hubert Maier 2024-06-19 13:48:25 +0200
  • fb0dd49d0a
    JANITORIAL: Fix compatability typo in README-gdk.md Hubert Maier 2024-06-19 13:45:27 +0200
  • 1e3b5508b3
    JANITORIAL: Fix intial typo in README-emscripten.md Hubert Maier 2024-06-19 13:44:17 +0200
  • a6c27e0a94
    JANITORIAL: Fix refered typo in README-documentation-rules.md Hubert Maier 2024-06-19 13:42:53 +0200
  • a9bb92b3ae Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +0000
  • 4800edfa0c Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +0000
  • 0fe9f5da54 Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +0000
  • b6858ae3f0
    Update qsort implementation Aikawa Yataro 2024-06-19 00:09:45 +0000
  • 02597cdc56 Remove cursors not in SDL2 from migration guide Zack Middleton 2024-06-03 20:51:00 -0500
  • 5ecf125456 Update descriptions for window resize cursors Zack Middleton 2024-06-03 20:47:40 -0500
  • d7391394d3 Switched the camera format to use framerate ratio instead of interval ratio Sam Lantinga 2024-06-16 18:12:38 -0700
  • ea8df46575 We don't support directly rendering to PQ swap chains Sam Lantinga 2024-06-17 17:27:14 -0700
  • 82828cd4ef Merge branch 'main' into main TerensTare 2024-06-18 00:42:14 +0200
  • 122c3e6a81 ci: create simpler Gradle testspriteminimal project instead Anonymous Maarten 2024-06-18 00:38:35 +0200
  • 630272eb55 Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -0700
  • 5a26b26880 Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -0700
  • 1a68d846de Create a functional CMake project using androidbuild.sh Anonymous Maarten 2024-06-17 23:46:08 +0200
  • 8ab1ffca8a Fixed requesting USB permission on Android 14 (thanks @ikhoeyZX!) Sam Lantinga 2024-06-17 15:10:33 -0700
  • 3a68febedf Enable HIDAPI controller support on mobile platforms Sam Lantinga 2024-06-17 15:05:12 -0700
  • 4236fb2d63 Fixed build warnings with Android debug logging Sam Lantinga 2024-06-17 15:01:21 -0700
  • 1cdcb57865 Fixed launching on Android after audio capture -> recording renaming Sam Lantinga 2024-06-17 14:44:54 -0700
  • 0626b41304 Fixed notation in some parameters to more reasonable values. TerensTare 2024-06-17 23:35:27 +0200
  • 92fe3b19c8 Updated to version 2.30.4 for release release-2.30.4 Sam Lantinga 2024-06-17 12:32:13 -0700
  • 30e2b03a65 Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -0700
  • a6fdd155fb Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -0700
  • 361cae0874 Pass through the original name used by the Steam Virtual Gamepad Sam Lantinga 2024-06-17 12:11:35 -0700
  • f8943854fd Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +0800
  • 77285b6c3f Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +0800
  • 3373667faa Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +0800
  • f853414b2c
    Android: Use SCREEN_ORIENTATION_FULL_USER instead of SCREEN_ORIENTATION_FULL_SENSOR for resizable window. Miku AuahDark 2024-06-17 19:17:37 +0800
  • b6e6c73541 Fixed building the metal renderer with SDL_LEAN_AND_MEAN Sam Lantinga 2024-06-16 22:04:57 -0700
  • 446b7e51d3 Added SDL_rand_float and SDL_rand_n to API John Kaniarz 2024-06-16 22:10:54 -0400
  • dd06adc5a4 Switched the camera format to use framerate ratio instead of interval ratio Sam Lantinga 2024-06-16 18:12:38 -0700
  • aeea819494 Added colorspace to SDL_CameraSpec Sam Lantinga 2024-06-12 11:18:26 -0700
  • 9a61f38898 Moved SDL_rand auto-initialization out of SDL_rand_r John Kaniarz 2024-06-16 20:25:47 -0400
  • 0c9f2c564f Added colorspace to SDL_CameraSpec Sam Lantinga 2024-06-12 11:18:26 -0700
  • 98499d6818 .editorconfig: Remove excess apostrophe at *.cocci Yasushi SHOJI 2024-06-17 01:05:02 +0900
  • 1b28d58c2e .editorconfig: Remove excess apostrophe at *.cocci Yasushi SHOJI 2024-06-17 01:05:02 +0900
  • 744eb00b04 Sync SDL2 wiki -> header SDL Wiki Bot 2024-06-16 15:02:26 +0000
  • 182a28b343 Fixed documentation typo Sam Lantinga 2024-06-16 08:01:16 -0700
  • 4e5ed569c3 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-16 14:42:00 +0000
  • d1d484ddbe Added SDL_srand(), SDL_rand(), and SDL_rand_r() (thanks @JKaniarz!) Sam Lantinga 2024-06-16 07:20:11 -0700
  • e0f38ecd58 Added SDL_srand(), SDL_rand(), and SDL_rand_r() (thanks @JKaniarz!) Sam Lantinga 2024-06-16 07:20:11 -0700