Commit Graph

  • d4d0994a30 tests: build tests with fast math disabled Anonymous Maarten 2023-08-07 22:39:47 +0200
  • 55d1040199 cmake: build with -Wdocumentation Anonymous Maarten 2023-08-07 19:00:38 +0200
  • 0aee5ba34c cmake: update cmake_minimum_required to avoid deprecated warning Anonymous Maarten 2023-08-07 19:03:18 +0200
  • 15fef87539 MSVC has __declspec(deprecated) Anonymous Maarten 2023-08-07 21:26:38 +0200
  • 8a1afc9b10 Fixed Android not sending controller event timestamps Sam Lantinga 2023-08-08 09:46:57 -0700
  • 463c456b98 Fill the correct member with the joystick ID in SDL_EVENT_JOYSTICK_UPDATE_COMPLETE Sam Lantinga 2023-08-08 09:40:30 -0700
  • 55cf1abaa6 test: Don't flag testsurround as suitable for non-interactive use Simon McVittie 2023-08-08 16:06:41 +0100
  • 0ec6125552 test: Don't flag testsurround as suitable for non-interactive use Simon McVittie 2023-08-08 16:06:41 +0100
  • 1d8806b0fc Fixed testautomation --filter pixels_allocFreePalette Sam Lantinga 2023-08-07 22:18:35 -0700
  • e56dc9c30e Fixed testautomation --filter pixels_allocFreeFormat Sam Lantinga 2023-08-07 22:15:23 -0700
  • 2319b2635b Fixed testautomation --filter pixels_allocFreePalette Sam Lantinga 2023-08-07 22:18:35 -0700
  • bda161d22b Fixed testautomation --filter pixels_allocFreeFormat Sam Lantinga 2023-08-07 22:15:23 -0700
  • a2d594269c Fixed pixel format compatibility with SDL2 Sam Lantinga 2023-08-07 22:45:21 -0700
  • 79a190aa23 Fixed setting invalid bpp for FOURCC formats in SDL_GetMasksForPixelFormatEnum() Sam Lantinga 2023-08-07 22:20:40 -0700
  • 257c0b8cd7 feature: user defined GetMessage on Windows sid 2023-08-08 12:36:30 +0800
  • 8fdebdd3e0 Sync SDL3 wiki -> header SDL Wiki Bot 2023-08-08 03:37:14 +0000
  • b903ccf945 SDL_rwops read/write functions return size_t again Sam Lantinga 2023-08-06 13:51:03 -0700
  • 270a893f77 SDL_rwops read/write functions return size_t again Sam Lantinga 2023-08-06 13:51:03 -0700
  • c03f5b4b69 Fixed rounding up in SDL_PrintFloat Brick 2023-08-07 16:33:44 +0100
  • 4bceea70c5 Added the Victrix Pro FS for PS4/PS5 to the controller list Sam Lantinga 2023-08-07 14:04:34 -0700
  • 75a020aa6b Only query serial number and firmware versions from Sony PS5 controllers Sam Lantinga 2023-08-07 14:06:10 -0700
  • fa189d302e Added the Victrix Pro FS for PS4/PS5 to the controller list Sam Lantinga 2023-08-07 14:04:34 -0700
  • 26205b659d Fixed PS4/PS5 touchpad for third party controllers Sam Lantinga 2023-08-07 10:48:52 -0700
  • dbfd47e77d cmake: update cmake_minimum_required to avoid deprecated warning Anonymous Maarten 2023-08-07 19:03:18 +0200
  • 6c138421d6 Fixed rounding up in SDL_PrintFloat Brick 2023-08-07 16:33:44 +0100
  • 6af0448af9
    include: fixed a typo in SDL_RenderGetMetalCommandEncoder docs. Ryan C. Gordon 2023-08-06 10:45:11 -0400
  • dbb6cd02aa
    include: fixed a typo in SDL_RenderGetMetalCommandEncoder docs. Ryan C. Gordon 2023-08-06 10:45:11 -0400
  • 8087c0a5d2
    include: fixed a typo in SDL_RenderGetMetalCommandEncoder docs. Ryan C. Gordon 2023-08-06 10:45:11 -0400
  • f3cb46b083 SDL_thread.h: do not conflict with sdl2-compat::sdl3_include_wrapper.h Ozkan Sezer 2023-08-06 14:11:02 +0300
  • 080b1dfbdb Revert "Improved fallback for SDL_COMPILE_TIME_ASSERT() (thanks @icculus!)" Sam Lantinga 2023-08-05 19:23:30 -0700
  • 9d453daa23 Improved fallback for SDL_COMPILE_TIME_ASSERT() (thanks @icculus!) Sam Lantinga 2023-08-05 19:18:31 -0700
  • 1fb2419882 Removed reference to renamed function Sam Lantinga 2023-08-05 19:11:10 -0700
  • e7d56dd0b2
    audio: Renamed new API SDL_UnpauseAudioDevice to SDL_ResumeAudioDevice. Ryan C. Gordon 2023-08-05 19:20:14 -0400
  • 2b0c0f5b6b Don't pass NULL to strncmp Mathieu Eyraud 2023-08-05 18:48:38 +0200
  • 778e8185cd Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked And add diagnostic that allows to find this kind of issue in clang-tidy Mathieu Eyraud 2023-08-05 18:58:30 +0200
  • 4bb426abad Sync SDL3 wiki -> header SDL Wiki Bot 2023-08-05 17:45:14 +0000
  • 3a752ce650 Reapply "Changed 'freesrc' parameter from int to SDL_bool" to SDL_wave.c meyraud705 2023-08-05 18:30:41 +0200
  • c87fb94cb0 Reapply "Changed 'freesrc' parameter from int to SDL_bool" to SDL_wave.c meyraud705 2023-08-05 18:30:41 +0200
  • 55ddd93a78
    Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked And add diagnostic that allows to find this kind of issue in clang-tidy Mathieu Eyraud 2023-08-05 18:58:30 +0200
  • fcc216ec96
    Don't pass NULL to strncmp Mathieu Eyraud 2023-08-05 18:48:38 +0200
  • 2ba03b4db0 fix build after previous commit. Ozkan Sezer 2023-08-05 18:15:10 +0300
  • 0026adffd4 apply force_align_arg_pointer attribute to correct version of SDL_RunApp Ozkan Sezer 2023-08-05 18:10:10 +0300
  • 77446e2029 Unaligned stacks on i686-w64-mingw32 may lead to crashes Ozkan Sezer 2023-08-04 10:23:20 +0300
  • 841263c9d6 updated config.guess and config.sub from mainstream Ozkan Sezer 2023-08-05 14:03:02 +0300
  • 53d818e31c updated config.guess and config.sub from mainstream Ozkan Sezer 2023-08-05 14:03:02 +0300
  • d3bcc3f057 Fixed build errors when OpenGL isn't enabled Sam Lantinga 2023-08-05 00:25:12 -0700
  • 35ad68e126 Sync SDL3 wiki -> header SDL Wiki Bot 2023-08-04 17:40:16 +0000
  • 70323a8350 Add a function to display the system menu for a window Frank Praznik 2023-07-30 11:24:24 -0400
  • f063a3c518 Add a function to display the system menu for a window Frank Praznik 2023-07-30 11:24:24 -0400
  • f522c5380c wayland: Don't initialize OpenGL when the window flags didn't specify it Frank Praznik 2023-06-26 11:58:56 -0400
  • f82e57209c Unaligned stacks on i686-w64-mingw32 may lead to crashes Ozkan Sezer 2023-08-04 10:23:20 +0300
  • be5f66c84e
    testaudio: Fixed soundboard icon, which had a colorkey issue. Ryan C. Gordon 2023-08-03 21:35:38 -0400
  • c0a88930bf Sync SDL3 wiki -> header SDL Wiki Bot 2023-08-04 01:28:15 +0000
  • 18c59cc969
    Merge the SDL3 audio subsystem redesign! Ryan C. Gordon 2023-08-03 21:27:54 -0400
  • 99b0e31788 The Steam Controller D-Pad is only pressed when the button is pressed down Sam Lantinga 2023-08-03 12:47:43 -0700
  • 103073d694 Set NSBluetoothAlwaysUsageDescription for testcontroller Sam Lantinga 2023-08-03 12:56:46 -0700
  • ca02bb6c8c We don't need testdropfile-Info.plist Sam Lantinga 2023-08-03 12:42:02 -0700
  • a0ad502606
    Merge df46791131 into e063f662e9 Joshua T. Fisher 2023-08-03 12:15:41 -0700
  • a2dbb4aa30 Merge branch 'main' into 3540-event-memory-leaks Ben 2023-08-03 19:31:32 +0100
  • b02046e9d0 Removed typedef on fwd declared union. Some compilers don't agree with it Ben 2023-08-03 18:44:25 +0100
  • e063f662e9 Enable the controller update complete events Sam Lantinga 2023-08-03 10:19:54 -0700
  • a1cec92bfb Added SDL_FreeEvent function to resolve event memory leaks Ben 2023-07-30 19:02:11 +0100
  • 2ccb311cb7 Added a gamepad mapping for the G-Shark GS-GP702 Sam Lantinga 2023-08-02 14:35:39 -0700
  • e0a345702d The Flydigi Vader and Apex series controllers all have the same VID, PID, and name Sam Lantinga 2023-07-19 09:22:01 -0700
  • 9fba36511f Removed Flydigi Vader 2 mappings Sam Lantinga 2023-07-14 18:40:10 -0700
  • 2304b4e86a Added a gamepad mapping for the G-Shark GS-GP702 Sam Lantinga 2023-08-02 14:35:39 -0700
  • 0f753d9794 The Flydigi Vader and Apex series controllers all have the same VID, PID, and name Sam Lantinga 2023-07-19 09:22:01 -0700
  • 805fc29ae8 Removed Flydigi Vader 2 mappings Sam Lantinga 2023-07-14 18:40:10 -0700
  • 06bea1eb55 Added a gamepad mapping for the G-Shark GS-GP702 Sam Lantinga 2023-08-02 14:35:39 -0700
  • 5ca3c50bf0
    testaudio: Fix compiler warning. Ryan C. Gordon 2023-08-02 15:23:37 -0400
  • 1b1f02c5aa
    testaudio: Apparently compilers don't like this possibly being NULL now...? Ryan C. Gordon 2023-08-02 15:07:40 -0400
  • 2de9253b6c
    test: Added testaudio Ryan C. Gordon 2023-08-02 12:13:35 -0400
  • 45fb778fe5 adjusted coding style in SDL_os2_joystick.c to match rest of SDL better Ozkan Sezer 2023-08-02 20:40:24 +0300
  • 57f3c41b97 adjusted coding style in SDL_os2_joystick.c to match rest of SDL better Ozkan Sezer 2023-08-02 20:40:10 +0300
  • 031912c4b6 Updated to version 2.28.2 for release release-2.28.2 Sam Lantinga 2023-08-02 08:31:19 -0700
  • 348cc05b4f minor os/2 stuff merged from the bitwiseworks' fork Ozkan Sezer 2023-08-02 17:10:28 +0300
  • b58557a3a6 minor os/2 stuff merged from the bitwiseworks' fork Ozkan Sezer 2023-08-02 17:10:28 +0300
  • fb3ab3f113 SDL_video.c: move ngage video before offscreen. Ozkan Sezer 2023-08-02 17:02:02 +0300
  • 6a787b8004 SDL_video.c: move ngage video before offscreen. Ozkan Sezer 2023-08-02 17:00:10 +0300
  • 0deed07b3e SDL_video.c: move os2 video before offscreen. Ozkan Sezer 2023-08-02 14:05:55 +0300
  • e2e87a536c SDL_video.c: move ngage video before offscreen. Ozkan Sezer 2023-08-02 17:00:10 +0300
  • 66d5ad19f0 SDL_video.c: move os2 video before offscreen. Ozkan Sezer 2023-08-02 14:05:55 +0300
  • bccaeb80b0 SDL_video.c: move os2 video before offscreen. Ozkan Sezer 2023-08-02 14:05:55 +0300
  • 94e945ccff Fixed build Sam Lantinga 2023-08-02 01:37:05 -0700
  • ebf2c49b50 Fixed build Sam Lantinga 2023-08-02 01:37:05 -0700
  • 843572d993 Don't mark autorelease keys as virtual Sam Lantinga 2023-08-02 01:32:13 -0700
  • 3f93f56b6e Fixed duplicate key press/release events on iOS Sam Lantinga 2023-08-02 01:08:00 -0700
  • ed5ef8fed4 Synchronize on-screen keyboard state with text input active state Sam Lantinga 2023-08-01 23:56:04 -0700
  • 39781eef09 Only pass keypresses up the responder chain when text input is active Sam Lantinga 2023-08-02 00:19:57 -0700
  • 3436124804 Revert "Stop beep when running iOS apps on ARM-based Macs" Sam Lantinga 2023-08-01 20:38:45 -0700
  • 38c63afd64 Fixed duplicate key press/release events on iOS Sam Lantinga 2023-08-02 01:08:00 -0700
  • 030bb7282a Synchronize on-screen keyboard state with text input active state Sam Lantinga 2023-08-01 23:56:04 -0700
  • 335e9c769a Only pass keypresses up the responder chain when text input is active Sam Lantinga 2023-08-02 00:19:57 -0700
  • 5e9320f6b5 Revert "Stop beep when running iOS apps on ARM-based Macs" Sam Lantinga 2023-08-01 20:38:45 -0700
  • 648de4f9b8 Fixed duplicate key press/release events on iOS Sam Lantinga 2023-08-02 01:08:00 -0700
  • a8abe612ed Only pass keypresses up the responder chain when text input is active Sam Lantinga 2023-08-02 00:19:57 -0700
  • c3288d113e Synchronize on-screen keyboard state with text input active state Sam Lantinga 2023-08-01 23:56:04 -0700
  • 5fb92ef2f7 Fixed whitespace Sam Lantinga 2023-08-01 22:44:35 -0700
  • f5ea6ae18d Revert "Stop beep when running iOS apps on ARM-based Macs" Sam Lantinga 2023-08-01 20:38:45 -0700
  • 546508b9b4 Allow test programs to run at full resolution on iPads Sam Lantinga 2023-08-01 21:51:46 -0700