Commit Graph

  • 1c417dc4cc make gridgen logic less cryptic expikr 2024-10-27 14:53:34 +0800
  • b94fc5a4c1 fix wrong union, better var name, bitmask color expikr 2024-10-27 14:15:22 +0800
  • 8a868ff8be
    Update README-linux.md for openSUSE Tumbleweed dependencies Glenn Watson 2024-10-27 15:41:12 +1000
  • d89ded3485 SDL_CreateDirectory(): Clear error message when it succeeds after first failing Petar Popovic 2024-10-27 03:11:07 +0100
  • e67c7da8ff rename to woodeneye-008 expikr 2024-10-27 08:09:32 +0800
  • 71f73afa7a code clarity for no-go-beyond-this-point expikr 2024-10-27 06:42:59 +0800
  • 45041a798b Code layout fixes Anonymous Maarten 2024-10-26 22:56:04 +0200
  • a1e6641acb Fix SDL_AppIterate on Linux Anonymous Maarten 2024-10-26 22:48:46 +0200
  • 764dbb3797 use SDL_min/SDL_max, and const cast edge pointer expikr 2024-10-27 04:51:35 +0800
  • 5fcf9528df Change pointer type of argument of draw Anonymous Maarten 2024-10-26 19:03:27 +0200
  • 76d08ecfb1 remove stdio.h, predefine loop index expikr 2024-10-27 00:49:49 +0800
  • a7880eab40 Fix gcc build Anonymous Maarten 2024-10-26 17:52:52 +0200
  • df513a0c46 multi-shooter: fix build on MSVC Anonymous Maarten 2024-10-26 17:33:21 +0200
  • 8468c372b2 SDL_EnumerateDirectory(): (posix) Fix return value when directory is invalid Petar Popovic 2024-10-26 07:13:00 +0200
  • c949f6f341 SDL_EnumerateDirectory(): (posix) Fix return value when directory is invalid Petar Popovic 2024-10-26 07:13:00 +0200
  • b5d199b540 multi-device now working expikr 2024-10-26 03:18:41 +0800
  • 97b924f985 typo: maxOS -> macOS Roman Frołow 2024-10-19 14:47:12 +0200
  • a851c5b648 create-release.py uses python3 Sam Lantinga 2024-10-25 15:08:57 -0700
  • 47411d8007 build-release.py uses python3 Sam Lantinga 2024-10-25 14:31:35 -0700
  • 4f160d69a6 Closes #10318 - implement Android prerotation in the Vulkan renderer Dan Ginsburg 2024-10-25 16:35:07 -0400
  • c2279fe190 Closes #10318 - implement Android prerotation in the Vulkan renderer Dan Ginsburg 2024-10-25 16:35:07 -0400
  • 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