Commit Graph

  • d523cd069f dialog: Detect if the file chooser portal is available Frank Praznik 2024-03-15 13:29:02 -0400
  • 19764ffcc8 wayland: Add the xdg-foreign-unstable-v2 protocol Frank Praznik 2024-03-15 11:36:05 -0400
  • db31367999 testffmpeg: use SDL_free instead of free Anonymous Maarten 2024-03-15 21:21:59 +0100
  • f8c2ec5462 testffmpeg: use Uint64 instead of __u64 Anonymous Maarten 2024-03-15 21:21:35 +0100
  • 203bf18fb1 Add SDL_storage Ethan Lee 2024-03-08 14:38:46 -0500
  • 2b45452dd5 Adding comments to init-flags SDL_INIT_AUDIO and SDL_INIT_SENSOR that they imply SDL_INIT_EVENTS Petar Popovic 2024-03-15 20:10:54 +0100
  • fa7ec59ecd Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-15 19:59:26 +0000
  • ec6de7017c
    Merge pull request #9254 from icculus/sdl3-rwops-hidden-interface Ryan C. Gordon 2024-03-15 15:58:41 -0400
  • b7cda16613
    iostream: Final fixes before merging. Ryan C. Gordon 2024-03-15 15:34:29 -0400
  • 096a5d71aa
    Adding comments to init-flags SDL_INIT_AUDIO and SDL_INIT_SENSOR that they imply SDL_INIT_EVENTS Petar Popovic 2024-03-15 20:10:54 +0100
  • 048e93f27a dialog: Pass the Wayland or X11 parent window handle to the file dialog portal Frank Praznik 2024-03-15 13:30:21 -0400
  • c3b3e92a61 dialog: Detect if the file chooser portal is available Frank Praznik 2024-03-15 13:29:02 -0400
  • 494ec9f7d7 wayland: Add the xdg-foreign-unstable-v2 protocol Frank Praznik 2024-03-15 11:36:05 -0400
  • c175eb488c
    iostream: Note that the new name has nothing to do with C++'s iostream class. Ryan C. Gordon 2024-03-15 01:16:31 -0400
  • 5a21d87e69
    rwops: Changed filenames that reference "rwops" to "iostream". Ryan C. Gordon 2024-03-14 23:30:59 -0400
  • 6776b6108a
    iostream: "free*" params should be "closeio". Ryan C. Gordon 2024-03-14 23:14:46 -0400
  • 5440fd7d12
    README-migration.md: Fixed some RWops mistakes. Ryan C. Gordon 2024-03-14 23:13:26 -0400
  • 3a344cf877
    rwops: Fixed some SDL2 symbols that got missed. Ryan C. Gordon 2024-03-14 21:57:21 -0400
  • 5f64cc511e
    rwops: Fixed build on Android. Ryan C. Gordon 2024-03-14 19:35:02 -0400
  • fc7afa9cbf
    rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols. Ryan C. Gordon 2024-03-14 19:32:50 -0400
  • fe33b2a81b
    rwops: Give implementations access to status value. Ryan C. Gordon 2024-03-14 13:43:22 -0400
  • 447c29e65c
    include: Added missing RWops documentation. Ryan C. Gordon 2024-03-13 12:36:59 -0400
  • cc58da4c63
    rwops: Add SDL_GetRWStatus, make the statuses into an enum. Ryan C. Gordon 2024-03-13 12:29:17 -0400
  • e35c304022
    rwops: Add properties for some of the internal implementation details. Ryan C. Gordon 2024-03-13 10:12:14 -0400
  • 7d4d8ccde0
    rwops: Rename everything from SDL_RWxxx to SDL_XxxRW. Ryan C. Gordon 2024-03-12 16:01:59 -0400
  • 655ceb3b31
    rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW. Ryan C. Gordon 2024-03-12 09:01:37 -0400
  • 525919b315
    rwops: Reworked RWops for SDL3. Ryan C. Gordon 2024-03-12 01:14:38 -0400
  • 495e432fb9 Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-14 22:41:24 +0000
  • 70c2e15615 Add file dialogs Semphris 2024-03-10 17:27:42 -0400
  • 6c0afbb58d Add file dialogs Semphris 2024-03-10 17:27:42 -0400
  • b8daf14fe5 If a mapping specifies a crc, don't match for controllers that don't have that CRC Sam Lantinga 2024-03-14 13:26:56 -0700
  • 30e93b40c2 If a mapping specifies a crc, don't match for controllers that don't have that CRC Sam Lantinga 2024-03-14 13:26:56 -0700
  • 6c11449cd4 Added a note for the SDL_CommonEvent type Sam Lantinga 2024-03-14 09:00:47 -0700
  • 209a87bf24 Added missing default case (thanks @sezero!) Sam Lantinga 2024-03-14 08:52:59 -0700
  • 442073f379 Added missing reserved field in SDL_CameraDeviceEvent (thanks @Saalvage!) Sam Lantinga 2024-03-14 08:51:48 -0700
  • 9bef331dc8 Note that SDL_UserEvent and SDL_Event type are intentionally Uint32 Sam Lantinga 2024-03-14 08:49:02 -0700
  • a294e8df63
    Add missing cast for formatting Salvage 2024-03-14 16:35:06 +0100
  • 4580c4e25f
    Fix tests Salvage 2024-03-14 15:43:48 +0100
  • 717f297849 Add 'wl_list_for_each_safe' to the clang-format macro list Frank Praznik 2024-03-14 10:09:47 -0400
  • 525c317ed9 wayland: Add cursor-shape-v1 protocol support Frank Praznik 2024-03-14 09:49:40 -0400
  • 49c57bed83
    Add missing `reserved` field and consistently use `SDL_EventType` Salvage 2024-03-14 03:34:04 +0100
  • 3875ef4552 Removed duplicated line (thanks @sechshelme!) Sam Lantinga 2024-03-13 13:47:32 -0700
  • 4686a737a9 wayland: Minor cursor code cleanup Frank Praznik 2024-03-13 11:52:51 -0400
  • 1973edb9b7 WIN_UpdateKeymap: cleanup code a bit Dimitriy Ryazantcev 2024-03-13 17:04:03 +0200
  • 27b1b6d4eb Add checks for memfd_create() and posix_fallocate() to the autotools build Frank Praznik 2024-03-13 11:21:14 -0400
  • 59d4a39456 Add checks for memfd_create() and posix_fallocate() to the autotools build Frank Praznik 2024-03-13 11:21:14 -0400
  • 14045f49e4
    WIN_UpdateKeymap: cleanup code a bit Dimitriy Ryazantcev 2024-03-13 17:04:03 +0200
  • 24269007d8 Fix build (C90 declaration order) Frank Praznik 2024-03-12 22:05:37 -0400
  • d849036927 wayland: Allocate the cursor shared memory buffer entirely in memory, if possible. Frank Praznik 2024-03-12 17:39:32 -0400
  • 0a86f8eb6e
    Move some code blocks inside `SDL_VIDEO_RENDER_SW`, where it belongs (#9259) Anthony 2024-03-13 04:15:46 +0000
  • c598c42773
    Also include remap_one_indice, and clarify #endif Anthony 2024-03-13 02:36:51 +0000
  • 5da767cf60
    Moved the #ifdef to include remap_indices Anthony 2024-03-13 02:25:07 +0000
  • 88bdc028ec Fix build (C90 declaration order) Frank Praznik 2024-03-12 22:05:37 -0400
  • 63b20989fd
    Move sw renderer specific code inside `SDL_VIDEO_RENDER_SW`, where it belongs Anthony 2024-03-13 01:46:41 +0000
  • d3c89bb479 wayland: Allocate the cursor shared memory buffer entirely in memory, if possible. Frank Praznik 2024-03-12 17:39:32 -0400
  • c2e9693de5 wayland: Add cursor-shape-v1 protocol support Frank Praznik 2024-03-12 19:49:36 -0400
  • 9bdb992925 wayland: Allocate the cursor shared memory buffer entirely in memory, if possible. Frank Praznik 2024-03-12 17:39:32 -0400
  • cd04760f3d wayland: Add cursor-shape-v1 protocol support Frank Praznik 2024-03-12 19:49:36 -0400
  • cbc44a4af5 wayland: Allocate the cursor shared memory buffer entirely in memory, if possible. Frank Praznik 2024-03-12 17:39:32 -0400
  • 41b7036f37 testffmpeg: added support for EGL OES frame formats Sam Lantinga 2024-03-12 16:12:08 -0700
  • 5be47255ba Removed incorrect mapping for a HORI controller Sam Lantinga 2024-03-11 17:11:20 -0700
  • e54774faca Removed incorrect mapping for a HORI controller Sam Lantinga 2024-03-11 17:11:20 -0700
  • d79f865251 Removed incorrect mapping for a HORI controller Sam Lantinga 2024-03-11 17:11:20 -0700
  • d78a24a5ce testffmpeg: added verbose logging of ffmpeg messages Sam Lantinga 2024-03-11 15:48:52 -0700
  • 7c5f79e7ea testffmpeg: removed redundant enumeration of hardware device types Sam Lantinga 2024-03-11 15:31:21 -0700
  • bee8a95571 Fix SDL_LEAN_AND_MEAN build Anonymous Maarten 2024-03-11 20:16:20 +0100
  • 3eb66fa824 Fix SDL_LEAN_AND_MEAN build Anonymous Maarten 2024-03-11 20:16:20 +0100
  • fefaff7034
    ci: add SDL_LEAN_AND_MEAN build Érico Porto 2024-03-11 16:39:51 -0300
  • d4794cc714 Fix crash in SDL_UpdateFullscreenMode calling SetWindowFullscreen with a null display Sam Lantinga 2024-03-11 11:17:45 -0700
  • ab5351f5d6 Fixed leaving the cursor clip set when changing window focus Sam Lantinga 2024-03-11 10:58:40 -0700
  • b322d27f62 Missed SDL_NumJoystickBalls() rename in SDL_migration.cocci Sam Lantinga 2024-03-10 21:31:19 -0700
  • efbbafb3f1 Re-added balls to the SDL joystick API Sam Lantinga 2024-03-10 21:06:14 -0700
  • 026171ca57 Re-added balls to the SDL joystick API Sam Lantinga 2024-03-10 21:06:14 -0700
  • 53e86be22f Minor cleanup with the new PS3 driver for windows Sam Lantinga 2024-03-10 20:12:11 -0700
  • 6534029691
    Add DualShock 3 HIDAPI support on Windows (#9144) Riccardo Marcangelo 2024-03-11 03:08:36 +0000
  • feadbffb67 Destroy properties after applying them to avoid memory leakage r4nx 2024-03-11 03:06:42 +0200
  • 7a75fe6f84 Destroy properties after applying them to avoid memory leakage r4nx 2024-03-11 03:06:42 +0200
  • 3184936950 cmake: we only need a C++ compiler for Android, Haiku and UWP Anonymous Maarten 2024-03-11 01:07:14 +0100
  • b5eb704fa8 cmake: we only need a C++ compiler for Android, Haiku and UWP Anonymous Maarten 2024-03-10 23:57:24 +0100
  • 7d7e905544 Correct LogDebug messages Riccardo Marcangelo 2024-03-10 23:22:08 +0000
  • e9dea54d42 Merge branch 'dualshock3-hidapi-win' of https://github.com/ricky65/SDL into dualshock3-hidapi-win Riccardo Marcangelo 2024-03-10 23:06:45 +0000
  • 94a80360c8 Added DualShock 3 HIDAPI support using Sony sixaxis.sys driver Riccardo Marcangelo 2024-03-10 22:18:51 +0000
  • ea412fabf5 Fix whitespace Riccardo Marcangelo 2024-03-10 22:45:03 +0000
  • fde420a645 Revert "Added SDL_FLIP_DIAGONAL" Sam Lantinga 2024-03-10 15:20:36 -0700
  • 633dd320a4 Migrate to SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER Riccardo Marcangelo 2024-03-10 22:18:51 +0000
  • 66054a6515 Turn HIDAPI joystick support off by default on mobile platforms Sam Lantinga 2024-03-10 15:00:49 -0700
  • e3cf2e4794 Turn HIDAPI joystick support off by default on mobile platforms Sam Lantinga 2024-03-10 15:00:49 -0700
  • cdbcd73bb9 fix build David Carlier 2024-03-10 18:04:47 +0000
  • ed463b41e1 Unified the software renderer creation path Sam Lantinga 2024-03-10 11:05:26 -0700
  • 668a52bde0 Adding SDL_Assume macro to give hint to the optimiser with a given condition generating less instructions. David Carlier 2022-10-01 08:43:23 +0100
  • e4cdd00482 Added virtual keyboard support for Xbox (thanks @ts-13512) Sam Lantinga 2024-03-10 09:44:49 -0700
  • b9ab326982 Added SDL_FLIP_DIAGONAL RPP-dev 2023-07-14 13:24:15 +0200
  • 7341d5f361 cmake: allow hidapi to use libusb on Windows Anonymous Maarten 2023-11-29 22:08:09 +0100
  • 3bc27d3856 hidapi_libusb: use SDL_wcscmp and SDL_wcslcpy from SDL Anonymous Maarten 2023-11-29 21:49:19 +0100
  • 0e6fcf947a cmake: find libusb through LibUSB cmake module Anonymous Maarten 2023-11-29 21:47:05 +0100
  • 2a775cad6f Named typedef-ed structs Gave name to structs that were defined like anonymous struct with name given by typedef. Example 'typedef struct {...} Foo;' -> 'typedef struct Foo {...} Foo;' Tolik708 2023-12-17 19:28:58 +0200
  • 37d066b99b Clarify what pitch means (thanks @zlago!) Sam Lantinga 2024-03-09 08:32:25 -0800
  • f9d018c808 Add flag to registerReceiver on Android Frosty-J 2023-12-30 05:15:04 +0000
  • 4de30a26a2 x11: workaround issues with primary selection and clipboard temporal ignorance Green Sky 2024-01-20 20:25:55 +0100
  • 30df9a59fc SDL_blit: remove SDL_BLIT_CPU_FEATURES override Anonymous Maarten 2024-03-10 00:01:39 +0100