Commit Graph

  • 759e01bd64 testautomation: don't validate alpha values on XRGB formats Sam Lantinga 2025-01-20 11:29:41 -0800
  • 8d784c8f6c win32: Retain the WS_MAXIMIZEDBOX style while in fullscreen Frank Praznik 2025-01-20 14:17:39 -0500
  • 0a49b22bf8 win32: Restore the base size of a window when leaving fullscreen Frank Praznik 2025-01-20 14:04:33 -0500
  • c698c61f03 renderer: initialize the surface colorspace correctly Sam Lantinga 2025-01-20 10:48:13 -0800
  • c975f77b0f Update joysticks and so forth during live resize Sam Lantinga 2025-01-20 09:45:23 -0800
  • 362f96a6cf testcontroller: use SDL_MAIN_USE_CALLBACKS so updates happen during live resizing Sam Lantinga 2025-01-20 09:43:21 -0800
  • 0f1dbc7322 Update joysticks and so forth during live resize Sam Lantinga 2025-01-20 09:45:23 -0800
  • 934bcad1b1 testcontroller: use SDL_MAIN_USE_CALLBACKS so updates happen during live resizing Sam Lantinga 2025-01-20 09:43:21 -0800
  • f8040b2e01 Use UIKeyboardTypeDecimalPad for number fields on iOS Sam Lantinga 2025-01-20 09:09:57 -0800
  • 90b2e2527e
    include: Added a tiny bit to SDL_sensor.h's category documentation. Ryan C. Gordon 2025-01-20 01:39:37 -0500
  • 2be749b23b
    include: More category documentation. Ryan C. Gordon 2025-01-20 01:37:25 -0500
  • 642262e30e
    cocoa: Fix mousegrab when going fullscreen. Ryan C. Gordon 2025-01-20 00:39:43 -0500
  • d5766bc4b8
    include: More category documentation. Ryan C. Gordon 2025-01-20 00:39:02 -0500
  • b809da52fd
    assert: Try using __builtin_trap() for SDL_TriggerBreakpoint(). Ryan C. Gordon 2025-01-20 00:36:42 -0500
  • c4c0bfdfb1 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-20 04:34:56 +0000
  • 7133969e3a
    Feature add hint to remap option as alt key (#12021) William Hou 2025-01-19 23:34:04 -0500
  • 53a5350292 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-20 02:54:44 +0000
  • 5f2dd5f04e tray: fixed multi-threading issues with GTk implementation Sam Lantinga 2025-01-19 16:33:05 -0800
  • dfdc120268 tray: document thread-safety Sam Lantinga 2025-01-19 10:42:49 -0800
  • d4cda51057 tray: renamed SDL_HasNoActiveTrays() to SDL_HasActiveTrays() Sam Lantinga 2025-01-19 16:29:58 -0800
  • a974888aad tray: fixed icon colors on Windows Sam Lantinga 2025-01-19 10:47:30 -0800
  • 7570ab106d tray: improved error checking Sam Lantinga 2025-01-19 09:59:12 -0800
  • b716eeefef testtray: minor cleanup Sam Lantinga 2025-01-19 16:45:12 -0800
  • 3afd1e7eaa windows: use WIN_UTF8ToStringW() for dialog titles Sam Lantinga 2025-01-19 08:35:04 -0800
  • 2e6140959d tray: fixed multi-threading issues with GTk implementation Sam Lantinga 2025-01-19 16:33:05 -0800
  • 66f95605c9 tray: document thread-safety Sam Lantinga 2025-01-19 10:42:49 -0800
  • fa08938b67 tray: renamed SDL_HasNoActiveTrays() to SDL_HasActiveTrays() Sam Lantinga 2025-01-19 16:29:58 -0800
  • 866ed34f4c tray: fixed icon colors on Windows Sam Lantinga 2025-01-19 10:47:30 -0800
  • 77162166fc tray: improved error checking Sam Lantinga 2025-01-19 09:59:12 -0800
  • 0c7e34216f testtray: minor cleanup Sam Lantinga 2025-01-19 16:45:12 -0800
  • 153d0fcde8 mac-opt-as-alt add more suggestions williamhCode 2025-01-19 20:34:12 -0500
  • 78023500fa Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-19 23:59:37 +0000
  • 4b5fe4dafd mac-opt-as-alt add suggestions williamhCode 2025-01-19 18:12:22 -0500
  • 34c12d0db8
    include: Add category documentation to SDL_timer.h. Ryan C. Gordon 2025-01-19 12:18:46 -0500
  • b088e89191 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-19 17:12:43 +0000
  • 0851322fb1
    include: Add category documentation to SDL_power.h. Ryan C. Gordon 2025-01-19 12:11:16 -0500
  • 20ad2f3062 windows: use WIN_UTF8ToStringW() for dialog titles Sam Lantinga 2025-01-19 08:35:04 -0800
  • 43b54b3d72 Fix Windows dialog folder titles Semphris 2025-01-18 18:37:49 -0500
  • a4ba73d253 mac-opt-as-alt fix spacing williamhCode 2025-01-19 10:53:13 -0500
  • ffc735992c mac-opt-as-alt fixes williamhCode 2025-01-19 10:49:44 -0500
  • 2527faf625 mac-opt-as-alt initial changes williamhCode 2025-01-18 10:31:00 -0500
  • 32965b4bf1
    pen: Send virtual mouse motion without a button press when a pen is hovering. Ryan C. Gordon 2025-01-18 21:51:03 -0500
  • 15c2479aa0 Fix Windows dialog folder titles Semphris 2025-01-18 18:37:49 -0500
  • 5da9d4ecc2 cocoa: Slightly better display hotplugging detection. Ryan C. Gordon 2025-01-18 17:01:46 -0500
  • 19f42094bb Fix Windows fie dialog args freeing Semphris 2025-01-18 11:35:33 -0500
  • 721fc7de0b Correct spacing of pointers ('a* b;' -> 'a *b;') Semphris 2025-01-16 19:22:27 -0500
  • cd269730eb Fix Windows dialog memory management Semphris 2025-01-16 18:09:45 -0500
  • 049a8f0e52 Use SDL_calloc() instead of SDL_malloc() Sam Lantinga 2025-01-18 13:41:23 -0800
  • 354d2c390c Initialize invalid parent_{tray,entry} to NULL Semphris 2025-01-16 22:07:57 -0500
  • b79ada6aa5 Windows trays: Fix ParentEntry & Enabling Semphris 2025-01-16 21:51:38 -0500
  • ba95c54f99 macOS: get the correct display name on macOS 10.15+ Sam Lantinga 2025-01-18 09:38:15 -0800
  • 42e0fb10f8
    wayland: Set the mouse state before calling the hit test callback Frank Praznik 2025-01-18 11:59:51 -0500
  • 82d8d4f2e1 Initialize invalid parent_{tray,entry} to NULL Semphris 2025-01-16 22:07:57 -0500
  • ff4c767746 Fix Windows fie dialog args freeing Semphris 2025-01-18 11:35:33 -0500
  • cd0db8d35e Added Linux evdev mappings for the Wireless HORIPAD For Steam Sam Lantinga 2025-01-18 08:09:25 -0800
  • 1d7a681e4d
    Revert "emscripten: resizable windows take whole page, resize with browser window." Ryan C. Gordon 2025-01-18 10:14:23 -0500
  • e054f3c085 Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-18 15:12:47 +0000
  • 75317dae59
    include: Added category docs for SDL_mouse.h Ryan C. Gordon 2025-01-18 10:10:55 -0500
  • 72a9e5edad Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode Sam Lantinga 2025-01-18 07:05:55 -0800
  • 4b19f7e012 Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode Sam Lantinga 2025-01-18 07:05:55 -0800
  • c7d1fd90ea Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode Sam Lantinga 2025-01-18 07:05:55 -0800
  • dbe3baeb0f release: document using the xcframework with CMake Anonymous Maarten 2025-01-17 20:15:25 +0100
  • ad3c7b92f8 xcode+cmake: use SDL3.framework folder as IMPORTED_LOCATION Sam Lantinga 2025-01-18 06:27:21 -0800
  • 0401b07eea Fixed typo Sam Lantinga 2025-01-18 06:23:14 -0800
  • 08e74d29be Fixed typo Sam Lantinga 2025-01-18 06:22:29 -0800
  • 923123a527 emscripten: Let SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT accept "#none" Sam Lantinga 2025-01-18 06:19:27 -0800
  • c603a9c94a Moved flag documentation Sam Lantinga 2025-01-18 06:16:10 -0800
  • 90b7174a7d Respect the SDL_BORDERLESS_RESIZABLE_STYLE hint, but default it to true. Sam Lantinga 2025-01-18 06:07:06 -0800
  • 6a72d32d41
    emscripten: Let SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT accept "". Ryan C. Gordon 2025-01-18 08:43:55 -0500
  • f3a39074b0
    windows: use WS_THICKFRAME style on borderless windows. Ryan C. Gordon 2025-01-18 08:35:54 -0500
  • 842f6dc402
    Fixed wrong type of `phase` (#12014) Nicolas Firmo 2025-01-17 23:12:47 -0300
  • 53936ca96f
    Merge branch 'main' into audio-playback-phase-type Nicolas Firmo 2025-01-17 23:09:03 -0300
  • 16afb3dee9 Fixed wrong type of `phase` Nicolas Firmo do Patrocinio Barra 2025-01-17 23:04:25 -0300
  • b95989d14a Fixed sine wave distortion over time. Nicolas Firmo do Patrocinio Barra 2025-01-17 22:08:07 -0300
  • 010f27dc70
    storage: enumerate and glob on storage can accept a NULL path. Ryan C. Gordon 2025-01-17 20:04:27 -0500
  • a6a8598b98
    storage: deal with paths with Windows '\\' path separators appended. Ryan C. Gordon 2025-01-17 20:02:59 -0500
  • a556439177 Fixed sine wave distortion over time. Nicolas Firmo do Patrocinio Barra 2025-01-17 22:08:07 -0300
  • 7c6adc1ca7 gpu renderer: removed unused sampler slots Sam Lantinga 2025-01-17 16:31:40 -0800
  • feeea6a776
    Sync SDL3 wiki -> headers. Ryan C. Gordon 2025-01-17 18:42:04 -0500
  • e9f7f11f1d
    fnsince.pl: Fix script once bump to 3.1.10 exposed a bug. Ryan C. Gordon 2025-01-17 18:39:12 -0500
  • d2fc394a2a Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-17 23:11:30 +0000
  • d317fc9c08
    emscripten: resizable windows take whole page, resize with browser window. Ryan C. Gordon 2025-01-17 17:57:44 -0500
  • ee469c6aff Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-17 22:26:32 +0000
  • d4d22dd8de GPU: Add remarks about point topology cosmonaut 2025-01-17 14:25:14 -0800
  • 59ea078ee2 x11: check to see if displays moved when connected/disconnected Sam Lantinga 2025-01-17 13:13:37 -0800
  • 1848ce680b win32: Use the window coordinates to get the monitor when de-minimizing a maximized window Frank Praznik 2025-01-17 15:23:41 -0500
  • a69e8d79e0 win32: Use the window coordinates to get the monitor when de-minimizing a maximized window Frank Praznik 2025-01-17 15:23:41 -0500
  • 656c519cca Fixed warning C6313: Incorrect operator. Use an equality test to check for zero-valued flags. Sam Lantinga 2025-01-17 12:08:45 -0800
  • 9ed96f392d Sync SDL3 wiki -> header SDL Wiki Bot 2025-01-17 19:46:20 +0000
  • ae8df1dcbd Note that the primary monitor isn't always at 0,0 Sam Lantinga 2025-01-17 11:52:33 -0800
  • 270c67dd92 release: document using the xcframework with CMake Anonymous Maarten 2025-01-17 20:15:25 +0100
  • ea0c655c8f Windows trays: Fix ParentEntry & Enabling Semphris 2025-01-16 21:51:38 -0500
  • 43108beb5b Vita: Fix off-by-one error for synthetic mouse events ROllerozxa 2025-01-16 20:18:11 +0100
  • de1a93eaa9 Correct spacing of pointers ('a* b;' -> 'a *b;') Semphris 2025-01-16 19:22:27 -0500
  • 4b429b9fa7 Updated README-platforms.md Sam Lantinga 2025-01-16 16:21:18 -0800
  • 616ae99069 Removed README-git.md Sam Lantinga 2025-01-16 15:45:51 -0800
  • 1681c07f1f Fix Windows dialog memory management Semphris 2025-01-16 18:09:45 -0500
  • c2dac95f58
    Revert "Add CategoryAPICategory to the complete API index" Ryan C. Gordon 2025-01-16 18:02:01 -0500
  • 3083173a24
    wayland: Clamp libdecor windows to toplevel bounds Frank Praznik 2025-01-16 12:46:53 -0500
  • 878ea48b60 Vita: Fix off-by-one error for synthetic mouse events ROllerozxa 2025-01-16 20:18:11 +0100