Commit Graph

  • d67de55162 PSP: fix regression, GetTicks64 should return millisecs rofl0r 2024-03-23 23:13:48 +0000
  • f030533580 SDL_blit: remove SDL_BLIT_CPU_FEATURES override Anonymous Maarten 2024-03-10 00:01:39 +0100
  • 1aa9ef7213 cpuinfo: reset cpu features on SDL_Quit Anonymous Maarten 2024-02-24 13:46:06 +0100
  • 64465653b4 audio: always build fallback scalar converters Anonymous Maarten 2024-02-23 23:51:49 +0100
  • 89b135e570 cmake: add automation and platform test without simd Anonymous Maarten 2024-02-23 23:38:07 +0100
  • 1d0e5286aa Limit CPU features through a hint Anonymous Maarten 2024-02-23 23:22:41 +0100
  • b5d4206b30 Added virtual keyboard support for Xbox (thanks @ts-13512) Sam Lantinga 2024-03-10 09:44:49 -0700
  • 675216e81b Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-23 23:32:24 +0000
  • 442e201705 Fix bug #9331 - SDL3 Android crash getVibrator() == null Sylvain 2024-03-22 21:26:23 +0100
  • 763d768f7d Fix bug #9331 - SDL3 Android crash getVibrator() == null Sylvain 2024-03-22 21:26:23 +0100
  • 1855ce68af Fix bug #9331 - SDL3 Android crash getVibrator() == null Sylvain 2024-03-22 21:26:23 +0100
  • 208cd434b5 Show the names of mice and keyboards when they connect Sam Lantinga 2024-03-23 15:50:16 -0700
  • 7852a6c307 Added device name for evdev mice and keyboards Sam Lantinga 2024-03-23 15:49:06 -0700
  • 87714ce5b9 wayland: Set the keyboard and mouse names to match XWayland Frank Praznik 2024-03-23 16:57:38 -0400
  • 72fc6f86e5 Text input is no longer automatically enabled when initializing video. Sam Lantinga 2024-03-23 09:21:28 -0700
  • 6604d423fd Added a test program for multiple mice Sam Lantinga 2024-03-22 14:44:29 -0700
  • 361b7190df Track unique button states between different mice Sam Lantinga 2024-03-22 16:30:20 -0700
  • 35756593d6 Use the correct device ID (global or default or specific) based on context Sam Lantinga 2024-03-22 10:49:07 -0700
  • 9eb87ca325 Note that many things are considered mice and keyboards that you might not expect Sam Lantinga 2024-03-22 10:58:27 -0700
  • c0f4565552 Added SDL_GetKeyboardName() and SDL_GetMouseName() Sam Lantinga 2024-03-22 09:17:17 -0700
  • 20a860c876 Use the specific pointer device ID for X11 button and motion events Sam Lantinga 2024-03-21 16:15:09 -0700
  • 476245564c Use the real device IDs for the X11 master keyboard and pointer Sam Lantinga 2024-03-21 11:53:10 -0700
  • d1eb4adb16 Be explicit about the event mouse and keyboard ID Sam Lantinga 2024-03-21 09:27:12 -0700
  • 1c54455353 wayland: Send keyboard and mouse added/removed events Frank Praznik 2024-03-20 21:10:33 -0400
  • 2fe1a6a279 Initial support for hotplugging mice and keyboards Sam Lantinga 2024-03-20 06:58:00 -0700
  • c33e4c998d Clear the subsystem ref count when shutting down subsystems in the main quit Sam Lantinga 2024-03-20 15:45:13 -0700
  • 171ff041d0 Removed invalid ascii from headers Sam Lantinga 2024-03-22 09:04:09 -0700
  • 424922a8b3 Show the names of mice and keyboards when they connect Sam Lantinga 2024-03-23 15:50:16 -0700
  • bec621c932 Added device name for evdev mice and keyboards Sam Lantinga 2024-03-23 15:49:06 -0700
  • c65b74bf9c wayland: Set the keyboard and mouse names to match XWayland Frank Praznik 2024-03-23 16:57:38 -0400
  • e19b6c0b95 Add releaser script + workflow Anonymous Maarten 2023-08-02 05:41:02 +0200
  • c81d11fae4 mingw: add pkg-support files (INSTALL.txt and Makefile) Anonymous Maarten 2024-03-18 01:01:39 +0100
  • 4defea47e1 dmg: fix sdl3-config.cmake Anonymous Maarten 2023-08-03 07:43:21 +0200
  • 2ed0143425 visualc: fix sdl3-config.cmake Anonymous Maarten 2023-08-02 17:14:14 +0200
  • 75a71bde4b cmake: build tests against installed SDL prefix Anonymous Maarten 2023-08-02 16:03:32 +0200
  • 7f888f98f7 gles2: only build tests when building SDL3 or when the headers are available Anonymous Maarten 2024-03-23 02:56:41 +0100
  • 297f8e41af wayland: Factor out the general SHM buffer allocation/free functions from the cursor code Frank Praznik 2024-03-23 11:38:58 -0400
  • 7451d43d91 PSP: zero-copy WindowSurface API for direct VRAM access rofl0r 2024-03-14 02:58:44 +0000
  • 3d96c2426f PSP: improve performance counter res to us granularity (thanks @rofl0r!) Sam Lantinga 2024-03-23 09:34:07 -0700
  • 82b449611a PSP: improve performance counter res to us granularity rofl0r 2024-03-23 16:28:58 +0000
  • 3b6620efbe PSP: improve performance counter res to us granularity rofl0r 2024-03-23 16:28:58 +0000
  • c0f9a3d814 Text input is no longer automatically enabled when initializing video. Sam Lantinga 2024-03-23 09:21:28 -0700
  • 8288924104 Added a test program for multiple mice Sam Lantinga 2024-03-22 14:44:29 -0700
  • 28978ad449 Track unique button states between different mice Sam Lantinga 2024-03-22 16:30:20 -0700
  • 57ee36bb5d Use the correct device ID (global or default or specific) based on context Sam Lantinga 2024-03-22 10:49:07 -0700
  • bf3a309b57 Note that many things are considered mice and keyboards that you might not expect Sam Lantinga 2024-03-22 10:58:27 -0700
  • 70e697939a Added SDL_GetKeyboardName() and SDL_GetMouseName() Sam Lantinga 2024-03-22 09:17:17 -0700
  • 4a10e399f8 Use the specific pointer device ID for X11 button and motion events Sam Lantinga 2024-03-21 16:15:09 -0700
  • fdfd980b44 Use the real device IDs for the X11 master keyboard and pointer Sam Lantinga 2024-03-21 11:53:10 -0700
  • 1ba29edcd8 Be explicit about the event mouse and keyboard ID Sam Lantinga 2024-03-21 09:27:12 -0700
  • d17c5e4414 wayland: Send keyboard and mouse added/removed events Frank Praznik 2024-03-20 21:10:33 -0400
  • 54ccf2fbe0 Initial support for hotplugging mice and keyboards Sam Lantinga 2024-03-20 06:58:00 -0700
  • 618974bed1 Clear the subsystem ref count when shutting down subsystems in the main quit Sam Lantinga 2024-03-20 15:45:13 -0700
  • a753f02678 Removed invalid ascii from headers Sam Lantinga 2024-03-22 09:04:09 -0700
  • d5ed163f47
    Fix bug #9331 - SDL3 Android crash getVibrator() == null Sylvain 2024-03-22 21:26:23 +0100
  • c493b40cc3 testffmpeg_vulkan: fix -Wincompatible-pointer-types warning Anonymous Maarten 2024-03-22 00:23:07 +0100
  • 9c346b2321 Add support for MadCatz Saitek Side Panel Control Deck Marcel Hild 2024-03-22 16:35:56 +0100
  • fa18c9bf4a Add support for MadCatz Saitek Side Panel Control Deck Marcel Hild 2024-03-22 16:35:56 +0100
  • 67e425bcf8 Add support for MadCatz Saitek Side Panel Control Deck Marcel Hild 2024-03-22 16:35:56 +0100
  • 8c8b7f6c82
    Add support for MadCatz Saitek Side Panel Control Deck Marcel Hild 2024-03-22 16:35:56 +0100
  • 05b57f6c2c Simplified SDL_SYS_RemovePath() Sam Lantinga 2024-03-21 21:16:14 -0700
  • 2521ba47fe jack: set error message when failing to open jack client Anonymous Maarten 2024-03-22 01:22:39 +0100
  • 9e0503db8f testffmpeg_vulkan: fix -Wincompatible-pointer-types warning Anonymous Maarten 2024-03-22 00:23:07 +0100
  • dd4636e3fd SDL_sysmutex.c: fix void return compile error Mark Delk 2024-03-21 13:11:49 -0500
  • 917d683811 Moved SDL_JoyBallEvent together with the other joystick events Sam Lantinga 2024-03-21 12:51:59 -0700
  • 05fc81442b SDL_sysmutex.c: fix void return compile error Mark Delk 2024-03-21 13:11:49 -0500
  • 888cc29df6 add missing `reserved` field to struct SDL_JoyBallEvent, Ozkan Sezer 2024-03-21 20:10:50 +0300
  • a6b684d05a wayland: Check the returned display pointer before dereferencing Frank Praznik 2024-03-20 15:42:42 -0400
  • 5df737bb3c wayland: Check the returned display pointer before dereferencing Frank Praznik 2024-03-20 15:42:42 -0400
  • c1afea7ae1 wayland: Check the returned display pointer before dereferencing Frank Praznik 2024-03-20 15:42:42 -0400
  • 70b0d33106 Poll for the initial controller state when using DirectInput Sam Lantinga 2024-03-20 10:45:11 -0700
  • 8fb82da226 Poll for the initial controller state when using DirectInput Sam Lantinga 2024-03-20 10:45:11 -0700
  • a9ac349846 Poll for the initial controller state when using DirectInput Sam Lantinga 2024-03-20 10:45:11 -0700
  • 4a7e3beeb9 filesystem: Use high-res file times on more platforms Frank Praznik 2024-03-20 10:42:07 -0400
  • 5c0471a02a filesystem: Use high-res file times on more platforms Frank Praznik 2024-03-20 10:42:07 -0400
  • 18feaa52dd Fixed comment at the top of testtime.c Sam Lantinga 2024-03-19 17:09:08 -0700
  • e0ef4dac85 Fixed int to float conversion warnings Sam Lantinga 2024-03-19 17:07:05 -0700
  • 3316587113 Fixed warning C4389: '==': signed/unsigned mismatch Sam Lantinga 2024-03-19 17:04:29 -0700
  • da027ec3ee Fixed signed/unsigned comparison warning Sam Lantinga 2024-03-19 17:00:46 -0700
  • 0949f89028 N3DS: Fix locale name and early return. Pierre Wendling 2024-03-19 23:39:22 +0100
  • 4a79fe44ff N3DS: Fix locale name and early return. Pierre Wendling 2024-03-19 23:39:22 +0100
  • 390fff4ae0 N3DS: Fix locale name and early return. Pierre Wendling 2024-03-19 23:39:22 +0100
  • 8f529d9d16 N3DS: Implement SDL_GetSystemTimeLocalePreferences Pierre Wendling 2024-03-19 23:34:18 +0100
  • b54149090f
    N3DS: Implement SDL_GetSystemTimeLocalePreferences Pierre Wendling 2024-03-19 23:34:18 +0100
  • ed5d2bdda5 Fixed adding duplicate fsops files to CMakeLists.txt Sam Lantinga 2024-03-19 16:20:55 -0700
  • 478b965e6c Fixed warning C4702: unreachable code Sam Lantinga 2024-03-19 16:02:54 -0700
  • b1215272ad Fixed warning C4244: '=': conversion from '__int64' to 'int', possible loss of data Sam Lantinga 2024-03-19 16:02:37 -0700
  • 30556de5f8
    N3DS: Fix locale name and early return. Pierre Wendling 2024-03-19 23:39:22 +0100
  • 2265d22f75 Updated Xcode project for time APIs Sam Lantinga 2024-03-19 14:53:55 -0700
  • c582a89f78 Fixed build warning Sam Lantinga 2024-03-19 14:53:49 -0700
  • b90fed094f Standardise header includes Susko3 2024-03-19 21:33:07 +0100
  • bb2ad1e88d Standardise header includes Susko3 2024-03-19 21:33:07 +0100
  • 2e45568338 PSVita: fix SDL_GetSystemTimeLocalePreferences Ivan Epifanov 2024-03-19 22:29:13 +0300
  • e9c068564e PSVita: fix SDL_GetSystemTimeLocalePreferences Ivan Epifanov 2024-03-19 22:29:13 +0300
  • ba0417db40 Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-19 17:58:24 +0000
  • a6fbf0488c Add time and realtime clock functions Frank Praznik 2024-02-29 13:06:26 -0500
  • 345e9ec303 Add time and realtime clock functions Frank Praznik 2024-02-29 13:06:26 -0500
  • 43f0ae1e54 Improve event processing latency when gamepad/sensor is open Cameron Gutman 2024-03-18 20:16:04 -0500
  • b6c9a72740 Add SDL_storage files to Xcode project kanjitalk755 2024-03-19 14:28:05 +0900
  • 54ff3f0602 Add SDL_storage files to Xcode project kanjitalk755 2024-03-19 14:28:05 +0900