Commit Graph

  • 31128b6cdd
    kmsdrm: Clean up GLES function definitions Frank Praznik 2024-12-04 11:58:28 -0500
  • 123306b18c X11: support _NET_WM_SYNC_REQUEST numzero 2023-05-07 01:06:06 +0300
  • fda84503b1 examples: fixup URLs for project subfolder Nicolas Allemand 2024-12-04 17:08:48 +0100
  • a0311bebc5 examples: added homepage + categories pages + added CSS (similar to wiki) Nicolas Allemand 2024-12-04 12:12:43 +0100
  • dd40329d55 Add system tray icon and menus Semphris 2024-10-14 14:53:57 -0400
  • d320d7143d
    Fix rawmouse wrong timestamp (#11553) expikr 2024-12-04 12:40:34 +0800
  • 830b132cd4 SDL_asyncio_liburing.c: replace __kernel_time64_t use with SDL's Sint64 Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 4ac78706bf SDL_asyncio_liburing.c: replace size_t casts on pointers with intptr_t Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 1d42055f49 SDL_asyncio_liburing.c: replace __kernel_time64_t use with SDL's Sint64 Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 3406f3d495 SDL_asyncio_liburing.c: replace size_t casts on pointers with intptr_t Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 2147825e4e move idletime logic out to callsite expikr 2024-12-04 09:31:51 +0800
  • 2ad5836d02 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-04 00:12:42 +0000
  • 31d09909b6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-03 23:04:47 +0000
  • 1377cdb3f2 Fix the Indonesian language code on Android Sam Lantinga 2024-12-03 15:04:13 -0800
  • 46f43c2e6e asyncio: Remove `SDL_AsyncIOTask` from the public API. Ryan C. Gordon 2024-10-08 14:50:05 -0400
  • 4745aa3324 asyncio: Windows IoRing support, other tweaks and fixes. Ryan C. Gordon 2024-10-07 16:56:35 -0400
  • 3ca629ceb5 asyncio: Allow file closes to request a flush/fsyncdata. Ryan C. Gordon 2024-10-06 02:00:45 -0400
  • 022a6a9f97 asyncio: Added Linux io_uring support. Ryan C. Gordon 2024-10-01 01:43:34 -0400
  • e79ce2a200 asyncio: Added async i/o APIs. Ryan C. Gordon 2024-08-27 21:57:27 -0400
  • 097a56e0e4
    asyncio: Remove `SDL_AsyncIOTask` from the public API. Ryan C. Gordon 2024-10-08 14:50:05 -0400
  • 025124a9c2
    asyncio: Windows IoRing support, other tweaks and fixes. Ryan C. Gordon 2024-10-07 16:56:35 -0400
  • 26e3041dab
    asyncio: Allow file closes to request a flush/fsyncdata. Ryan C. Gordon 2024-10-06 02:00:45 -0400
  • 7a6c3bb07e
    asyncio: Added Linux io_uring support. Ryan C. Gordon 2024-10-01 01:43:34 -0400
  • 4030521c55
    asyncio: Added async i/o APIs. Ryan C. Gordon 2024-08-27 21:57:27 -0400
  • 7293c18314 Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function Eduard Gushchin 2024-12-03 22:21:24 +0300
  • 99bac9d774
    Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function Eduard Gushchin 2024-12-03 22:21:24 +0300
  • 401187eb6c Removed extra sa in SDL_ConvertSurfaceAndColorspace Eduard Gushchin 2024-12-03 20:28:38 +0300
  • da2e9df0d7
    Removed extra sa in SDL_ConvertSurfaceAndColorspace Eduard Gushchin 2024-12-03 20:28:38 +0300
  • b7a31ead08 added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h Nicolas Allemand 2024-12-03 17:59:56 +0100
  • da191665a7 added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h Nicolas Allemand 2024-12-03 17:59:56 +0100
  • 43e9c5b247
    wayland: Check the returned display value for null Frank Praznik 2024-12-03 11:53:14 -0500
  • 91bb1bb6fd
    wayland: Check the returned display value for null Frank Praznik 2024-12-03 11:53:14 -0500
  • 9fb8661684 Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function Eduard Gushchin 2024-12-03 19:18:06 +0300
  • 6d9ab4c984 Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • e539135104 Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • 6aab5a089d Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • 61d49564f0
    Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function Eduard Gushchin 2024-12-03 19:18:06 +0300
  • 65c9a58f5e
    audio: Make sure a few bitflag checks convert to bools correctly. Ryan C. Gordon 2024-12-03 11:04:52 -0500
  • 8d00ca02f1 dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • 5418740c4a dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • ec2ef5f9b5 dynapi: order headers for reproducible behavior Anonymous Maarten 2024-12-02 18:25:48 +0100
  • 2762644e96 video: Don't error when setting an unbounded max window size while a minimum is set Frank Praznik 2024-12-02 09:47:25 -0500
  • 1848b9d34f
    video: Don't error when setting an unbounded max window size while a minimum is set Frank Praznik 2024-12-02 09:47:25 -0500
  • e2b1c2b2da
    dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • 068d9cc7d6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-02 00:37:15 +0000
  • 2f59a1ce44
    SDL_audio.h: Fixed a documentation typo (thanks, @JBetz!). Ryan C. Gordon 2024-12-01 19:36:03 -0500
  • e1cdafd6cd GPU: Fix validation warning in D3D12 blit code Lucas Murray 2024-12-01 16:58:24 +1100
  • acf0f09320
    SDL_migration.cocci: Fixed up some SDL3 symbols that had changed. Ryan C. Gordon 2024-11-30 20:08:38 -0500
  • 3a1d76d298 Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-29 22:32:15 +0000
  • ce573b01f8 audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback. Ryan C. Gordon 2024-11-28 01:21:42 -0500
  • da70f81a60 detect whether poll was idle expikr 2024-11-29 19:15:29 +0800
  • 0251b14be3 Fix order of events in case audio buffer size changes staphen 2024-11-18 15:39:27 -0500
  • a4ec0b1531 Fix order of events in case audio buffer size changes staphen 2024-11-18 15:39:27 -0500
  • d1d9c013dd again cleanup Pixelsuft 2024-11-28 20:05:07 +0700
  • fa3fc17339 cleanup Pixelsuft 2024-11-28 16:53:38 +0700
  • 70d51fe828 code cleanup Pixelsuft 2024-11-28 16:51:50 +0700
  • a5e05ec001 code cleanup Pixelsuft 2024-11-28 16:27:10 +0700
  • db1e26796c
    audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback. Ryan C. Gordon 2024-11-28 01:21:42 -0500
  • d53241a299
    docs/README-main-functions.md: reformatted Best Practices section. Ryan C. Gordon 2024-11-28 00:19:55 -0500
  • 5cd188bdbc Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 05:17:28 +0000
  • 7099de4ae8 Update README-main-functions.md anakin004 2024-11-17 17:26:47 -0500
  • bf9fa38920
    SDL_audio.h: Fixed two typos. Ryan C. Gordon 2024-11-28 00:12:03 -0500
  • f5ad66ef4b audio: Allow channel maps to specify -1 to mute a channel. Ryan C. Gordon 2024-11-20 23:34:28 -0500
  • 3303e9843f Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 04:42:44 +0000
  • f852038384 filesystem: Added SDL_GetCurrentDirectory(). Ryan C. Gordon 2024-11-27 19:41:37 -0500
  • 16113374ff cmake: Enable POSIX fsops code for PS2 and PSP. Ryan C. Gordon 2024-11-27 20:07:53 -0500
  • b295b2c7dc
    Merge branch 'libsdl-org:main' into main 🌸 FishaKuyi! 🌸 2024-11-27 20:41:12 -0800
  • c0f1fe8e7f Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 04:36:33 +0000
  • f022501d52
    fnsince.pl: Deal with post-3.1.3 releases before 3.2.0. Ryan C. Gordon 2024-11-27 23:18:38 -0500
  • 4bb530f4a7 Explicit casting to generic pointer in SDL_null removed Cyrodwd 2024-11-27 19:34:08 -0800
  • c04db4f873
    filesystem: Added SDL_GetCurrentDirectory(). Ryan C. Gordon 2024-11-27 19:41:37 -0500
  • 97d120f2c6
    cmake: Enable POSIX fsops code for PS2 and PSP. Ryan C. Gordon 2024-11-27 20:07:53 -0500
  • 4f3946bece Checking the C++ standard version for nullptr Cyrodwd 2024-11-27 11:53:31 -0800
  • 2e43a69a5c Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:24:09 +0300
  • 6428cee892 Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:24:09 +0300
  • b8233aff8e Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:31:10 +0300
  • 056a4a0960 DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • b64540dd66 DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • 4098a574b8 C++/C23 nullptr defined to SDL_null Cyrodwd 2024-11-27 07:44:06 -0800
  • 9f1306355b DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • 6538d043b8 cleanup Pixelsuft 2024-11-27 16:46:02 +0700
  • edf7de0ea5 cleanup Pixelsuft 2024-11-27 16:42:39 +0700
  • 94c6f2630a cleanup Pixelsuft 2024-11-27 16:30:21 +0700
  • 92c70b95d5 cleanup Pixelsuft 2024-11-27 16:27:50 +0700
  • d783b05b68 cleanup Pixelsuft 2024-11-27 10:53:21 +0300
  • ffe2adb55c typo Pixelsuft 2024-11-27 10:52:18 +0300
  • 00a4668b41 darkmode improvements Pixelsuft 2024-11-27 10:48:55 +0300
  • 6b9ad95c74 working on darkmode Pixelsuft 2024-11-27 10:42:18 +0300
  • 62c99153af add some darkmode typesdefs Pixelsuft 2024-11-27 10:13:31 +0300
  • b8bbd29ce9 Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-27 06:11:04 +0000
  • 57180cd099 Added SDL_null macro Cyrodwd 2024-11-26 21:20:44 -0800
  • 689b9fd901 Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:31:10 +0300
  • 6823886665 Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:24:09 +0300
  • bbc9c75618
    x11: Fix memory leaks in clipboard event handler Frank Praznik 2024-11-26 10:54:59 -0500
  • 5c8bed3780 GPU: Fix D3D12 tearing query Caleb Cornett 2024-11-25 22:33:48 -0500
  • 03d15c031b Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-25 22:44:00 +0000
  • d55e6dfc5e hint for which system cursor to use as default expikr 2024-11-25 10:54:27 +0800
  • 431f18fe2b hint for which system cursor to use as default expikr 2024-11-25 10:54:27 +0800
  • 3c13bae64f Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-25 19:07:53 +0000
  • e0e61775b8 Add missing SDL_WindowFlags to SDL_test_common.c Susko3 2024-11-24 01:02:10 +0000