Commit Graph

  • dd4f5df824 release: support android-X-ext-Y directories Anonymous Maarten 2025-01-16 19:55:17 +0100
  • cdc5483cf9 Vita: Fix off-by-one error for synthetic mouse events ROllerozxa 2025-01-16 20:18:11 +0100
  • 07a5c144c6 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-16 19:43:08 +0000
  • eb168e410c Updated to version 3.1.11 for development Sam Lantinga 2025-01-16 11:41:28 -0800
  • f8263c47f5 Vita: Fix off-by-one error for synthetic mouse events ROllerozxa 2025-01-16 20:18:11 +0100
  • b96bb152c2
    wayland: Don't redundantly set the border state when showing a window prerelease-3.1.10 Frank Praznik 2025-01-16 13:54:03 -0500
  • 5a564a718d
    wayland: Add a dummy function for the libdecor dismiss popup callback Frank Praznik 2025-01-16 13:47:32 -0500
  • 9f6eeb1095
    wayland: Set the border state before the initial configure Frank Praznik 2025-01-16 13:32:40 -0500
  • 274bc95dfd Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-16 18:29:57 +0000
  • 07f7c40464 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-16 18:18:47 +0000
  • 22d8e73530
    include: filled in category documentation for SDL_messagebox.h. Ryan C. Gordon 2025-01-16 13:16:18 -0500
  • 9ff4a09162 add copyrights of authors of ported code to license header, update license year Katharine Chui 2025-01-16 19:15:19 +0100
  • 21a42d2b0d Add CategoryAPICategory to the complete API index Sam Lantinga 2025-01-16 09:25:03 -0800
  • 1006236aa6 ci: add summary to release.yml Anonymous Maarten 2025-01-16 05:14:36 +0100
  • 326ce9bb8d gpu: D3D12 buildfix for Xbox Ethan Lee 2025-01-16 12:19:59 -0500
  • c95b842b30 video: Xbox does not use CreateIconFromSurface Ethan Lee 2025-01-16 12:19:46 -0500
  • d8e1ad0ebc release: skip extended Android SDK versions Sam Lantinga 2025-01-16 09:06:22 -0800
  • 7ee2ab3830
    wayland: Fix return value check from int-to-bool conversion Frank Praznik 2025-01-16 11:52:16 -0500
  • 1dd8fadca2 Updated to version 3.1.10 for the release candidate Sam Lantinga 2025-01-16 08:32:49 -0800
  • 63521cb9a7 fix emscripten builds Ozkan Sezer 2025-01-16 18:50:00 +0300
  • ab8bd0ef86 fix emscripten builds Ozkan Sezer 2025-01-16 18:50:00 +0300
  • 48f21f434f Fixed detection of function keys on Emscripten Sam Lantinga 2025-01-15 07:39:05 -0800
  • 9f25821ffd Fixed detection of function keys on Emscripten Sam Lantinga 2025-01-15 07:39:05 -0800
  • 780ec8fac0 Set EGL surface for foreign X11 windows CasualPokePlayer 2024-08-30 18:13:50 -0700
  • 9225a421b7 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-16 13:20:18 +0000
  • 3ffb1a8cbd storage: generic title storage allows override paths without '/' appended. Ryan C. Gordon 2025-01-15 23:47:43 -0500
  • 874c07f8de storage: Don't allow "." and ".." paths, enforce '/' dir separators. Ryan C. Gordon 2025-01-15 20:16:10 -0500
  • 67664a0427 testfilesystem: test some Storage APIs, too. Ryan C. Gordon 2025-01-15 18:09:55 -0500
  • eb793dede7 filesystem: SDL_GetCurrentDirectory() should add a path separator at the end. Ryan C. Gordon 2025-01-15 17:06:09 -0500
  • 87e1b0eb89 filesystem: SDL_EnumerateDirectory() gives dirs with path seperators appended. Ryan C. Gordon 2025-01-15 17:03:01 -0500
  • e98ee9bb04 Adjust testgl.c to test gl_release_behavior Ramez Ragaa 2024-12-28 23:47:54 +0200
  • 3424ec948c video: SDL_GL_GetAttribute gets correct SDL_GL_CONTEXT_RELEASE_BEHAVIOR value. Ryan C. Gordon 2025-01-16 00:10:07 -0500
  • 05877f2cea cmake: Add the IoRing async i/o code to the Windows build. Ryan C. Gordon 2025-01-16 00:59:31 -0500
  • 4d63a2b882 io: Renamed src/file to src/io Ryan C. Gordon 2025-01-16 00:56:49 -0500
  • decb696cc4
    cmake: Add the IoRing async i/o code to the Windows build. Ryan C. Gordon 2025-01-16 00:59:31 -0500
  • ea642fe9ff
    cocoa: clear mouse focus based on NSEventTypeMouseExited events (#11991) Sam Lantinga 2025-01-15 23:34:20 -0800
  • bce101c77e cocoa: clear mouse focus based on NSEventTypeMouseExited events Sam Lantinga 2025-01-15 22:59:40 -0800
  • abcd1684e4
    io: Renamed src/file to src/io Ryan C. Gordon 2025-01-16 00:56:49 -0500
  • a093360484
    Adjust testgl.c to test gl_release_behavior Ramez Ragaa 2024-12-28 23:47:54 +0200
  • 392cde304d
    video: SDL_GL_GetAttribute gets correct SDL_GL_CONTEXT_RELEASE_BEHAVIOR value. Ryan C. Gordon 2025-01-16 00:10:07 -0500
  • 823683913d
    storage: generic title storage allows override paths without '/' appended. Ryan C. Gordon 2025-01-15 23:47:43 -0500
  • 3cd705cb27
    storage: Don't allow "." and ".." paths, enforce '/' dir separators. Ryan C. Gordon 2025-01-15 20:16:10 -0500
  • 37e1a13015
    testfilesystem: test some Storage APIs, too. Ryan C. Gordon 2025-01-15 18:09:55 -0500
  • 100b0cf07b
    filesystem: SDL_GetCurrentDirectory() should add a path separator at the end. Ryan C. Gordon 2025-01-15 17:06:09 -0500
  • 1979349227
    filesystem: SDL_EnumerateDirectory() gives dirs with path seperators appended. Ryan C. Gordon 2025-01-15 17:03:01 -0500
  • 5f4696ce63
    Updating documentation for the 3.2.0 release Sam Lantinga 2025-01-15 20:38:16 -0800
  • a512ed3333 Updated the Android release archive Sam Lantinga 2025-01-15 17:28:03 -0800
  • d2974ebe9a Updated the Xcode release archive Sam Lantinga 2025-01-15 16:44:09 -0800
  • 70358ab2c4 Simplified and updated the msvc release archive Sam Lantinga 2025-01-15 15:32:27 -0800
  • 2c7b7d1d33 Keep the lifecycle observer active while there are windows active Sam Lantinga 2025-01-14 19:41:02 -0800
  • 2d32172714 Simplified and updated the mingw release archive Sam Lantinga 2025-01-15 14:23:27 -0800
  • 8ba1079bb5 Updating documentation for the 3.2.0 release Sam Lantinga 2025-01-15 14:28:45 -0800
  • 355f69ebfe GPU: Ensure thread safety of Vulkan resource creation cosmonaut 2025-01-15 13:45:36 -0800
  • c9d602307c cocoa: Only process hit tests on left clicks Frank Praznik 2025-01-15 15:14:04 -0500
  • dd0bdc2561 win32: Pass through non-left mouse button presses when over draggable areas Frank Praznik 2025-01-15 14:45:48 -0500
  • 929fd49a54 cocoa: Only process hit tests on left clicks Frank Praznik 2025-01-15 15:14:04 -0500
  • 0e15efb473 win32: Pass through non-left mouse button presses when over draggable areas Frank Praznik 2025-01-15 14:45:48 -0500
  • 84d35587ee
    filesystem: SDL_SYS_EnumerateDirectory inexplicably takes the same arg twice. Ryan C. Gordon 2025-01-15 14:08:53 -0500
  • fc9b2478d8 windows: don't set focus click pending if SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH is set Sam Lantinga 2025-01-15 10:51:12 -0800
  • 1aee128cd9 windows: don't set focus click pending if SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH is set Sam Lantinga 2025-01-15 10:51:12 -0800
  • 18d21b36fe windows: use the initial rect to anchor fixed aspect ratio resizing Sam Lantinga 2025-01-15 10:03:48 -0800
  • 1995471927 cocoa: fixed resizing windows with fixed aspect ratio Sam Lantinga 2025-01-15 09:36:55 -0800
  • cc83a84207 windows: use the initial rect to anchor fixed aspect ratio resizing Sam Lantinga 2025-01-15 10:03:48 -0800
  • 339d3dd665 cocoa: fixed resizing windows with fixed aspect ratio Sam Lantinga 2025-01-15 09:36:55 -0800
  • 67382e9c83 Fixed detection of function keys on Emscripten Sam Lantinga 2025-01-15 07:39:05 -0800
  • 34e60e282a Fixed detection of function keys on Emscripten Sam Lantinga 2025-01-15 07:39:05 -0800
  • 220a23dad2 Sync SDL2 wiki -> header SDL Wiki Bot 2025-01-15 15:27:42 +0000
  • 23410debf7 SDL_GetKeyboardNameForID(): Set an error message for invalid keyboard IDs Sam Lantinga 2025-01-15 00:01:06 -0800
  • 8ce176b59a SDL_GetMouseNameForID(): Set an error message for invalid mouse IDs. Petar Popovic 2024-10-30 22:12:25 +0100
  • 51fa076fdc Don't send normal keyboard events if no application window has focus Sam Lantinga 2025-01-14 23:28:31 -0800
  • a446381ea9 Tooltips and unfocusable windows can't become main windows Sam Lantinga 2025-01-14 23:28:00 -0800
  • 21c90bf02b Don't send normal keyboard events if no application window has focus Sam Lantinga 2025-01-14 23:28:31 -0800
  • 7c39d1a082 Tooltips and unfocusable windows can't become main windows Sam Lantinga 2025-01-14 23:28:00 -0800
  • ebb24eedc8 mouse: Clean up virtual touch devices as appropriate. Ryan C. Gordon 2025-01-15 01:55:32 -0500
  • dabc93a631 pen: Send virtual mouse and touch events for pen input. Ryan C. Gordon 2025-01-14 23:30:10 -0500
  • bd93507fa1
    mouse: Clean up virtual touch devices as appropriate. Ryan C. Gordon 2025-01-15 01:55:32 -0500
  • 4ae9b9bf99
    pen: Send virtual mouse and touch events for pen input. Ryan C. Gordon 2025-01-14 23:30:10 -0500
  • 169c8d5140 Fix incorrect hotspot calculation for cursor positioning ImThour 2025-01-15 11:27:00 +0530
  • 8e9c44bc3b Fixed accidental removal of optional delegate interface check Sam Lantinga 2025-01-14 22:35:13 -0800
  • 4dd585fb62 coreaudio: convert MPEG channel layout to WAVE channel layout Sam Lantinga 2025-01-14 21:22:14 -0800
  • 8c601814ff coreaudio: convert MPEG channel layout to WAVE channel layout Sam Lantinga 2025-01-14 21:22:14 -0800
  • 18933c870f
    Fix incorrect hotspot calculation for cursor positioning ImThour 2025-01-15 11:27:00 +0530
  • 81e57147f8 Child windows shouldn't take focus if the parent window is in relative mouse mode Sam Lantinga 2025-01-14 21:09:43 -0800
  • e215e89413 Child windows shouldn't take focus if the parent window is in relative mouse mode Sam Lantinga 2025-01-14 21:09:43 -0800
  • 3447259271 Keep the lifecycle observer active while there are windows active Sam Lantinga 2025-01-14 19:41:02 -0800
  • 3bea84531d Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-15 03:27:28 +0000
  • 9ed23a4b79 Updated SDL_SetEventFilter() documentation Sam Lantinga 2025-01-14 19:25:31 -0800
  • d7825af4de ci: bump FreeBSD to 14.2 Anonymous Maarten 2025-01-03 23:04:35 +0100
  • 90c7f51d8a ci: bump FreeBSD to 14.2 Anonymous Maarten 2025-01-03 23:04:35 +0100
  • e19a56f4d5 Don't send fake key events while processing real ones on Android Sam Lantinga 2025-01-14 18:53:36 -0800
  • 1ab61635a9 Use SDL_Log() for keyboard debugging. Sam Lantinga 2025-01-14 18:48:19 -0800
  • 00e6f60cb4 Don't send fake key events while processing real ones on Android Sam Lantinga 2025-01-14 18:53:36 -0800
  • 965757129d Use SDL_Log() for keyboard debugging. Sam Lantinga 2025-01-14 18:48:19 -0800
  • 29c684c626 Removed debug logging Sam Lantinga 2025-01-14 18:05:24 -0800
  • 0eaa6197c5 Removed unnecessary __builtin_available check Sam Lantinga 2025-01-14 16:28:54 -0800
  • ffe194c52e Fixed build when SDL_JOYSTICK_MFI isn't enabled Sam Lantinga 2025-01-14 16:16:05 -0800
  • a4547fe77a Updated weak framework dependencies for new deployment targets Sam Lantinga 2025-01-14 15:54:48 -0800
  • 636b5dc024 Removed unnecessary __builtin_available check Sam Lantinga 2025-01-14 16:28:54 -0800
  • f3f8596096 Fixed build when SDL_JOYSTICK_MFI isn't enabled Sam Lantinga 2025-01-14 16:16:05 -0800
  • c658d018b1 Updated weak framework dependencies for new deployment targets Sam Lantinga 2025-01-14 15:54:48 -0800