-
ede73b4cfc
testnativeos2.c: make its code style to match SDL2.
Ozkan Sezer
2021-11-28 23:02:02 +03:00
-
942973dd86
Use mouse ID 0 for raw mouse events
Sam Lantinga
2021-11-28 09:27:28 -08:00
-
f1c15aa324
Tests cover the latest SDL features
Sam Lantinga
2021-11-28 08:56:25 -08:00
-
976328bb0f
Fixed ABI break in SDL test header
Sam Lantinga
2021-11-28 08:54:18 -08:00
-
dd2f91118e
Fixed warnings with Windows SDK 10.0.19041
Sam Lantinga
2021-11-27 20:18:29 -08:00
-
c2904c8ce7
Fixed compile warnings and errors
Sam Lantinga
2021-11-27 11:16:15 -08:00
-
8f17af5e21
hidapi: mark libusb function pointers with LIBUSB_CALL.
Ozkan Sezer
2021-11-27 20:56:56 +03:00
-
6c25aed419
added hint for joysticks to stablize sixaxis & dualshock controllers (#5007)
Nate River
2021-11-27 14:01:18 -05:00
-
a6cbe0ab87
Controllers are always centered at zero using XInput and WGI
Sam Lantinga
2021-11-27 10:58:12 -08:00
-
aa1d76e829
Added a patch note about WinRT/UWP WGI support
Sam Lantinga
2021-11-27 10:55:54 -08:00
-
09b7ca27d6
Get the current WGI controller list at startup
Sam Lantinga
2021-11-27 10:53:20 -08:00
-
12895eca1a
Fixed WGI initialization on Win32
Sam Lantinga
2021-11-27 10:52:58 -08:00
-
110e4e1334
Use WGI instead of XInput for Windows 10 UWP apps
Sam Lantinga
2021-11-27 10:24:32 -08:00
-
e04a0221e3
Fixed crash running SDL test programs on UWP
Sam Lantinga
2021-11-27 09:36:44 -08:00
-
5a0ea7fb17
Check for O_CLOEXEC definition in fcntl.h at configuration time,
Ozkan Sezer
2021-11-27 19:10:10 +03:00
-
f903a39e13
haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android
Cameron Gutman
2021-11-27 10:18:41 -06:00
-
11a9cd6344
Fixed building SDL on UWP
Sam Lantinga
2021-11-27 08:14:50 -08:00
-
3008b005c3
Include SDL_hidapi.h in the public headers
Sam Lantinga
2021-11-27 07:56:04 -08:00
-
02021ae753
Return capabitlities from RawInput joystick
Mathieu Eyraud
2021-11-27 13:17:04 +01:00
-
b786c10013
SDL_render_gl.c: GL_RunCommandQueue: always set viewport_dirty on macOS
Eric Wasylishen
2021-11-26 19:45:16 -07:00
-
4f683f01d4
Fixed potentially truncated entry in stack trace
Sam Lantinga
2021-11-26 17:26:42 -08:00
-
5f1558ffe3
Fixed detecting Raspberry Pi 2/3 video support on Pi 4
Sam Lantinga
2021-11-26 13:47:42 -08:00
-
4e5839a5f4
Fixed compiling for Raspberry Pi
Sam Lantinga
2021-11-26 13:45:08 -08:00
-
86c0cf2bb1
software: Draw a single pixel for a line with the same start/end point.
Ryan C. Gordon
2021-11-26 14:31:20 -05:00
-
a2e8565230
The Google Pixel fingerprint sensor isn't actually a joystick
Sam Lantinga
2021-11-26 11:04:15 -08:00
-
cb2f3bedf5
tidy-up a comment in cmake script
Ozkan Sezer
2021-11-26 21:20:50 +03:00
-
67b5de5b41
Fixed build warnings
Sam Lantinga
2021-11-26 10:18:08 -08:00
-
2ca2ad76da
Fixed build warnings
Sam Lantinga
2021-11-26 10:13:45 -08:00
-
b6c1cfb93a
Added API changes in 2.0.18
Sam Lantinga
2021-11-26 09:37:27 -08:00
-
f90164a62f
Fixed mapping for the G-Shark GS-GP702
Sam Lantinga
2021-11-26 09:01:29 -08:00
-
22e59cd106
CMakeLists.txt: update DYLIB_CURRENT_VERSION too 2.0.18 for release
Ozkan Sezer
2021-11-26 19:15:28 +03:00
-
7242075b2b
Updated version to 2.0.18 for release
Sam Lantinga
2021-11-26 08:12:45 -08:00
-
d861820465
SDL_JoystickGetAttached() doesn't need to be noisy for NULL joystick
Sam Lantinga
2021-11-26 07:57:19 -08:00
-
30f04d63e6
HIDAPI is only reliable on Android 4.3 and newer
Sam Lantinga
2021-11-26 07:15:46 -08:00
-
d713a68071
pulseaudio: wait until at least 1/8th (!) of the mixbuffer is available.
Ryan C. Gordon
2021-11-25 22:32:40 -05:00
-
eb39e20588
SDL_endian.h: remove aarch64 asm.
Ozkan Sezer
2021-11-25 17:00:50 +03:00
-
53aa8eec5f
minor cleanup for watcom _inline keyword.
Ozkan Sezer
2021-11-25 17:00:24 +03:00
-
3c71f8939b
Sync wiki -> header
SDL Wiki Bot
2021-11-25 13:53:04 +00:00
-
57520cbde6
Improve documentation for input grabbing functions
Cameron Gutman
2021-11-25 16:49:57 +03:00
-
2fa35757a9
cmake: Weak link to GameController.framework to handle older OSes
Cameron Gutman
2021-11-24 23:34:45 +03:00
-
bc409163a8
cmake: Detect SDL_JOYSTICK_MFI for macOS
Cameron Gutman
2021-11-20 17:05:28 -06:00
-
d5813776db
Release UDEV ressources
Sylvain
2021-11-25 09:56:15 +01:00
-
5cb85d611d
CI: Add iOS and tvOS builds
Cameron Gutman
2021-11-24 22:21:48 +03:00
-
b99510836e
SDL_mfijoystick.m: Fix -Wshadow warning
Cameron Gutman
2021-11-24 13:04:50 -06:00
-
e77cfb9a11
Fixed d3d11 renderer creation
DarkContact
2021-11-24 00:29:45 +03:00
-
d9f70878f9
don't use CMAKE_COMPILER_IS_MINGW
Ozkan Sezer
2021-11-24 18:10:00 +03:00
-
57366285d8
Only send display events for hotplugged displays, not the initial state
Sam Lantinga
2021-11-23 20:14:18 +00:00
-
a3c05d2f34
Added debug output for display connect/disconnect events
Sam Lantinga
2021-11-23 19:43:01 +00:00
-
b7f9c2089a
cmake: handle warning flags properly (thanks to hgs3 for pointers.)
Ozkan Sezer
2021-11-23 18:56:50 +03:00
-
f8900583e5
removed windows winmm joystick driver
Ozkan Sezer
2021-11-23 17:04:40 +03:00
-
d2871a348b
testhaptic.c, testjoystick.c: fixed -Wshadow warnings.
Ozkan Sezer
2021-11-23 15:10:50 +03:00
-
e6a4230de9
Revert testevdev libc changes
Sam Lantinga
2021-11-23 03:51:32 -08:00
-
3eaa80bb0b
testgamecontroller.c: fixed -Wshadow warnings.
Ozkan Sezer
2021-11-23 14:22:02 +03:00
-
370b8318af
testmouse.c: fixed -Wshadow warnings.
Ozkan Sezer
2021-11-23 14:01:10 +03:00
-
381f99a3fd
Fix warnings: re-add enum forward declaration
Sylvain
2021-11-23 10:58:04 +01:00
-
dd6817b3b7
Fix warnings: static function, {} initializier, un-needed enum forward declaration
Sylvain
2021-11-23 10:47:34 +01:00
-
fae7034901
Fix warnings: static, include, un-initialized vairables
Sylvain
2021-11-23 10:33:12 +01:00
-
2a24418bd3
More "Integer overflow generates Illegal instruction under sanitizers" (see bug #4995)
Sylvain
2021-11-23 09:44:37 +01:00
-
e5467af7c8
Minor change comment
Sylvain
2021-11-23 09:42:07 +01:00
-
9c72adc86c
More "Integer overflow generates Illegal instruction under sanitizers" (see bug #4995)
Sylvain
2021-11-23 09:41:01 +01:00
-
8dd6edec00
Fixed bug #3232 - Integer overflow generates Illegal instruction under sanitizers + see bug #4995
Sylvain
2021-11-23 09:30:42 +01:00
-
e18be04bc6
Fixed undefined behavior in QueueCmdSetDrawColor()
Ozkan Sezer
2021-11-23 08:01:02 +03:00
-
c878d9a0aa
Haiku: comment this should not be SDL_free()
Sylvain
2021-11-22 17:06:41 +01:00
-
c0029f01d7
remove 'free' in comment
Sylvain
2021-11-22 17:00:48 +01:00
-
aef7105408
Use SDL_free
Sylvain
2021-11-22 16:58:04 +01:00
-
2004aaf3bb
SDL_wave: use SDL_free
Sylvain
2021-11-22 16:54:17 +01:00
-
0445c13aae
Remove 'malloc' from comment
Sylvain
2021-11-22 16:49:17 +01:00
-
155db97d14
Remove 'malloc' from comment
Sylvain
2021-11-22 16:48:13 +01:00
-
c3633d2c99
Haiku: use SDL_malloc
Sylvain
2021-11-22 16:44:48 +01:00
-
79b37cc55f
Pandora: use SDL_malloc
Sylvain
2021-11-22 16:43:49 +01:00
-
10ffcbb115
QNX: use SDL_malloc
Sylvain
2021-11-22 16:41:45 +01:00
-
e72beeb2a0
Remove 'malloc' from comment
Sylvain
2021-11-22 16:40:29 +01:00
-
38cfe25bc5
Remove 'malloc' from comment
Sylvain
2021-11-22 16:39:56 +01:00
-
4d566e5d5d
VITA, PSP: use SDL_malloc
Sylvain
2021-11-22 16:39:22 +01:00
-
9fcc630fb3
X11: use SDL_malloc
Sylvain
2021-11-22 16:37:34 +01:00
-
19bf36db15
DirectFB: use SDL_malloc
Sylvain
2021-11-22 16:37:19 +01:00
-
8fb19d212e
Vita: unneeded include
Sylvain
2021-11-22 16:29:24 +01:00
-
e702a4e520
PSP: un needed include
Sylvain
2021-11-22 16:28:49 +01:00
-
8e851a277d
Remove malloc from comment
Sylvain
2021-11-22 16:28:07 +01:00
-
0ef9d26622
cpuinfo: remove malloc from comments
Sylvain
2021-11-22 16:24:19 +01:00
-
5699e0fa0c
visualtest: use SDL_malloc
Sylvain
2021-11-22 16:22:39 +01:00
-
30338beb61
Minor comment
Sylvain
2021-11-22 16:17:39 +01:00
-
fb218e582a
PSP: use SDL_malloc/SDL_free
Sylvain
2021-11-22 16:16:04 +01:00
-
f1582f549b
Fix comment
Sylvain
2021-11-22 11:27:40 +01:00
-
5a7a7ba570
Don't use "realloc" in comment so that it doesn't show up
Sylvain
2021-11-22 11:25:59 +01:00
-
b4aeaa30a1
Use SDL_calloc / SDL_free
Sylvain
2021-11-22 11:20:52 +01:00
-
cb9f85e8d0
Don't use "round", so that it's doesn't show up while searching for the function
Sylvain
2021-11-22 11:18:01 +01:00
-
6fb50bd0a6
Don't use "exp" as a name so that it's doesn´t show up with searching for the function
Sylvain
2021-11-22 11:16:23 +01:00
-
161dd83c9a
Don´t use "trunc" as var name, since it's also a function
Sylvain
2021-11-22 11:15:23 +01:00
-
d31251b014
use SDL's functions version inplace of libc version
Sylvain
2021-11-21 22:30:48 +01:00
-
35b7ce1893
cmake: final report fixes for mmx, ssemath, dummyvideo, wasapi, xinput.
Ozkan Sezer
2021-11-22 14:10:02 +03:00
-
34d9c2e28f
fixed typo: ervironment to environment
めぐみ発動機 (isVowel / GreenWing)
2021-11-22 13:02:06 +09:00
-
ee2afa00ba
SDL_mfijoystick.m: fix build using older toolchains
Ozkan Sezer
2021-11-22 05:11:10 +03:00
-
1927c08036
minor tidy-up to configury.
Ozkan Sezer
2021-11-22 05:00:02 +03:00
-
c97b721868
Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
Sam Lantinga
2021-11-21 12:18:10 -08:00
-
49369142bd
Fixed bug #4625: with integer scale, viewport (as reported by SDL_RenderGetViewport) becomes -2147483648x-2147483648 0 isn't valid scale. Min integer scale is 1.0f
Sylvain
2021-11-21 17:40:48 +01:00
-
a0cb079a42
Fixed bug #4982 - Failed to open audio_device on OpenSLES / Android 5.x with freq 96khz+
Sylvain
2021-11-21 15:45:08 +01:00
-
ceb9e9a809
cocoa: Removed a debug printf call.
Ryan C. Gordon
2021-11-21 00:21:41 -05:00
-
18715acb55
cocoa: Position non-left mouse button events in background windows correctly.
Ryan C. Gordon
2021-11-21 00:14:18 -05:00
-
343fa61215
hid: fix inconsistent indentation
Cameron Gutman
2021-11-20 13:17:59 -06:00