Commit Graph

  • 93471cf78d video/openvr: minor clean-up: Ozkan Sezer 2024-10-25 23:20:24 +0300
  • 50eec16f02 add framecounter, use nanosleep expikr 2024-10-26 02:39:27 +0800
  • 1e25e37af5 now using the callback API expikr 2024-10-26 01:44:31 +0800
  • ff81b3afb7 working SDL3 example expikr 2024-10-26 00:44:55 +0800
  • 5671c3f8bf working c version expikr 2024-10-25 06:45:09 +0800
  • b069c81ba9 initial multi-mouse shooter sketch in zig expikr 2024-10-24 10:21:09 +0800
  • 1a00cb4cd2
    Add mention of Rust bindings Mischa Spiegelmock 2024-10-25 09:52:27 -0700
  • 8bf1a84200 ci: add include headers of build directory to ci artifacts Anonymous Maarten 2024-10-24 23:54:22 +0200
  • 590e1196d0 snake: check allocated memory before use Anonymous Maarten 2024-10-24 23:53:44 +0200
  • 20e01c6fbe android: add (disabled) android.permission.INTERNET to AndroidManifest.xml Anonymous Maarten 2024-10-24 23:52:45 +0200
  • f170ced2a7
    cocoa: Patched to compile. Ryan C. Gordon 2024-10-24 23:59:12 -0400
  • dcdb763de8
    cocoa: Make sure GL context destruction happens on the main thread. Ryan C. Gordon 2024-10-24 14:53:16 -0400
  • e5348c611d
    cocoa: Patched to compile. Ryan C. Gordon 2024-10-24 23:59:12 -0400
  • 5cb87ff99f
    cocoa: Make sure GL context destruction happens on the main thread. Ryan C. Gordon 2024-10-24 14:53:16 -0400
  • 850158f83f testcontroller: fixed incorrect usage of memcpy() Sam Lantinga 2024-10-24 18:11:19 -0700
  • a02a567ca6 ci: add include headers of build directory to ci artifacts Anonymous Maarten 2024-10-24 23:54:22 +0200
  • 9b0ad95cee snake: check allocated memory before use Anonymous Maarten 2024-10-24 23:53:44 +0200
  • 1da107cdfc android: add (disabled) android.permission.INTERNET to AndroidManifest.xml Anonymous Maarten 2024-10-24 23:52:45 +0200
  • 344546b4ea cocoa: Make sure GL context destruction happens on the main thread. Ryan C. Gordon 2024-10-24 14:53:16 -0400
  • b893cfa305
    cocoa: Make sure GL context destruction happens on the main thread. Ryan C. Gordon 2024-10-24 14:53:16 -0400
  • dcd4ddb043 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-24 18:38:45 +0000
  • 8d3bec99a7
    audio: Make SDL_GetAudioStreamProperties() thread safe. Ryan C. Gordon 2024-10-24 14:36:57 -0400
  • 10e52e1899
    docs: Added more '\threadsafety` tags. Ryan C. Gordon 2024-10-24 14:36:06 -0400
  • 731853077a
    Send drop complete events when the drop leaves the window on Cocoa, Wayland, and X11 Frank Praznik 2024-10-24 12:06:38 -0400
  • db4e2ccbac Allow redefinition of only one macro SDL_SINT64_C SDL_UINT64_C Petar Popovic 2024-10-24 05:01:52 +0200
  • c0bad724a7 README-ios.md: Add info about UIApplicationSupportsIndirectInputEvents on iOS 17 Son Phan Trung 2024-10-24 19:53:07 +0700
  • 60bc645f0d
    README-ios.md: Add info about UIApplicationSupportsIndirectInputEvents on iOS 17 Son Phan Trung 2024-10-24 19:53:07 +0700
  • 5c9f37080e
    emscripten: scale mousewheel X coordinates correctly, not just Y coordinates. Ryan C. Gordon 2024-10-23 23:35:02 -0400
  • 00f15dd215
    emscripten: scale mousewheel X coordinates correctly, not just Y coordinates. Ryan C. Gordon 2024-10-23 23:35:02 -0400
  • 4ea26a7771
    emscripten: scale mousewheel X coordinates correctly, not just Y coordinates. Ryan C. Gordon 2024-10-23 23:35:02 -0400
  • a0fe37e453 Allow redefinition of only one macro SDL_SINT64_C SDL_UINT64_C Petar Popovic 2024-10-24 05:01:52 +0200
  • 8fe02ce8ec GPU: Add SDL_CancelGPUCommandBuffer cosmonaut 2024-10-23 17:43:57 -0700
  • d0cf2c19d1
    Allow defining custom SDL_SINT64_C and SDL_UINT64_C macros (#11315) Susko3 2024-10-24 01:03:13 +0100
  • 9c79f8c384 Add ending comment Susko3 2024-10-24 00:03:35 +0100
  • 7108291d0b video: Change SDL_GLattr to SDL_GLAttr. Ryan C. Gordon 2024-10-23 18:09:52 -0400
  • c0e9205a92 video: Change capitalization on various OpenGL attribute typedefs. Ryan C. Gordon 2024-10-23 18:06:54 -0400
  • 3c506630c3 video: Turn several OpenGL attribute enums into integer typedefs. Ryan C. Gordon 2024-10-23 17:34:44 -0400
  • c0f9f194f3 Allow defining custom SDL_{S,U}INT64_C Susko3 2024-10-23 23:13:40 +0100
  • 4dbe53a0d0
    video: Change SDL_GLattr to SDL_GLAttr. Ryan C. Gordon 2024-10-23 18:09:52 -0400
  • 0320ffacf3
    video: Change capitalization on various OpenGL attribute typedefs. Ryan C. Gordon 2024-10-23 18:06:54 -0400
  • 21011a11cc
    video: Turn several OpenGL attribute enums into integer typedefs. Ryan C. Gordon 2024-10-23 17:34:44 -0400
  • a04fda211c Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 21:01:26 +0000
  • 4e33440c04 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 20:59:19 +0000
  • e84442b1ba
    Defuse wShowWindow behavior in Windows influencing the initial window created Mark Jansen 2024-10-23 22:04:45 +0200
  • e8b69b03fe
    cmake: fail configuring when no X11 or wayland could be found (#11310) Anonymous Maarten 2024-10-23 22:19:40 +0200
  • 540db0d164 Bumped version of macro 'main' to 3.1.3 Petar Popovic 2024-10-23 20:53:51 +0200
  • 60a2872cbf
    Add testcase showing wShowWindow behavior in Windows Mark Jansen 2024-10-08 22:12:09 +0200
  • 370521363a Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 19:57:33 +0000
  • 924f719b97
    wayland: Get the window content scale from the backend Frank Praznik 2024-10-23 11:48:39 -0400
  • 299587fa64 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 19:31:40 +0000
  • ed02977bb7 cmake: fail configuring when no X11 or wayland could be found Anonymous Maarten 2024-10-23 19:55:43 +0200
  • a835b6df0e Bumped version of macro 'main' to 3.1.3 Petar Popovic 2024-10-23 20:53:51 +0200
  • 5e855d82e3 Manually bump versions of non-function identifiers introduced after 3.1.3 to 3.2.0 Petar Popovic 2024-10-23 20:06:43 +0200
  • cee42c6643 Manually bump versions of non-function identifiers introduced after 3.1.3 to 3.2.0 Petar Popovic 2024-10-23 20:06:43 +0200
  • 22bc430bbb Set error using function hresult kyle-sylvestre 2024-10-23 13:32:32 -0400
  • 6eca02a0e7 evdev: correctly handle composite devices Sam Lantinga 2024-10-23 10:52:50 -0700
  • ba1412cb9f evdev: fixed devices not being removed on disconnect Sam Lantinga 2024-10-23 10:52:00 -0700
  • 370c0426ce testspriteminimal: only quit when escape is pressed Sam Lantinga 2024-10-23 10:51:14 -0700
  • 8dcee901b0 Set error using function hresult kyle-sylvestre 2024-10-23 13:32:32 -0400
  • acfc223e15 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 16:37:46 +0000
  • 423337796c
    GPU Vulkan: Use dedicated allocation for download buffers (#11298) Evan Hemsley 2024-10-23 09:37:06 -0700
  • 06efbce0d3 Add note about download buffers cosmonaut 2024-10-23 09:36:45 -0700
  • 24b376ef18 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 16:30:58 +0000
  • 1c1706a00b
    fnsince: update `\since` policy for documentation. Ryan C. Gordon 2024-10-23 12:19:38 -0400
  • 21c91d5535 examples now using SDL_ALPHA_OPAQUE(_FLOAT) for opaque alpha value Michael Palomas 2024-10-23 13:44:28 +0200
  • 7760473c1c examples now using SDL_ALPHA_OPAQUE(_FLOAT) for opaque alpha value Michael Palomas 2024-10-23 13:44:28 +0200
  • 63ef5a2369 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 05:42:03 +0000
  • fd530d029f Fixed typo in SDL_clipboard.h Petar Popovic 2024-10-23 05:35:58 +0200
  • 7b6416add0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-23 05:41:03 +0000
  • af1c165352 Set version of new identifiers after 3.1.3 release to 3.1.6 Petar Popovic 2024-10-23 06:35:18 +0200
  • 75f4ca024e Set version of new identifiers after 3.1.3 release to 3.1.6 Petar Popovic 2024-10-23 06:35:18 +0200
  • 5fa82c3b04 Fixed typo in SDL_clipboard.h Petar Popovic 2024-10-23 05:35:58 +0200
  • 45584ad73e Simplify get_channel_name() so it's easier for people to read and understand Sam Lantinga 2024-10-22 18:19:30 -0700
  • c134dd6e5e Fixed typo in the channel layout documentation Sam Lantinga 2024-10-22 17:46:38 -0700
  • 4a8eadf167
    include: Fixed typo in SDL_CopyFile's documentation. Ryan C. Gordon 2024-10-22 20:11:24 -0400
  • d9e6fe0b7a Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-22 20:03:14 +0000
  • f5c27a3a2c
    render: Corrected docs for SDL_SetRenderVSync(). Ryan C. Gordon 2024-10-22 16:00:27 -0400
  • 257d75429d VITA: fix SDL_ShowMessageBox by using different memory type Ivan Epifanov 2024-10-22 22:10:15 +0300
  • 52714d5063 VITA: fix SDL_ShowMessageBox by using different memory type Ivan Epifanov 2024-10-22 22:10:15 +0300
  • 1f8b9a320c VITA: fix SDL_ShowMessageBox by using different memory type Ivan Epifanov 2024-10-22 22:04:43 +0300
  • ed62bf6c62 VITA: fix SDL_ShowMessageBox by using different memory type Ivan Epifanov 2024-10-22 22:10:15 +0300
  • 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