Commit Graph

  • 0989b7e86d Avoid using designated initializers Brick 2023-08-14 17:12:42 +0100
  • c6c1e673c0 Optimized SDL_Convert_*_to_*_Scalar Brick 2023-08-13 14:36:48 +0100
  • f97b920b31 Optimized SDL_Convert_*_to_*_SSE2 Some of the SDL_Convert_F32_to_*_SSE2 do not explicitly clamp the input, but instead rely on saturating casts. Inputs very far outside the valid [-1.0, 1.0] range may produce an incorrect result, but I believe that is an acceptable trade-off. Brick 2023-08-12 18:53:41 +0100
  • 300d1ec3ed Added audio_convertAccuracy test Brick 2023-08-12 18:41:15 +0100
  • 32cecc2eac Fixed assertion in audio_convertAudio Brick 2023-08-12 18:40:56 +0100
  • 33f11e21ee Removed assertions in AudioConvert(To|From)Float Brick 2023-08-12 18:40:10 +0100
  • c2f388fd88 cmake: add SDL_HIDAPI_LIBUSB_SHARED option + test on ci Anonymous Maarten 2023-08-14 15:48:14 +0200
  • 309f399f75 – gdk: Add SDL_GDKGetDefaultUser, SDL_GetPrefPath implementation Ethan Lee 2023-08-14 13:32:02 -0400
  • 371cc2d173 wayland: Remove unnecessary flag and state settings Frank Praznik 2023-08-14 12:49:13 -0400
  • fe85e6e754 cocoa: Send a maximized event instead of restored if a deminiaturized window is zoomed Frank Praznik 2023-08-14 11:00:40 -0400
  • ddddcb78cb cocoa: Use the close method to hide a miniaturized window Frank Praznik 2023-08-12 10:38:33 -0400
  • be8c42cfd7 Clarify that a window being 'hidden' means that it is unmapped/ordered out Frank Praznik 2023-08-10 13:22:29 -0400
  • a44338cbc1 Fix typo in SDL_audiocvt.c Ikko Eltociear Ashimine 2023-08-15 00:58:06 +0900
  • 7d8b47db82 wayland: Remove unnecessary flag and state settings Frank Praznik 2023-08-14 12:49:13 -0400
  • 446e32c312 Removed some unnecessary integer casts Brick 2023-08-14 17:28:44 +0100
  • bfd6011fb7 Avoid using designated initializers Brick 2023-08-14 17:12:42 +0100
  • 8a537f290d
    Fix typo in SDL_audiocvt.c Ikko Eltociear Ashimine 2023-08-15 00:58:06 +0900
  • e1c1c98c3b cocoa: Send a maximized event instead of restored if a deminiaturized window is zoomed Frank Praznik 2023-08-14 11:00:40 -0400
  • 9d624a7c6d cocoa: Use the close method to hide a miniaturized window Frank Praznik 2023-08-12 10:38:33 -0400
  • daa428e17c Clarify that a window being 'hidden' means that it is unmapped/ordered out Frank Praznik 2023-08-10 13:22:29 -0400
  • f464eb2c54 SDL_hidapi.c: change 'use_libusb_whitelist_default' into a macro. Ozkan Sezer 2023-08-14 17:01:24 +0300
  • 6607a3cfac Disable cache in python http server Anonymous Maarten 2023-08-14 03:50:03 +0200
  • 181d5d285a hidapi: Enable libusb support by default. Ethan Lee 2023-08-09 13:55:36 -0400
  • f0f15e365d hidapi: Use a whitelist for libusb when other backends are available Ethan Lee 2023-08-09 13:52:14 -0400
  • c3f7a7dc46 Convert audio using SDL_AUDIO_F32SYS format instead of SDL_AUDIO_F32 capehill 2023-08-13 20:27:12 +0300
  • ae72cd57b5 Quiet spurious warning Sam Lantinga 2023-08-13 13:53:13 -0700
  • 0b9d8e679a Quiet spurious warning Sam Lantinga 2023-08-13 13:53:13 -0700
  • 796713b9d5 xxd.py: always write \n line endings Vlad-Stefan Harbuz 2023-08-13 19:54:08 +0100
  • 8f858d7908 SDL_TriggerBreakppoint for riscv arch (both 32/64) version. David CARLIER 2023-08-13 13:54:07 +0100
  • 4a0f56b679 SDL_TriggerBreakppoint for riscv arch (both 32/64) version. David CARLIER 2023-08-13 13:54:07 +0100
  • db922237b1 xxd.py: always write \n line endings Vlad-Stefan Harbuz 2023-08-13 19:54:08 +0100
  • 6d1684b1b0 Convert audio using SDL_AUDIO_F32SYS format instead of SDL_AUDIO_F32 capehill 2023-08-13 20:27:12 +0300
  • 723bcd0a8b SDL_TriggerBreakppoint for riscv arch (both 32/64) version. David CARLIER 2023-08-13 13:54:07 +0100
  • d1deea00ee Optimized SDL_Convert_*_to_*_Scalar Brick 2023-08-13 14:36:48 +0100
  • 7793dc06a4 SDL_TriggerBreakppoint for riscv arch (both 32/64) version. David CARLIER 2023-08-13 13:54:07 +0100
  • 3373d75490 Optimized SDL_Convert_*_to_*_SSE2 Some of the SDL_Convert_F32_to_*_SSE2 do not explicitly clamp the input, but instead rely on saturating casts. Inputs very far outside the valid [-1.0, 1.0] range may produce an incorrect result, but I believe that is an acceptable trade-off. Brick 2023-08-12 18:53:41 +0100
  • 247d41d96c Added audio_convertAccuracy test Brick 2023-08-12 18:41:15 +0100
  • 90e80ccc00 Fixed assertion in audio_convertAudio Brick 2023-08-12 18:40:56 +0100
  • 915e9971a1 Removed assertions in AudioConvert(To|From)Float Brick 2023-08-12 18:40:10 +0100
  • 22868330ac hidapi: Enable libusb support by default. Ethan Lee 2023-08-09 13:55:36 -0400
  • 8bafd1e7ec hidapi: Use a whitelist for libusb when other backends are available Ethan Lee 2023-08-09 13:52:14 -0400
  • ec0042081e Add .gitattributes file Anonymous Maarten 2023-08-10 17:42:36 +0200
  • a5d9db0cd0 cmake: build tests for UWP Anonymous Maarten 2023-04-19 16:28:39 +0200
  • b7889a7389 winrt: use windowsio in non-libc mode Anonymous Maarten 2023-08-10 17:37:13 +0200
  • ea8757a748 Make testaudiostreamdynamicresample compatible with emscripten Anonymous Maarten 2023-08-09 18:56:06 +0200
  • 1a7a74fb2e cmake: build emscripten tests as html page Anonymous Maarten 2023-06-03 15:22:39 +0200
  • 64d570f027 Add minimal http server for emscripten test apps Anonymous Maarten 2023-08-09 19:05:56 +0200
  • 8e898c4a21 SDL_test does not parse --samples argument Anonymous Maarten 2023-08-09 19:06:37 +0200
  • 2323872a82 Make testaudiostreamdynamicresample compatible with emscripten Anonymous Maarten 2023-08-09 18:56:06 +0200
  • 67fe081514 cmake: build emscripten tests as html page Anonymous Maarten 2023-06-03 15:22:39 +0200
  • bfc2d338f0 Add minimal http server for emscripten test apps Anonymous Maarten 2023-08-09 19:05:56 +0200
  • 30ddd5648d SDL_test does not parse --samples argument Anonymous Maarten 2023-08-09 19:06:37 +0200
  • 91cd5478be
    audio: Fix resampler overflowing input buffer. Ryan C. Gordon 2023-08-12 00:52:11 -0400
  • f290c85b22
    testaudiocapture: Make sure we convert captured audio to output format. Ryan C. Gordon 2023-08-11 16:52:23 -0400
  • b75c751dfc
    rwlock: Make generic implmentations work on single-threaded platforms. Ryan C. Gordon 2023-08-11 15:02:52 -0400
  • 80850af7ce The controller update complete events are no longer disabled by default Sam Lantinga 2023-08-10 17:45:00 -0700
  • 3f486224a9 Fixed refresh rate calculation for KMSDRM Sam Lantinga 2023-08-10 15:39:38 -0700
  • 5bfdb6e02f Fix overflow when doing SDL_sscanf("%hd", ...) Anonymous Maarten 2023-08-10 23:43:58 +0200
  • 10135b2d7b Fix overflow when doing SDL_sscanf("%hd", ...) Anonymous Maarten 2023-08-10 23:43:58 +0200
  • 342ec51131 Fix overflow when doing SDL_sscanf("%hd", ...) Anonymous Maarten 2023-08-10 23:43:58 +0200
  • 249aa167d6 Fix overflow when doing SDL_sscanf("%hd", ...) Anonymous Maarten 2023-08-10 23:43:58 +0200
  • eba342785f Add .gitattributes file Anonymous Maarten 2023-08-10 17:42:36 +0200
  • 11f09fa01d cmake: build tests for UWP Anonymous Maarten 2023-04-19 16:28:39 +0200
  • c11ffeb2c7 winrt: use windowsio in non-libc mode Anonymous Maarten 2023-08-10 17:37:13 +0200
  • 9129e1d557 Fixed crash when setting the default cursor twice Sam Lantinga 2023-08-10 12:13:40 -0700
  • 8e99a4f4f5 Undo variable rename Sam Lantinga 2023-08-10 11:45:20 -0700
  • be67f0de10 Fixed crashes related to the default cursor on WinRT and KMSDRM Sam Lantinga 2023-08-10 11:40:36 -0700
  • 739d3ec189 Fix out of bound read of 'has_hat' array Mathieu Eyraud 2023-08-10 15:05:29 +0200
  • f348370e1b Fix out of bound read of 'has_hat' array Mathieu Eyraud 2023-08-10 15:05:29 +0200
  • 951657c99b Fixed crash when running with the dummy video driver Sam Lantinga 2023-07-25 12:08:21 -0700
  • 7df721d4e9 Allow running tests with the dummy video driver Sam Lantinga 2023-07-25 12:07:45 -0700
  • 94b3f78c44 Fix out of bound read of 'has_hat' array Mathieu Eyraud 2023-08-10 15:05:29 +0200
  • 4030cae481
    Fix out of bound read of 'has_hat' array Mathieu Eyraud 2023-08-10 15:05:29 +0200
  • 94f48f19b0 Use more specific build destinations when creating an xcframework Sam Lantinga 2023-08-10 01:52:10 -0700
  • dabd45997e Back out change supporting multiple names for binding elements Sam Lantinga 2023-08-09 11:25:37 -0700
  • efe15588d5 Relabel back paddles as left or right Simon McVittie 2023-08-09 18:09:42 +0100
  • be884f0c95 ci: disable visionos.yml by renaming the file Anonymous Maarten 2023-08-09 19:17:20 +0200
  • 1bd965ca08 Relabel back paddles as left or right Simon McVittie 2023-08-09 18:09:42 +0100
  • ac094d00f5 ci: add workflow_dispatch event to visionos workflow Anonymous Maarten 2023-08-09 16:12:29 +0200
  • 9be9e2292b build: Consistently use pathlib APIs in cmake/xxd.py Simon McVittie 2023-08-09 14:38:59 +0100
  • 2b4844c00b build: Consistently use pathlib APIs in cmake/xxd.py Simon McVittie 2023-08-09 14:38:59 +0100
  • a9f6950657 Fixed deadlock shutting down Android sensors Sam Lantinga 2023-08-08 23:01:55 -0700
  • d9f09e77f2 Actually make the sensors magical! Sam Lantinga 2023-08-08 22:34:24 -0700
  • 690eae7d22 Implement visionOS support Ravbug 2023-07-23 23:11:09 -0700
  • e385d6da0a Fixed build warning Sam Lantinga 2023-08-08 22:20:49 -0700
  • 6b93e788fa Improved sensor thread-safety Sam Lantinga 2023-08-08 22:08:40 -0700
  • 4ee0e5a984 Fixed thread-safety warnings Sam Lantinga 2023-08-08 22:03:52 -0700
  • 12deed91f8 Added information on how to enable thread-safety analysis Sam Lantinga 2023-08-08 22:03:06 -0700
  • 5735d2b03b coreaudio: Fixed assertion when device fails/quits mid-iteration. Ryan C. Gordon 2023-08-08 23:56:17 -0400
  • 32016075ba Implement visionOS support Ravbug 2023-07-23 23:11:09 -0700
  • 1022fd6e04
    testaudio: the test framework opens an audio device at startup; close it. Ryan C. Gordon 2023-08-08 21:41:37 -0400
  • 0714da37a4
    audio: Fix audio stream callback calculations when future buffer has space. Ryan C. Gordon 2023-08-08 21:40:23 -0400
  • 917e036f6f MSVC has __declspec(deprecated) Anonymous Maarten 2023-08-07 21:26:38 +0200
  • 0465224616 Sync -Wsign-compare warning fix from sdl2-compat Anonymous Maarten 2023-08-09 01:30:56 +0200
  • 9d6b028e01 tests: build tests with fast math disabled Anonymous Maarten 2023-08-07 22:39:47 +0200
  • fcae9cd210 cmake: build with -Wdocumentation Anonymous Maarten 2023-08-07 19:00:38 +0200
  • e5f3b22d63 cmake: update cmake_minimum_required to avoid deprecated warning Anonymous Maarten 2023-08-07 19:03:18 +0200
  • 64f17314a2 MSVC has __declspec(deprecated) Anonymous Maarten 2023-08-07 21:26:38 +0200
  • 279ff8909f Changed example code to avoid potential divide by zero Sam Lantinga 2023-08-08 16:52:09 -0700
  • cf7c758f66 Sync -Wsign-compare warning fix from sdl2-compat Anonymous Maarten 2023-08-09 01:30:56 +0200