Commit Graph

  • 3e6f465d17 VITA: fix SDL_ShowMessageBox by using different memory type Ivan Epifanov 2024-10-22 22:04:43 +0300
  • a42c9ec5f7 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-22 17:49:11 +0000
  • 2318961b6f
    docs: Add `\threadsafety` to some low-hanging fruit across a few headers. Ryan C. Gordon 2024-10-22 13:47:28 -0400
  • eed11ad6d6
    docs: Fixed example code for SDL_qsort_r() and SDL_bsearch_r(). Ryan C. Gordon 2024-10-22 13:34:40 -0400
  • ae29baafd9 GPU Vulkan: Use dedicated allocation for download buffers cosmonaut 2024-10-22 10:15:25 -0700
  • 0bec18245d android: fix android.content.Context:getCacheDir JNI prototype Anonymous Maarten 2024-10-22 18:03:34 +0200
  • e9b5f6749e
    wikiheaders: add (disabled) code to check for missing `\threadsafety` tags. Ryan C. Gordon 2024-10-22 10:47:51 -0400
  • 19a1175c02
    include: Updated docs on SDL_TouchFingerEvent. Ryan C. Gordon 2024-10-22 10:40:11 -0400
  • e61f0678ee
    x11: Remove the "safety net" error handler. Ryan C. Gordon 2024-10-22 10:27:36 -0400
  • f9bffa31b6 docs: fix window flags in README-migration.md anton-kl 2024-10-22 07:35:08 +0100
  • cd1eeb4963
    docs: fix window flags in README-migration.md anton-kl 2024-10-22 07:35:08 +0100
  • b0982e8982
    docs: Updated README-emscripten.md. Ryan C. Gordon 2024-10-21 23:36:56 -0400
  • c56af0d975 Removed unused code Sam Lantinga 2024-10-21 17:18:49 -0700
  • 35be8bb7f9 Fixed warning C4456: declaration of 'e' hides previous local declaration Sam Lantinga 2024-10-21 15:39:04 -0700
  • 5c531beea7 Fixed warning C4456: declaration of 'e' hides previous local declaration Sam Lantinga 2024-10-21 15:39:04 -0700
  • 8119568805 x11: Remove text-scaling-factor setting checks Emmanuele Bassi 2024-10-17 17:23:37 +0100
  • 1c51b8dc33 Only set the OpenGL flag if the OpenVR driver is active Sam Lantinga 2024-10-21 15:07:43 -0700
  • 82b3325978 Fixed memory leaks if Windows initialization fails Sam Lantinga 2024-10-21 14:59:53 -0700
  • d199586683 Fixed memory leaks if OpenVR initialization fails Sam Lantinga 2024-10-21 14:59:18 -0700
  • 7b492553c4 Allow the OpenVR driver to be enabled on Windows Sam Lantinga 2024-10-21 14:58:18 -0700
  • 5a465221ee Only set the OpenGL flag if the OpenVR driver is active Sam Lantinga 2024-10-21 15:07:43 -0700
  • fd5f7a0bc7 Fixed memory leaks if Windows initialization fails Sam Lantinga 2024-10-21 14:59:53 -0700
  • f37144bc7e Fixed memory leaks if OpenVR initialization fails Sam Lantinga 2024-10-21 14:59:18 -0700
  • 58c61ea9eb Allow the OpenVR driver to be enabled on Windows Sam Lantinga 2024-10-21 14:58:18 -0700
  • 0aea14cf45 Added logging for additional events Sam Lantinga 2024-10-21 14:23:14 -0700
  • 3d47877bb4 Added SDL_EVENT_RENDER_DEVICE_LOST Sam Lantinga 2024-10-21 00:19:05 -0700
  • ae5ef6b89a Added SDL_EVENT_RENDER_DEVICE_LOST Sam Lantinga 2024-10-21 00:19:05 -0700
  • c1adfb4c94
    wayland: Always create a viewport for the window if available Frank Praznik 2024-06-20 16:52:41 -0400
  • 54e52d055f Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-21 18:06:39 +0000
  • 9c848e08e4
    docs: Explain events for already plugged in controllers (#11286) Jordan Christiansen 2024-10-21 13:06:05 -0500
  • 0e3b1282e1
    Update include/SDL3/SDL_events.h Sam Lantinga 2024-10-21 11:05:33 -0700
  • 693d7385e4
    Adjust wording Jordan Christiansen 2024-10-21 12:19:45 -0500
  • 26567df878 Don't treat mouse buttons as focus clicks if the window has mouse capture Sam Lantinga 2024-10-21 09:42:55 -0700
  • b665e125f4 docs: Explain events for already plugged in controllers Jordan Christiansen 2024-10-19 11:03:15 -0500
  • ef758d05c1
    render: GetRenderViewportSize shouldn't use scale, just logical presentation. Ryan C. Gordon 2024-10-21 11:17:16 -0400
  • 92520c1d9b Improved D3D12 handling of unrecoverable device loss Sam Lantinga 2024-10-21 00:37:09 -0700
  • e2a5f4f577 Improved D3D12 handling of unrecoverable device loss Sam Lantinga 2024-10-21 00:37:09 -0700
  • 315842cf71 Fixed crashes handling D3D11/12 device lost in testsprite Sam Lantinga 2024-10-21 00:12:16 -0700
  • 68dc95c146 Fixed crashes handling D3D11/12 device lost in testsprite Sam Lantinga 2024-10-21 00:12:16 -0700
  • e2254b1045 Added color scale info for the GPU renderer TODO item Sam Lantinga 2024-10-20 18:37:21 -0700
  • 4b54e32231 Tweak android path functions comment tag \sa Petar Popovic 2024-10-21 01:25:53 +0200
  • 7745eff868 Tweak android path functions comment tag \sa Petar Popovic 2024-10-21 01:25:53 +0200
  • a6536a9298 RI_KEY_BREAK indicates key is up mausimus 2024-10-19 10:50:58 +0900
  • 679dd4b181 SDL_RequestAndroidPermission() comment: Add link to android permissions website Petar Popovic 2024-10-20 15:40:31 +0200
  • eb1451536e Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-20 14:12:45 +0000
  • 5819d4b360 SDL_CreateRenderer() comment: Remove mention of flags Petar Popovic 2024-10-20 16:01:42 +0200
  • 9bb4b09fd3 SDL_CreateRenderer() comment: Remove mention of flags Petar Popovic 2024-10-20 16:01:42 +0200
  • d386ab495b SDL_RequestAndroidPermission() comment: Add link to android permissions website Petar Popovic 2024-10-20 15:40:31 +0200
  • e0321ca5b6
    SDL3: SDL_render_gl(render name: opengl) dose not support transparent on Linux/X11 (Bug #11273) (#11274) rhett-lee 2024-10-20 11:21:50 +0800
  • dcbb2f11a8 Clamp the texture alpha and color modulation values to 0-255 Sam Lantinga 2024-10-19 20:18:21 -0700
  • 07020d075d SDL3: SDL_render_gl(render name: opengl) dose not support transparent on Linux/X11 (Bug #11273) rhett-lee 2024-10-20 09:58:24 +0800
  • bcf1397e33 Sync SDL2 wiki -> header SDL Wiki Bot 2024-10-20 01:02:07 +0000
  • 1af0b39833 Sync SDL2 wiki -> header SDL Wiki Bot 2024-10-20 00:51:30 +0000
  • a6d5c56b2f Merge branch 'main' of https://github.com/rhett-lee/SDL rhett-lee 2024-10-20 08:31:19 +0800
  • 541ba33714
    Fix SDL_GetClosestFullscreenDisplayMode documentation Frank Praznik 2024-10-19 16:01:08 -0400
  • 40070d899d Refactor Blit_RGB555_ARGB1555 to be more generic Cameron Cawley 2024-10-12 19:05:47 +0100
  • 4ca7a19348 Sync SDL2 wiki -> header SDL Wiki Bot 2024-10-19 18:04:39 +0000
  • b6640d39dd Refactor Blit_RGB555_ARGB1555 to be more generic Cameron Cawley 2024-10-12 19:05:47 +0100
  • 434517b29f Fix generate.py Susko3 2024-10-19 18:24:33 +0100
  • 3d2c8c510d add GLES3 headers from Khronos for OpenVR video driver. Ozkan Sezer 2024-10-19 14:39:02 +0300
  • 2668558c5c Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-19 17:21:09 +0000
  • 153f90a725 Revert "Use the correct return type for SDL_GetAndroidJNIEnv()" Sam Lantinga 2024-10-19 10:17:33 -0700
  • 9e7bdc7016 Add missed project Susko3 2024-10-18 01:58:50 +0100
  • ffb1d9e4b4 Removed Blit2101010toN and BlitNto2101010 Sam Lantinga 2024-10-19 10:06:50 -0700
  • 5c1ccaefae Fixed VULKAN_UpdateViewport judgment. 华仔 2024-10-19 09:41:26 +0800
  • a0e767851c docs: Explain events for already plugged in controllers Jordan Christiansen 2024-10-19 11:03:15 -0500
  • 4c2d0c422b
    wayland: Remove kde_output_order_v1 support Frank Praznik 2024-10-19 11:13:24 -0400
  • 5f874b60a8 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-19 14:49:21 +0000
  • 1647d36aec
    docs: document copying shared SDL3 a bit more + document sanitizer/libc incompatibility Anonymous Maarten 2024-10-19 16:48:51 +0200
  • 75663a5171 add GLES3 headers from Khronos for OpenVR video driver. Ozkan Sezer 2024-10-19 14:39:02 +0300
  • 39805b0aaf Merge branch 'main' of https://github.com/rhett-lee/SDL rhett-lee 2024-10-19 14:38:51 +0800
  • b6a6a4a7f8
    audio: fix incorrect dynCall in Emscripten audio. Ryan C. Gordon 2024-10-18 23:52:23 -0400
  • 3d462bb7c2 RI_KEY_BREAK indicates key is up mausimus 2024-10-19 10:50:58 +0900
  • 3a6111fb9f Fixed VULKAN_UpdateViewport judgment. 华仔 2024-10-19 09:41:26 +0800
  • 07bb8f1c4c openvr: added APIENTRY for OpenGL functions (thanks @cnlohr!) Sam Lantinga 2024-10-18 16:40:36 -0700
  • b40ad5428b Fixed assertion at quit when the debug text was the last texture used. Sam Lantinga 2024-10-18 14:51:24 -0700
  • 76b49671fc
    Update docs/README-cmake.md Anonymous Maarten 2024-10-18 20:55:06 +0000
  • a48fa675be Fix formatting Maia 2024-10-18 21:53:16 +0200
  • a9e3b4ab36 Fix formatting Maia 2024-10-18 21:53:16 +0200
  • 1d23d2c3c2 Renamed SDL_SANDBOX_UNKNOWN to SDL_SANDBOX_UNKNOWN_CONTAINER Sam Lantinga 2024-10-18 12:45:07 -0700
  • d2f0eaed79 docs: document copying shared SDL3 a bit more + document sanitizer/libc incompatibility Anonymous Maarten 2024-10-18 20:14:48 +0200
  • a7da3ad59b x11: Support sorting displays via the priority hint Frank Praznik 2024-10-18 11:26:41 -0400
  • 0faf9dc4a4 kmsdrm: Support sorting displays via the priority hint Frank Praznik 2024-10-18 11:25:10 -0400
  • a6e5ab437f video/openvr: Avoid type redefinition errors. Ozkan Sezer 2024-10-18 17:24:02 +0300
  • dc6132031e video/openvr: Avoid type redefinition errors. Ozkan Sezer 2024-10-18 17:24:02 +0300
  • 47867eb45b
    x11: Support sorting displays via the priority hint Frank Praznik 2024-10-18 11:26:41 -0400
  • c98f5cf995
    kmsdrm: Support sorting displays via the priority hint Frank Praznik 2024-10-18 11:25:10 -0400
  • 308313c99a
    Merge branch 'libsdl-org:main' into main rhett-lee 2024-10-18 11:36:15 +0800
  • 2654d5d48b Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-18 02:34:29 +0000
  • e81e917c5e Added an OpenVR video driver (thanks @cnlohr!) Sam Lantinga 2024-10-17 19:38:04 -0700
  • 569691797d windows/SDL_systhread.c: fix permissions Ozkan Sezer 2024-10-18 05:00:04 +0300
  • 186c6e5c9d windows: fix race condition with exception-based thread naming. Sasha Szpakowski 2024-10-17 21:52:20 -0300
  • faa404a652 If we get a newline character, treat it as SDLK_RETURN Sam Lantinga 2024-10-17 17:50:04 -0700
  • 0f31f94a7d Include sample.bmp where needed Susko3 2024-10-18 01:54:37 +0100
  • 10c2ef355c windows: fix race condition with exception-based thread naming. Sasha Szpakowski 2024-10-17 21:52:20 -0300
  • 53f04f3408 If we get a newline character, treat it as SDLK_RETURN Sam Lantinga 2024-10-17 17:50:04 -0700
  • a8ee83e363 Fix `*|Win32` builds not working Susko3 2024-10-18 01:44:10 +0100
  • a432abf4cc Make sure that we quit if we get a terminating event Sam Lantinga 2024-10-17 16:38:07 -0700
  • c5e1ae4580 Only free debug_char_texture_atlas if it has been allocated Sam Lantinga 2024-10-17 15:42:14 -0700
  • 00f4cb308b Fixed crash if the Vulkan renderer changes swapchain image count Sam Lantinga 2024-10-17 15:12:24 -0700