Sat, 08 Jun 2019 14:32:19 -0700 |
Sam Lantinga |
Fixed bug 4600 - Dualshock 4 touchpad press is not detectable with SDL_JoystickGetButton
|
changeset |
files
|
Sat, 08 Jun 2019 14:29:05 -0700 |
Sam Lantinga |
Fixed bug 4603 - The iOS Test Xcode project file needs to add the metal framework
|
changeset |
files
|
Sat, 08 Jun 2019 13:41:46 -0700 |
Sam Lantinga |
Fixed bug 4605 - WASAPI_WaitDevice hang
|
changeset |
files
|
Sat, 08 Jun 2019 13:36:59 -0700 |
Zack Middleton |
hidapi: Use GameCube adapter controller port for player index
|
changeset |
files
|
Sat, 01 Jun 2019 18:27:46 +0100 |
Jeffrey Lee |
riscos: Add support for more pixel formats
SDL-1.2
|
changeset |
files
|
Fri, 31 May 2019 00:26:21 +0100 |
Jeffrey Lee |
riscos: Remove obsolete unixlib includes
SDL-1.2
|
changeset |
files
|
Fri, 31 May 2019 00:22:44 +0100 |
Jeffrey Lee |
riscos: Fix thread starvation in fullscreen mode
SDL-1.2
|
changeset |
files
|
Sat, 01 Jun 2019 19:26:50 +0100 |
Jeffrey Lee |
riscos: Mouse fixes
SDL-1.2
|
changeset |
files
|
Sun, 26 May 2019 12:02:02 +0100 |
Jeffrey Lee |
riscos: Ensure the window size is consistent at different DPIs
SDL-1.2
|
changeset |
files
|
Fri, 26 Apr 2019 21:01:27 +0100 |
Cameron Cawley |
riscos: Don't link against additional libraries
SDL-1.2
|
changeset |
files
|
Fri, 26 Apr 2019 20:18:20 +0100 |
Cameron Cawley |
riscos: Fix receiving PreQuit messages
SDL-1.2
|
changeset |
files
|
Fri, 26 Apr 2019 17:34:41 +0100 |
Cameron Cawley |
riscos: Fix warnings
SDL-1.2
|
changeset |
files
|
Fri, 26 Apr 2019 17:41:20 +0100 |
Cameron Cawley |
riscos: Clean up SWI calls
SDL-1.2
|
changeset |
files
|
Fri, 17 Aug 2018 23:36:17 +0100 |
Cameron Cawley |
riscos: Support compiling the test programs
SDL-1.2
|
changeset |
files
|
Sun, 13 Jan 2019 23:36:31 +0000 |
Cameron Cawley |
riscos: Fix iconv warnings
|
changeset |
files
|
Fri, 17 Aug 2018 23:23:42 +0100 |
Cameron Cawley |
riscos: Fix iconv warnings
SDL-1.2
|
changeset |
files
|
Fri, 17 Aug 2018 21:18:31 +0100 |
Cameron Cawley |
riscos: Don't reset mouse focus when recreating the window
SDL-1.2
|
changeset |
files
|
Fri, 17 Aug 2018 23:21:56 +0100 |
Cameron Cawley |
riscos: Support Windows and Menu key input
SDL-1.2
|
changeset |
files
|
Fri, 17 Aug 2018 20:52:34 +0100 |
Cameron Cawley |
riscos: Restore mouse palette when exiting while the mouse is in focus
SDL-1.2
|
changeset |
files
|
Sat, 08 Jun 2019 13:03:36 -0700 |
Sam Lantinga |
Fixed bug 4642 - Rework SDL_netbsdaudio to improve performance
|
changeset |
files
|
Sat, 08 Jun 2019 10:47:43 -0700 |
Sam Lantinga |
Fixed bug 4443 - Incorrect scan code reported for numpad 5
|
changeset |
files
|
Tue, 30 Apr 2019 20:37:49 -0700 |
Cameron Gutman |
Ignore Xbox One S gamepads with older firmware in HIDAPI
|
changeset |
files
|
Sat, 08 Jun 2019 10:23:52 -0700 |
Sam Lantinga |
Fixed Android build warning
|
changeset |
files
|
Sat, 08 Jun 2019 10:21:38 -0700 |
Sam Lantinga |
OpenSL ES audio cleanup and added a note with low latency audio discussion
|
changeset |
files
|
Fri, 07 Jun 2019 15:09:15 -0700 |
Sam Lantinga |
Fixed surround sound channel setup for Android OpenSL ES audio driver
|
changeset |
files
|
Fri, 07 Jun 2019 09:00:26 -0700 |
Sam Lantinga |
Protect against NULL device in the Android hidapi implementation
|
changeset |
files
|
Fri, 07 Jun 2019 09:00:24 -0700 |
Sam Lantinga |
Potential fix for a crash we're seeing on Android that should in theory never happen.
|
changeset |
files
|
Thu, 06 Jun 2019 08:20:53 -0700 |
Sam Lantinga |
Added support for the Rotor Riot gamepad, and upcoming Xbox and PS4 controller support on iOS and tvOS
|
changeset |
files
|
Wed, 05 Jun 2019 12:03:45 -0700 |
Sam Lantinga |
Fixed bug 4655 - evdev is available on FreeBSD, check in 'configure' limited to Linux
|
changeset |
files
|
Wed, 05 Jun 2019 12:01:26 -0700 |
Sam Lantinga |
Use SDL sized types
|
changeset |
files
|
Wed, 05 Jun 2019 08:54:07 -0700 |
Sam Lantinga |
Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types
|
changeset |
files
|
Tue, 04 Jun 2019 17:32:15 -0700 |
Sam Lantinga |
Fixed bug 4171 - SDL_GetQueuedAudioSize is broken with WASAPI
|
changeset |
files
|
Tue, 28 May 2019 17:39:13 -0400 |
Ryan C. Gordon |
test: unify all the command line usage logging.
|
changeset |
files
|
Sun, 26 May 2019 18:53:36 -0300 |
Alex Szpakowski |
iOS: return SDL_GetWindowSize from SDL_GL_GetDrawableSize if there's no GLES view in the window (matches the behaviour of SDL_GL_GetDrawableSize on other platforms). Addresses bug #4629.
|
changeset |
files
|
Thu, 23 May 2019 14:19:00 -0700 |
Sam Lantinga |
Added a function to get the current Android SDK version at runtime
|
changeset |
files
|
Thu, 23 May 2019 13:47:30 -0700 |
Sam Lantinga |
Use the OpenSL ES audio driver by default on Android, as it has the lowest latency.
|
changeset |
files
|
Thu, 23 May 2019 13:47:27 -0700 |
Sam Lantinga |
Fixed static and buzzing when trying to use floating point audio on the OpenSL ES audio driver.
|
changeset |
files
|
Thu, 23 May 2019 11:32:36 -0700 |
Sam Lantinga |
Return an error if both mouse relative mode and mouse warping are unavailable, instead of asserting.
|
changeset |
files
|
Thu, 23 May 2019 11:05:43 -0700 |
Sam Lantinga |
Fixed hiding the Android virtual keyboard when the return key is pressed
|
changeset |
files
|
Thu, 23 May 2019 09:08:40 +0200 |
Sylvain Becker |
Android: minimum size for IME, so that it takes focus
|
changeset |
files
|
Wed, 22 May 2019 17:39:51 -0700 |
Sam Lantinga |
Improved iOS Bluetooth keyboard support
|
changeset |
files
|
Wed, 22 May 2019 23:16:54 +0200 |
Patrice Mandin |
Fix SHIFT + Fx reporting in GEM. Contributed by Miro Kropacek
SDL-1.2
|
changeset |
files
|
Wed, 22 May 2019 23:10:33 +0200 |
Patrice Mandin |
Use Supexec() to query EdDI version. Fixes for Coldfire CPU build.
SDL-1.2
|
changeset |
files
|
Tue, 21 May 2019 17:33:31 -0700 |
Sam Lantinga |
Fixed bug 4639 - CMake build does not generate libhidapi.so for Android
|
changeset |
files
|
Sun, 28 Apr 2019 17:37:49 -0700 |
Cameron Gutman |
Fix use-after-free when pumping the event loop after SDL_DestroyWindow()
|
changeset |
files
|
Mon, 20 May 2019 14:31:03 -0700 |
Sam Lantinga |
Added support for Bluetooth keyboards on iOS
|
changeset |
files
|
Mon, 20 May 2019 14:08:35 -0700 |
Sam Lantinga |
Fixed mouse focus for touch events on iOS
|
changeset |
files
|
Mon, 20 May 2019 00:41:18 -0400 |
Ryan C. Gordon |
vulkan: Swapped out a free() that should have been an SDL_free().
|
changeset |
files
|
Sun, 19 May 2019 23:29:50 -0400 |
Ryan C. Gordon |
vulkan: Patched to compile on Visual Studio.
|
changeset |
files
|
Sun, 19 May 2019 20:25:02 -0400 |
Ryan C. Gordon |
Patched to compile in C89 mode.
|
changeset |
files
|
Sun, 19 May 2019 12:06:58 -0700 |
Sam Lantinga |
Fixed bug 4474 - Add support for an ASUS Gamepad variation
|
changeset |
files
|
Sun, 19 May 2019 12:04:06 -0700 |
Sam Lantinga |
Fixed bug 4469 - make SDL_CreateTextureFromSurface pick a more appropriate format
|
changeset |
files
|
Sun, 19 May 2019 11:56:26 -0700 |
Sam Lantinga |
Fixed bug 4436 - [OpenBSD] fix D-pad
|
changeset |
files
|
Mon, 03 Dec 2018 20:14:35 +0200 |
Serhii Charykov |
Fix WORKING_DIR parameter
|
changeset |
files
|
Sun, 19 May 2019 11:52:25 -0700 |
Sam Lantinga |
Fixed bug 4401 - SDL_GetWindowPosition() wrong after SDL_SetWindowPosition() until window is moved on macOS
|
changeset |
files
|
Sun, 19 May 2019 11:01:36 -0700 |
Sam Lantinga |
Fixed bug 4025 - SDL_Renderer OpenGL : add support for textures ABGR, RGB, BGR
|
changeset |
files
|
Sun, 19 May 2019 10:44:14 -0700 |
Sam Lantinga |
Fixed bug 3911 - SYSWM generic X11 events missing event data
|
changeset |
files
|
Sun, 19 May 2019 10:36:44 -0700 |
Wladimir J. van der Laan |
video: Add Vulkan support for vivante fb
|
changeset |
files
|
Sun, 19 May 2019 01:45:15 -0400 |
Ryan C. Gordon |
test: added SDLTest_CommonDefaultArgs()
|
changeset |
files
|
Sat, 18 May 2019 23:47:57 -0400 |
Ryan C. Gordon |
test: configure/make shouldn't build GL/GLES1/GLES2 programs if unsupported.
|
changeset |
files
|