Commit Graph

  • 78c1dc3e2c Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-29 20:32:50 +0000
  • 6c80886ccc tray, windows: eliminate use of libc calls mbstowcs_s and wcslen Ozkan Sezer 2024-12-29 23:25:32 +0300
  • 0410328b15 Fixed warning: ordered comparison of pointer with integer zero Sam Lantinga 2024-12-29 12:05:34 -0800
  • d5f08b8f4b stdinc: use __has_include to detect <stdbool.h> Anonymous Maarten 2024-12-29 20:14:23 +0100
  • 98559f8b90 stdinc: use __has_include to detect <stdbool.h> Anonymous Maarten 2024-12-29 20:14:23 +0100
  • 543f244965 tests: include SDL_build_config.h when HAVE_BUILD_CONFIG is defined Anonymous Maarten 2024-12-29 18:58:10 +0100
  • c2121dd9a2 testcamera: fix MSVC build failure due to C4244 warning. Ozkan Sezer 2024-12-29 21:28:02 +0300
  • 5c84d38822 testcamera: don't pick a frame size larger than the maximum texture size Sam Lantinga 2024-12-29 09:41:00 -0800
  • 6e1177ac03 Include tray function prototypes Sam Lantinga 2024-12-29 08:15:30 -0800
  • f6847be617 minor clean-ups: Ozkan Sezer 2024-12-29 17:55:04 +0300
  • 012642efcf
    main: Adjust how SDL_HINT_MAIN_CALLBACK_RATE works. Ryan C. Gordon 2024-12-29 00:42:42 -0500
  • f940b7dbd9 destory mutex when closing lg4ff hidapihaptic Katharine Chui 2024-12-29 01:24:00 +0100
  • 42a55cc5be fix windows build Katharine Chui 2024-12-28 23:56:23 +0100
  • 971e916ed7 fix android build Katharine Chui 2024-12-28 23:48:51 +0100
  • 493c4e3711 fix cmake build Katharine Chui 2024-12-28 23:41:18 +0100
  • 4f923649fe adjust dfp input when custom range is applied Katharine Chui 2024-12-28 20:03:42 +0100
  • d3da9f84a1 fix building on platforms without sin Katharine Chui 2024-12-28 20:00:01 +0100
  • 86ce5dc83b fix building on platforms without abs and llabs Katharine Chui 2024-12-28 19:58:32 +0100
  • 3d8517bdd1 send ffex autocenter command when identified Katharine Chui 2024-12-28 19:56:01 +0100
  • ff9c841236 native mode switch Katharine Chui 2024-12-28 17:21:34 +0100
  • d0744234e7 Adjust testgl.c to test gl_release_behavior Ramez Ragaa 2024-12-28 23:47:54 +0200
  • f53a427384 Fix SDL_GL_GetAttribute(SDL_GL_CONTEXT_RELEASE_BEHAVIOR) Ramez Ragaa 2024-12-28 23:39:55 +0200
  • 1ced5ca5d0 report led cap Katharine Chui 2024-12-28 17:09:26 +0100
  • c030e6f782 examples/pen/01-drawing-lines: Match render target size to renderer output. Ryan C. Gordon 2024-12-28 14:58:53 -0500
  • 0ad3a18937 uikit: reworked Apple Pencil code. Ryan C. Gordon 2024-12-28 14:57:14 -0500
  • f6143da617 uikit: Patched to compile, added to Xcode project. Ryan C. Gordon 2024-12-27 15:12:28 -0500
  • 774e38d073 uikit: Initial Apple Pencil support. Salman Alshamrani 2024-12-17 08:59:49 -0500
  • 9baebaf426 examples/pen/01-drawing-lines: Match render target size to renderer output. Ryan C. Gordon 2024-12-28 14:58:53 -0500
  • 20ab1d3013 uikit: reworked Apple Pencil code. Ryan C. Gordon 2024-12-28 14:57:14 -0500
  • e8b5e2369e uikit: Patched to compile, added to Xcode project. Ryan C. Gordon 2024-12-27 15:12:28 -0500
  • 5acd7fe208 wayland: Prevent popup configure events from overwriting the current size with old data Frank Praznik 2024-12-28 14:15:40 -0500
  • b8ea7fa72e
    wayland: Prevent popup configure events from overwriting the current size with old data Frank Praznik 2024-12-28 14:15:40 -0500
  • c714b1a38b Fixed public header inclusion in the Xcode project Sam Lantinga 2024-12-28 08:46:38 -0800
  • cf439d5c63 Fix dib-to-bmp logic in SDL_windowsclipboard.c Ramez Ragaa 2024-12-28 18:02:52 +0200
  • ec29d3fd66 Define NDEBUG in release Xcode builds Sam Lantinga 2024-12-28 08:25:09 -0800
  • 92b7054870 Add SDL_tray.h to the public framework headers Sam Lantinga 2024-12-28 08:15:19 -0800
  • 687c7dfb96 Fix dib-to-bmp logic in SDL_windowsclipboard.c Ramez Ragaa 2024-12-28 18:02:52 +0200
  • 1a466b5548 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-28 16:06:09 +0000
  • b294ece904 cleanup, label ported code on a per function basis Katharine Chui 2024-12-28 16:54:44 +0100
  • ec8a780ad4 tray, unix: fix -Wformat warnings Ozkan Sezer 2024-12-28 18:37:56 +0300
  • 0cc2afccd4 cleanups after hidapi input and FFB support for Logitech G29 patch: Ozkan Sezer 2024-12-07 20:11:28 +0300
  • fa04b99ee7 Do not spawn SDL_GameController mapping on known hidapi devices Katharine Chui 2024-12-03 22:38:13 +0100
  • b309320cde Add hidapi SDL_Haptic carrier and SDL_Haptic lg4ff implementation Katharine Chui 2024-12-01 20:48:53 +0100
  • 015a2bded3 Initial logitech wheel SDL_HIDAPI_DriverLg4ff implementation Katharine Chui 2024-11-27 22:52:08 +0100
  • cc723c9e4b ci: run emscripten on Ubuntu 22.04 Anonymous Maarten 2024-12-28 16:20:59 +0100
  • fc608ffb5f cmake: really disable xrandr by default on Solarir Anonymous Maarten 2024-12-28 11:57:03 +0100
  • 0cb4a94c88 cmake: really disable xrandr by default on Solaris Anonymous Maarten 2024-12-28 11:55:59 +0100
  • 4ffcb8ebab Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-28 07:58:04 +0000
  • 49153ebfc4 audio: Add NULL check to SDL_UnbindAudioStreams Carl Åstholm 2024-12-28 00:18:16 +0100
  • 1b99467c71 audio: Make SDL_Bind/UnbindAudioStreams take const arrays Carl Åstholm 2024-12-28 00:17:02 +0100
  • 5ac94b519c cmake: disable xrandr by default on Solaris Anonymous Maarten 2024-12-28 04:04:31 +0100
  • 0be6dc5734 cmake: disable xrandr by default on Solaris Anonymous Maarten 2024-12-28 04:01:32 +0100
  • e02f651c05 cmake: Solaris' SunPro has alternative way to link to pthread libraries Anonymous Maarten 2024-12-28 03:46:10 +0100
  • 4fbd6cba60 cmake: Solaris' SunPro has alternative way to link to pthread libraries Anonymous Maarten 2024-12-28 03:46:10 +0100
  • e25cc7a88f cmake: cocoa video backend needs IOKit framework Anonymous Maarten 2024-12-28 03:41:36 +0100
  • 38dd6bcd32 docs: gradle needs package identifier + change example Activity class path Anonymous Maarten 2024-12-28 03:22:53 +0100
  • f1232de3d2 cmake: add_dependencies must have at least 2 arguments Anonymous Maarten 2024-12-28 02:43:12 +0100
  • 2664d36faf cmake: avoid parallel generation of headers through intermediate target Anonymous Maarten 2024-12-28 02:35:41 +0100
  • 609b147432 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-28 01:12:59 +0000
  • cc24518c41 render: Update GPU backend to use the new present workflow Lucas Murray 2024-12-26 14:46:35 +1100
  • a0e537b9c0 examples: Fix dead links in app metadata Carl Åstholm 2024-12-28 00:49:08 +0100
  • df1f1c2e12 cmake: don't create relocatable packages by default with non-MSVC toolchains Anonymous Maarten 2024-12-28 02:04:00 +0100
  • af3d97dcac Update build-scripts/build-release.py Anonymous Maarten 2024-12-28 01:41:10 +0100
  • 9b6a793d76 examples: Fix dead links in app metadata Carl Åstholm 2024-12-28 00:49:08 +0100
  • d57c0f2717 audio: Add NULL check to SDL_UnbindAudioStreams Carl Åstholm 2024-12-28 00:18:16 +0100
  • 5c366db53f audio: Make SDL_Bind/UnbindAudioStreams take const arrays Carl Åstholm 2024-12-28 00:17:02 +0100
  • bc448fa445 win32: Use the nearest monitor size for calculating maximized window dimensions Frank Praznik 2024-12-27 13:02:55 -0500
  • 599b4ef254 win32: Fix maximizing borderless windows Frank Praznik 2024-12-27 12:02:33 -0500
  • 1c52e290a3 video: Don't overwrite pending size values when setting the window min/max Frank Praznik 2024-12-27 18:00:46 -0500
  • dbe01fa702
    video: Don't overwrite pending size values when setting the window min/max Frank Praznik 2024-12-27 18:00:46 -0500
  • 9a4d29699d Don't use connection state from the Nintendo Switch Pro report Sam Lantinga 2024-12-27 13:57:53 -0800
  • 75a24116b5 testcontroller: show gamepad connection state Sam Lantinga 2024-12-27 13:56:49 -0800
  • 22f6eed1d9 Use the NVIDIA Shield home button as the guide button Sam Lantinga 2024-12-27 12:42:06 -0800
  • c148837546 Added a Bluetooth mapping for the NVIDIA Shield Controller on Linux Sam Lantinga 2024-12-27 12:18:08 -0800
  • 82a1e9f6df Fixed the guide button for the NVIDIA Shield Controller on Linux Sam Lantinga 2024-12-27 11:56:02 -0800
  • 1cd3a4120b
    win32: Use the nearest monitor size for calculating maximized window dimensions Frank Praznik 2024-12-27 13:02:55 -0500
  • ba7dd23971
    win32: Fix maximizing borderless windows Frank Praznik 2024-12-27 12:02:33 -0500
  • e10060f7ae
    uikit: Initial Apple Pencil support. Salman Alshamrani 2024-12-17 08:59:49 -0500
  • ba5cf2b152 x11: Don't overwrite popup window coordinates when changing the size Frank Praznik 2024-12-27 12:46:41 -0500
  • 567b828e18 wayland: Use the proper popup coordinates if the position is set while the window is hidden Frank Praznik 2024-12-27 12:45:53 -0500
  • b986c1b89a
    x11: Don't overwrite popup window coordinates when changing the size Frank Praznik 2024-12-27 12:46:41 -0500
  • 2168724898
    wayland: Use the proper popup coordinates if the position is set while the window is hidden Frank Praznik 2024-12-27 12:45:53 -0500
  • 1701208f32 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-27 17:25:19 +0000
  • 622c3ebb94 Updated Xcode project with new tray files Sam Lantinga 2024-12-27 09:24:49 -0800
  • 0461180e25 SDL_EVENT_QUIT when no window nor tray Semphris 2024-12-26 20:50:46 -0500
  • ff139fe71b Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-27 17:20:36 +0000
  • 760e65c312 SDL_EVENT_QUIT when no window nor tray Semphris 2024-12-26 20:50:46 -0500
  • fb3bd3b233 Use `pthread_setname_np` also on Android Blaž Tomažič 2024-12-24 08:17:18 +0100
  • e9290eeedf Use `pthread_setname_np` also on Android Blaž Tomažič 2024-12-24 08:17:18 +0100
  • 4aba10ca9c Use `pthread_setname_np` also on Android Blaž Tomažič 2024-12-24 08:17:18 +0100
  • 578509c326 windows/SDL_tray.c, video/windows/SDL_surface_utils.h: use SDL_windows.h Ozkan Sezer 2024-12-27 12:28:02 +0300
  • 05932e05da tray, windows: replace ZeroMemory() with SDL_zero() Ozkan Sezer 2024-12-27 12:05:00 +0300
  • e2323c1367 Refactor Android input handling and add pen support hwsmm 2024-11-12 23:04:40 +0900
  • f5fbdf7ed5 Make onNativePen available for Android hwsmm 2024-11-12 22:58:39 +0900
  • a5e8fc21b2 Add SDL_androidpen hwsmm 2024-11-12 22:56:32 +0900
  • 80c39f2ff4 Expose SDL_GetPenStatus for Android pen buttons hwsmm 2024-11-12 22:54:29 +0900
  • 847f828e7f
    misc: Fixed typo in iOS error message. Ryan C. Gordon 2024-12-26 23:36:28 -0500
  • ec0ba62326
    misc: Make SDL_OpenURL work with VisionOS, tvOS, etc. Ryan C. Gordon 2024-12-26 14:03:27 -0500
  • 76816a3bfc
    misc: Fix SDL_OpenURL on newer iOS releases. Ryan C. Gordon 2024-12-26 11:40:30 -0500
  • e3c99e3bd3
    misc: Fixed typo in iOS error message. Ryan C. Gordon 2024-12-26 23:36:28 -0500