Commit Graph

  • 8bfde6755e Remove unnecessary fcitx's devel package dependency in linux doc Weng Xuetian 2025-02-23 10:22:33 -08:00
  • 52af81ea17 wayland: Fix mapping borderless windows under libdecor Frank Praznik 2025-02-23 11:04:29 -05:00
  • 1a0a94b501 x11: Accommodate the borders when setting the initial window position Frank Praznik 2025-02-22 09:51:35 -05:00
  • 52e64f816c Use SDL C runtime functions in OpenVR driver Sam Lantinga 2025-02-22 12:21:10 -08:00
  • 7224b40407 Fix errors when building stb_image with -DSDL_LIBC=OFF Sam Lantinga 2025-02-22 12:22:44 -08:00
  • 945da099ae pipewire: Fix possible deadlock when opening a device Cameron Gutman 2025-02-22 12:33:19 -06:00
  • 70f657e520 ci: farewell, clang32 on msys2 Anonymous Maarten 2025-02-22 19:06:27 +01:00
  • e50db698e2 Disable all camera drivers if SDL_CAMERA_DISABLED is defined Sam Lantinga 2025-02-22 09:48:25 -08:00
  • 1ddba3ad55 Replace "8BitDo Tech Ltd" with "8BitDo" in the manufacturer string Sam Lantinga 2025-02-22 08:39:31 -08:00
  • fdf72d1e45 Use the keyboard/mouse vendor if available Sam Lantinga 2025-02-22 08:35:27 -08:00
  • a811e0ef0f Added support for the 8BitDo Micro gamepad Sam Lantinga 2025-02-22 08:31:53 -08:00
  • bc85c55350 testcontroller: create window with high pixel density Sam Lantinga 2025-02-22 09:02:01 -08:00
  • 75bbcbf87b Added support for Motion JPEG pipewire camera capture Sam Lantinga 2025-02-22 00:07:33 -08:00
  • 5c214e5e9c testcamera: SDL_AppQuit destroys state and SDL Anonymous Maarten 2025-02-22 07:01:18 +01:00
  • 03e00cd347 v4l2: map SDL_PIXELFORMAT_MJPG to V4L2_PIX_FMT_MJPEG Anonymous Maarten 2025-02-22 07:00:02 +01:00
  • fcd41c1d2c Check desired window area when checking zoom state Sam Lantinga 2025-02-21 17:59:48 -08:00
  • b5297de56f Add 'const' to pointer parameters Petar Popovic 2025-02-21 23:55:14 +01:00
  • 911e53dece Retain mouse focus as long as we're getting mouse events Sam Lantinga 2025-02-21 15:35:28 -08:00
  • 3b8cb62283 Make it easier to enable IME debug logs Sam Lantinga 2025-02-21 15:24:35 -08:00
  • 9a607e886e make start&length represent utf32 indices williamhCode 2025-02-21 15:35:49 -05:00
  • 9d06145d6c ci: fix type + names of intel compiler artifacts Anonymous Maarten 2025-02-21 21:11:54 +01:00
  • fa380a4004 Update include/SDL3/SDL_assert.h Timothee "TTimo" Besset 2025-02-21 11:47:28 -07:00
  • 2a1b617fb2 Update include/SDL3/SDL_assert.h Timothee "TTimo" Besset 2025-02-21 11:47:23 -07:00
  • 69e03094bd fallback to defining SDL_TriggerBreakpoint as __builtin_trap in older linux arm64 environments that do not have a __has_builtin facility Timothee 'TTimo' Besset 2025-02-21 11:33:46 -07:00
  • c70f54e28b Remove redundant casts Petar Popovic 2025-02-21 17:30:24 +01:00
  • 2e346d7166 Added 32-bit texture formats to Texture_GetBlockWidth() and Texture_GetBlockHeight() Sam Lantinga 2025-02-21 09:24:44 -08:00
  • 5d776c070a Refactored SDL_CreateJoystickName() into a general SDL_CreateDeviceName() Sam Lantinga 2025-02-21 08:28:57 -08:00
  • 3293eb1a16 use hidapi to get mouse/keyboard string expikr 2025-02-19 02:57:43 +08:00
  • 7855842306 ci: disable precompiled headers for classic intel compiler Anonymous Maarten 2025-02-21 04:49:33 +01:00
  • 71d1de5d96 ci: add cppflags to CMAKE_(C|CXX)_FLAGS Anonymous Maarten 2025-02-21 04:26:13 +01:00
  • 28f0867948 SPA_FALLTHROUGH expands to nothing when using the Intel compiler Anonymous Maarten 2025-02-21 03:12:50 +01:00
  • 8d3db06ff2 ci: GitHub is retiring Ubuntu 20.04 support Anonymous Maarten 2025-02-21 02:46:52 +01:00
  • c153f83df0 ci: enable ccache Anonymous Maarten 2025-02-20 23:24:38 +01:00
  • 52ee0c1058 Sync SDL3 wiki -> header SDL Wiki Bot 2025-02-20 20:17:22 +00:00
  • 9267930fea Added a fast path for converting the same format and pitch Sam Lantinga 2025-02-19 22:36:13 -08:00
  • f24f9d3bed Revert "testcamera: added support for Motion JPEG camera frames" Sam Lantinga 2025-02-20 01:13:35 -08:00
  • 2e89c53ebc Added support for decoding MJPG into NV12 textures Sam Lantinga 2025-02-20 01:11:43 -08:00
  • 06602f4e80 Document that the pitch is the length of the image data for SDL_PIXELFORMAT_MJPG Sam Lantinga 2025-02-20 01:35:09 -08:00
  • a792434a37 Added initial MJPG support using stb_image Sam Lantinga 2025-02-19 21:57:46 -08:00
  • baf69edfc7 Revert "cmake: build SDL_uclibc with -fPIC" Anonymous Maarten 2025-02-20 20:37:53 +01:00
  • fdf8e5a704 ci: build static loongarch libraries with -fPIC Anonymous Maarten 2025-02-20 20:28:48 +01:00
  • 9784414ddd cmake: build SDL_uclibc with -fPIC Anonymous Maarten 2025-02-20 20:27:27 +01:00
  • b48de48efb wayland: Add support for high-DPI icons Frank Praznik 2025-02-19 11:30:38 -05:00
  • 6e0264d38e x11: Use the current or last-requested window position when setting the size hint Frank Praznik 2025-02-19 18:59:06 -05:00
  • 1a38960eee Call SDL_DiscardAllCommands() for the software renderer as well Sam Lantinga 2025-02-20 09:41:33 -08:00
  • 8f4c5e15f1 Finish any drawing when destroying a software renderer Sam Lantinga 2025-02-20 08:49:47 -08:00
  • 155f99a4e6 thread/windows: fix stack overflow in exception naming Paper 2025-02-17 22:27:17 -05:00
  • 6421f12d7f thread/windows: fix stack overflow in exception naming Paper 2025-02-17 22:27:17 -05:00
  • 1a853973ab thread/windows: fix stack overflow in exception naming Paper 2025-02-17 22:27:17 -05:00
  • 63bb1a8583 dynapi: use DosScanEnv() for os/2. Ozkan Sezer 2025-02-20 11:50:04 +03:00
  • ee49025f80 dynapi: use DosScanEnv() for os/2. Ozkan Sezer 2025-02-20 11:50:04 +03:00
  • 8b0c9e1dce Don't leak device handle in macOS 10.10 or newer Sam Lantinga 2025-02-19 16:55:03 -08:00
  • 7f74c1ed63 Fix SDL_emscriptenaudio.c under wasm64 Sam Clegg 2025-02-18 12:25:26 -08:00
  • 5925c27efb Don't leak device handle in macOS 10.10 or newer Sam Lantinga 2025-02-19 16:55:03 -08:00
  • a40b2de946 Fix SDL_emscriptenaudio.c under wasm64 Sam Clegg 2025-02-18 12:25:26 -08:00
  • 523e6530a8 SDL_test: fix "'function': different 'const' qualifiers" warning in SDL_test_harness Anonymous Maarten 2025-02-19 19:06:39 +01:00
  • 9e4c657ed8 wayland: Fix color manager protocol string check Frank Praznik 2025-02-19 11:43:53 -05:00
  • aa00738a21 Fix SDL_emscriptenaudio.c under wasm64 Sam Clegg 2025-02-18 12:25:26 -08:00
  • 7500a758b8 Remove usages of restrict keyword in SDL_render.c nightmareci 2025-02-18 11:25:27 -08:00
  • a7f01cd73c x11: Set the pending window position immediately after mapping Frank Praznik 2025-02-17 13:46:14 -05:00
  • 1fd626939f Renamed DreamPort to DreamPicoPort Mike Kosek 2025-02-18 14:26:19 +01:00
  • 31f9cb4806 Unchecked Return Value in WIN_SuspendScreenSaver (#12316) ImThour 2025-02-18 05:06:56 +05:30
  • 057c3602e9 Removing Double-free Issue ImThour 2025-02-18 04:53:36 +05:30
  • 5c79f4cae1 Incorrect bfOffBits Calculation in WIN_ConvertDIBtoBMP ImThour 2025-02-18 02:20:03 +05:30
  • 70d23b2349 README-migration: Remove errant reference to SDL_FALSE_ Cameron Gutman 2025-02-17 15:16:23 -06:00
  • 6aef6ae9a8 AddPulseAudioDevice(): Fix use-after-free Petar Popovic 2025-02-17 19:13:42 +01:00
  • 3b4cfc11f0 wayland: Update copyright dates in added color manager source files Frank Praznik 2025-02-17 11:36:00 -05:00
  • fadb261b66 wayland: Add color manager protocol support Frank Praznik 2024-10-12 12:10:32 -04:00
  • 6ef687c864 Simplified and fixed media foundation buffer handling Sam Lantinga 2025-02-17 07:59:37 -08:00
  • de12cb92dc Fixed crash at shutdown with new hashtable code Sam Lantinga 2025-02-17 07:58:12 -08:00
  • a513168902 Fixed Memory/Resource Leaks (#12304) ImThour 2025-02-17 21:00:30 +05:30
  • 045a4492f1 test/testaudio.c: Fix use-after-free warning Petar Popovic 2025-02-17 04:06:50 +01:00
  • da2460f9e7 test/testautomation_audio.c: Free variables before returning Petar Popovic 2025-02-17 00:19:17 +01:00
  • 7ea0ffb748 update captain0xff 2025-02-17 02:54:49 +05:30
  • 06eb10c518 haiku: check if the returned _SDL_GLView is null or not captain0xff 2025-02-17 01:17:13 +05:30
  • dea99e54fd Sync SDL3 wiki -> header SDL Wiki Bot 2025-02-16 17:44:58 +00:00
  • 1754943596 Fixed camera frame acquisition on Windows 7 Sam Lantinga 2025-02-16 08:13:35 -08:00
  • e3d9f1172c Remove the reference to the thread when it is detached Sam Lantinga 2025-02-16 07:55:58 -08:00
  • 831fc70923 test/testautomation_intrinsics.c: Free variables before returning Petar Popovic 2025-02-16 06:39:54 +01:00
  • c6a3b5b6ef src/test/SDL_test_harness.c: Free variables before returning Petar Popovic 2025-02-16 04:38:09 +01:00
  • 84a236c92e hashtable: Redesign the hashtable API. Ryan C. Gordon 2025-02-13 16:13:43 -05:00
  • 4a9b579195 joystick: remove dead udev code Cameron Gutman 2025-02-15 14:14:12 -06:00
  • ba45256940 Sync SDL3 wiki -> header SDL Wiki Bot 2025-02-15 17:42:27 +00:00
  • fd4e6d2949 Don't render 0 sized texture rectangles Sam Lantinga 2025-02-15 07:06:43 -08:00
  • 6f3b14a6df audio/video: Fix uninitialized field warnings Frank Praznik 2025-02-14 16:48:34 -05:00
  • 5b98c4a524 Fixed motion events with TOOL_TYPE_UNKNOWN Sam Lantinga 2025-02-14 11:50:43 -08:00
  • 8a648dfd9b emscripten: Fixed unregistering of key event handlers Chen Steenvoorden 2025-02-14 16:51:04 +01:00
  • c16b7bcb7a SDL_Get*Driver() functions: Set error message on failure Petar Popovic 2025-02-13 14:06:04 +01:00
  • ed0a03e9b5 Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS ImThour 2025-02-13 20:20:43 +05:30
  • 5dce8c748f SDL_GetRelativeMouseState(): Get relative mouse position also when relative mouse mode is disabled Petar Popovic 2025-02-13 17:05:17 +01:00
  • cedf53bbc2 Sync SDL3 wiki -> header SDL Wiki Bot 2025-02-13 05:39:38 +00:00
  • 3de975884a Document the "trace" log priority Sam Lantinga 2025-02-12 21:37:13 -08:00
  • b9d018f2a2 Fixed wayland cursor use-after-free at shutdown Sam Lantinga 2025-02-12 20:47:31 -08:00
  • 041894a523 Sync SDL3 wiki -> header SDL Wiki Bot 2025-02-13 01:45:34 +00:00
  • 3be67ced64 Fix GTK tray icon without menu + lifetime Semphris 2025-02-12 17:55:23 -05:00
  • 1354affd28 haiku: Fixed keyboard input. Ryan C. Gordon 2025-02-12 17:17:14 -05:00
  • d2b7a84651 Fixed SDL_GetNumGamepadTouchpads() returning 1 for a NULL gamepad Sam Lantinga 2025-02-12 10:04:22 -08:00
  • ca29304ce1 Fixed continually resetting keyboard and mouse readings Sam Lantinga 2025-02-12 12:33:17 -08:00
  • f67c644649 Fixed reporting hat positions for GameInput controllers Sam Lantinga 2025-02-12 12:31:58 -08:00
  • 1b35ca9c32 Refactored GameInput initialization Sam Lantinga 2025-02-12 12:10:36 -08:00