Commit Graph

  • feebb9fcf8 Fix file selection dialog boxes not working on macOS 11.0+ Sean Ridenour 2024-03-31 19:26:03 -0600
  • c0bfd8bafd time: Only call GetSystemTimePreciseAsFileTime if available Frank Praznik 2024-04-01 09:31:27 -0400
  • c96bc8b1a2 Add missing includes for SDL_MouseID Susko3 2024-04-01 00:47:00 +0200
  • 74b58aebb9
    README-migration: fix function signature on SDL_(Read|Write)IO docs. Ryan C. Gordon 2024-03-31 16:43:53 -0400
  • 6b20152bda
    README-migration: Removed duplicate paragraph. Ryan C. Gordon 2024-03-31 16:25:25 -0400
  • a9cab01185 Don't change cwd with file dialogs Sam Huang 2024-03-31 01:57:07 -0700
  • 60cacc8277 README-migration: Fix wrong new name for SDL_WINDOWEVENT_ENTER and SDL_WINDOWEVENT_LEAVE Mirko Galimberti 2024-03-31 16:14:08 +0200
  • fbbee04423 Revert "Only clear the raw input queue status if we don't call GetRawInputBuffer()" Sam Lantinga 2024-03-31 12:42:50 -0700
  • e055a9fc2d
    wikiheaders.pl: Report a function's header file name. Ryan C. Gordon 2024-03-31 12:56:00 -0400
  • 4d00706f57 Do not store pointer before potentialy freeing it Mathieu Eyraud 2024-03-30 18:59:19 +0100
  • 36dec0bf4e Fix return value of WIN_GetMonitorPathInfo Mathieu Eyraud 2024-03-30 18:50:04 +0100
  • 8201b6dc4d Added support for raw mousewheel events Sam Lantinga 2024-03-30 07:38:38 -0700
  • 4a00d34a86 Always send raw mouse button state changes Sam Lantinga 2024-03-30 07:30:43 -0700
  • 335fa5d6e4 Disable SDL dialogs for tvOS and iOS Semphris 2024-03-30 00:34:29 -0400
  • 72cf9c0ef4 test: don't run testautomation in parallel Anonymous Maarten 2024-03-29 21:11:35 +0100
  • 96c93d2252 Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-29 19:02:25 +0000
  • 49029c8454 stdinc: Document a bunch of ctype/string functions. Ryan C. Gordon 2024-03-29 14:15:07 -0400
  • a5c892d2c3 stdlib: Improve Unicode support and consistency in string comparison functions. Ryan C. Gordon 2024-03-26 13:22:38 -0400
  • 4659a84bd1 coreaudio: fix race condition when closing an input device. Ryan C. Gordon 2024-03-29 00:55:38 -0400
  • 2fd9447670 coreaudio: Make sure device handles are unique. Ryan C. Gordon 2024-03-29 00:01:49 -0400
  • 87235e0f6d Fixed detecting CoreAudio devices that have both capture and output endpoints Sam Lantinga 2024-03-28 18:35:42 -0700
  • af5728b94d Fixed event handle accumulation when the SDL window doesn't have focus Sam Lantinga 2024-03-28 15:11:45 -0700
  • 6d37f4798e SDL_pen.c: release pen mutex on error return Christoph Reichenbach 2024-03-28 20:37:54 +0000
  • d785a647a4 Fix 'SyntaxWarning: invalid escape sequence' when running gendynapi.py Susko3 2024-03-28 20:14:56 +0100
  • 6cf71ca9a9 SDL_stdinc.h: Android passes sizeof(ENUM) == sizeof(int) assertion Ozkan Sezer 2024-03-28 20:28:02 +0300
  • 47378eddf6 Fixed error: ordered comparison of pointer with integer zero Sam Lantinga 2024-03-28 09:34:48 -0700
  • 0aa1022358 Clarify that SDL_SetWindowKeyboardGrab() is only needed if you set SDL_HINT_GRAB_KEYBOARD Sam Lantinga 2024-03-28 09:25:22 -0700
  • fc81d4e5fc Fixed 64-bit conversion warnings Sam Lantinga 2024-03-28 09:12:26 -0700
  • c8489a3710 Disable XInput2 keyboard events Sam Lantinga 2024-03-28 08:50:47 -0700
  • fb5307c1b3 Vulkan Renderer - fix synchronization validation issues with testrendertarget and testcopyex. When a texture is destroyed, VULKAN_IssueBatch is called to make sure the texture isn't referenced in any outstanding command work. This path did not wait on the semaphore from vkAcquireNextImageKHR, which would create a hazard. danginsburg 2024-03-28 10:20:15 -0400
  • 0d007bbb01
    psp: Fixed building with pspdev when not using CMake. Ryan C. Gordon 2024-03-28 09:27:21 -0400
  • ad92c9e300
    README-main-functions.md: Added notes about the new `appstate` parameter. Ryan C. Gordon 2024-03-27 23:04:10 -0400
  • 7a9f99cff3 Corrected migration documentation for SDL_GetDisplayDPI() Sam Lantinga 2024-03-27 18:27:57 -0700
  • d00ccc1546
    audio: Fix audio stream incorrectly not unlocking during unbind. Ryan C. Gordon 2024-03-27 17:36:26 -0400
  • 38e3c6a4aa
    main: Add an optional `appstate` param to main callback entry points. Ryan C. Gordon 2024-03-27 17:22:08 -0400
  • a9dbdb1947 Removed SDL_RenderSetIntegerScale() renaming note Sam Lantinga 2024-03-27 12:44:59 -0700
  • cde2dcd0d4 Note that SDL_EVENT_SYSWM has been removed Sam Lantinga 2024-03-27 11:39:10 -0700
  • 05b3605a41 Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-27 18:02:23 +0000
  • 5abcfad352 video: Document that renderer lifetimes are tied to their associated windows Frank Praznik 2024-03-27 12:45:51 -0400
  • 02c63667c7 Only clear the raw input queue status if we don't call GetRawInputBuffer() Sam Lantinga 2024-03-26 15:01:19 -0700
  • d6fc629b5b Fixed Windows rawinput crash Sam Lantinga 2024-03-26 14:11:38 -0700
  • a7df28201b Revert "testautomation: fix renderer leak in video tests" Frank Praznik 2024-03-26 14:43:53 -0400
  • 8f14fa1113 video: Destroy the associated renderer when a window is destroyed Frank Praznik 2024-03-26 14:43:33 -0400
  • f0cd3ed330 x11: don't send raw mouse motion when the application doesn't have focus Sam Lantinga 2024-03-26 13:10:54 -0700
  • c47f9b9b54 x11: fixed mouse and keyboard input when XInput2 isn't available Sam Lantinga 2024-03-26 13:01:00 -0700
  • fed5f3a81b We no longer automatically set up a logical presentation mode Sam Lantinga 2024-03-26 10:21:34 -0700
  • 823ab13b9c SDL_CreateTexture() takes a SDL_PixelFormatEnum format parameter Sam Lantinga 2024-03-26 10:20:01 -0700
  • 35785d1354 SDL_CreateWindowTexture() shouldn't use 10-bit or float textures Sam Lantinga 2024-03-26 10:17:47 -0700
  • 696ecca499 Fixed SDL_MapRGB(), SDL_MapRGBA(), SDL_GetRGB() and SDL_GetRGBA() when used with 10-bit pixel formats Sam Lantinga 2024-03-26 10:03:39 -0700
  • 3eb8f35f3b windows: handle the Pause key sequence for raw keyboard input Sam Lantinga 2024-03-26 09:22:00 -0700
  • 4562b41a4d VisualC-GDK: Add missing dialog sources, fix Xbox builds Daniel Ludwig 2024-03-26 14:34:51 +0100
  • 693c75e36e SDL_x11events.c: fix build if Xinput2 is not available after 3dfc3b4c8 Ozkan Sezer 2024-03-26 11:56:02 +0300
  • 0556362c38 SDL_windowsevents.c: comment out unused local mouse var after 70b5cd44 Ozkan Sezer 2024-03-26 11:47:32 +0300
  • 70b5cd44ec windows: explicitly check whether raw_mouse_enabled is true before handling Windows mouse messages Sam Lantinga 2024-03-25 20:49:16 -0700
  • 3dfc3b4c8d x11: added hotplug support for XInput2 devices Sam Lantinga 2024-03-25 16:32:40 -0700
  • f1f24b173c Added support for multiple distinct keyboards Sam Lantinga 2024-03-25 15:18:27 -0700
  • 78c7834f90 Added SDL_HINT_WINDOWS_RAW_KEYBOARD to control whether raw keyboard is enabled on Windows Sam Lantinga 2024-03-25 14:46:31 -0700
  • 9095cb64c4 linux/SDL_system_theme.c: fix an include path Mark Delk 2024-03-25 18:05:55 -0500
  • a65982e15d testevdev: include SDL_internal.h first, and fixup SDL_main.h Anonymous Maarten 2024-03-25 19:55:22 +0100
  • ffc3f71aa2 wayland: Use the floating width/height for initial window creation Frank Praznik 2024-03-25 14:43:46 -0400
  • b9a88bbecb Removed SDL_TextInputShown() Sam Lantinga 2024-03-25 13:05:42 -0700
  • 6443c75eda Removed SDL_TEXTINPUTEVENT_TEXT_SIZE Sam Lantinga 2024-03-25 12:55:49 -0700
  • fa236f169b Only do work to process text events if text input is active Sam Lantinga 2024-03-25 12:49:09 -0700
  • 658f3cdcf1 x11: use XInput2 for lower level access to keyboard events Sam Lantinga 2024-03-25 12:23:04 -0700
  • 012fc1e32b windows: enable raw keyboard input when raw mouse input is enabled Sam Lantinga 2024-03-25 09:49:35 -0700
  • 35d335e61f Fixed warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data Sam Lantinga 2024-03-25 11:46:47 -0700
  • 43b8e9f681 Fixed spacing Sam Lantinga 2024-03-25 11:41:51 -0700
  • 5e8486bb29 Don't fail joystick initialization if udev isn't available Sam Lantinga 2024-03-25 11:29:03 -0700
  • 5a1c48be5c remove non-existent vulkan.hpp and vulkan_mir.h from Xcode project Ozkan Sezer 2024-03-25 21:23:32 +0300
  • 58f2e102a9 visualc: filters also contained 2 wrong include headers Anonymous Maarten 2024-03-25 18:02:05 +0100
  • c7d32ff64b visualc: rename/remove 2 include paths Anonymous Maarten 2024-03-25 17:09:26 +0100
  • 977285ef6a Send joystick added events on portable handheld platforms Sam Lantinga 2024-03-25 07:14:00 -0700
  • b391e6477e The joystick instance ID is already set in the open call Sam Lantinga 2024-03-25 06:57:02 -0700
  • 07c49d1a67 Fixed text input being active after SDL_StopTextInput() (thanks @AntTheAlchemist!) Sam Lantinga 2024-03-25 06:46:23 -0700
  • 53ade19430 udev: Fix O(n^2) device walking issue (closes #9092) Tyson Whitehead 2024-03-23 14:10:28 -0400
  • 2b4c75690c Add Yawman Arrow flightstick controller Alynne 2024-03-25 07:11:24 -0400
  • f14fb979c1 Remove legacy SDL2 input grab API Cameron Gutman 2024-03-24 18:35:40 -0500
  • cf3cf0e106 dmg: fix SDL_version.h issue in sdl3-config-version.cmake Anonymous Maarten 2024-03-24 19:37:51 +0100
  • fc053fb499 Fix OpenFolder dialog behavior on Windows Mykola Rubets 2024-03-24 18:20:28 +0200
  • 13933222ee Fixed string comparison (thanks @meyraud705!) Sam Lantinga 2024-03-24 11:36:25 -0700
  • 8f33f5cc33 Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-24 18:34:24 +0000
  • beb52ed54a pen: remove stray '#include <stdio.h>' Anonymous Maarten 2024-03-24 16:58:59 +0100
  • 96fbd10de0 Added a script to trigger the release workflow Sam Lantinga 2024-03-24 07:22:58 -0700
  • 36e73bdda4 Updated to version 3.1.0 for the preview release Sam Lantinga 2024-03-24 06:15:46 -0700
  • a20eec1415 Tweaking documentation for the SDL 3.0 preview release Sam Lantinga 2024-03-24 06:13:19 -0700
  • 9e460ce6a6 wayland: Pass the keyboard ID through to repeat events Frank Praznik 2024-03-24 08:49:29 -0400
  • 0df0462d0a Removed all tabs in testautomation_pen.c Christoph Reichenbach 2024-03-24 10:43:52 +0000
  • 615c7efd98 Fix #9279: Memory leak in pen name handling Christoph Reichenbach 2024-03-18 08:40:23 +0000
  • 675c9f01ff Renamed releaser.py to build-release.py Sam Lantinga 2024-03-23 16:56:26 -0700
  • c83d0d87c2 Revert "Added virtual keyboard support for Xbox (thanks @ts-13512)" Sam Lantinga 2024-03-23 16:47:59 -0700
  • f030533580 SDL_blit: remove SDL_BLIT_CPU_FEATURES override Anonymous Maarten 2024-03-10 00:01:39 +0100
  • 1aa9ef7213 cpuinfo: reset cpu features on SDL_Quit Anonymous Maarten 2024-02-24 13:46:06 +0100
  • 64465653b4 audio: always build fallback scalar converters Anonymous Maarten 2024-02-23 23:51:49 +0100
  • 89b135e570 cmake: add automation and platform test without simd Anonymous Maarten 2024-02-23 23:38:07 +0100
  • 1d0e5286aa Limit CPU features through a hint Anonymous Maarten 2024-02-23 23:22:41 +0100
  • b5d4206b30 Added virtual keyboard support for Xbox (thanks @ts-13512) Sam Lantinga 2024-03-10 09:44:49 -0700
  • 675216e81b Sync SDL3 wiki -> header SDL Wiki Bot 2024-03-23 23:32:24 +0000
  • 1855ce68af Fix bug #9331 - SDL3 Android crash getVibrator() == null Sylvain 2024-03-22 21:26:23 +0100
  • 208cd434b5 Show the names of mice and keyboards when they connect Sam Lantinga 2024-03-23 15:50:16 -0700
  • 7852a6c307 Added device name for evdev mice and keyboards Sam Lantinga 2024-03-23 15:49:06 -0700