Sam Lantinga
|
787a15f760
Fix Mac child windows that are created hidden showing if their parent window is shown
|
1 year ago |
Sam Lantinga
|
d6b1fc9576
Add SDL_MAC_REGISTER_ACTIVATION_HANDLERS hint to allow disabling the normal application startup/activation/deactivation handlers
|
1 year ago |
Sam Lantinga
|
7c5e694022
Ignore a new warning in Visual Studio 2022
|
1 year ago |
Frank Praznik
|
73d02184d7
docs: Add Wayland to the SysWM migration example
|
1 year ago |
Sam Lantinga
|
c03c01e9b2
Make sure we get mouse events as soon as possible
|
1 year ago |
Anonymous Maarten
|
5cbdeab799
Rename SDL_mslibc_x64.asm -> SDL_mslibc_x64.masm
|
1 year ago |
Frank Praznik
|
ed62d6e7de
cocoa: Set the titled flag on fullscreen space windows
|
1 year ago |
Ozkan Sezer
|
b4b5dbd92f
testcontroller.c: fixed warnings.
|
1 year ago |
Sam Lantinga
|
31851a50d2
Fixed dropping raw input because of mixing GetRawInputBuffer() and WM_INPUT handling
|
1 year ago |
Nour Fouad
|
987744aae8
Fix Duplicated includes
|
1 year ago |
Sam Lantinga
|
2b369a14ab
Fixed allocation and alignment of raw input buffers
|
1 year ago |
Vicki Pfau
|
bec1b8f849
Add basic rumble support to Steam Deck
|
1 year ago |
Sam Lantinga
|
8fe4a45edf
Use GetRawInputBuffer() instead processing raw input one at a time
|
1 year ago |
Sam Lantinga
|
87b8f09657
Fixed warning: no previous prototype for function 'SDL_PrivateGetGamepadButtonFromString' [-Wmissing-prototypes]
|
1 year ago |
Sam Lantinga
|
c2951655ff
Fixed warning: missing field 'window' initializer [-Wmissing-field-initializers]
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Sam Lantinga
|
a7b79c483c
Remove unused 'window' variable from -[Cocoa_WindowListener windowWillExitFullScreen]
|
1 year ago |
Amir Kadyrov
|
dd2d809407
AndroidShowToast: make OneShotTask members private final
|
1 year ago |
Sam Lantinga
|
44c2f344d6
Fixed build
|
1 year ago |
Sam Lantinga
|
2faae8457d
The C standard defines a boolean expression as a signed integer value.
|
1 year ago |
Sam Lantinga
|
e3d50619f8
Fixed fatal error: SDL_pen.h: No such file or directory
|
1 year ago |
Sam Lantinga
|
dfe1a37bab
Fixed error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
|
1 year ago |
Sam Lantinga
|
423b1fafcd
Fixed warning C4047: 'function': '__x_ABI_CWindows_CGaming_CInput_CIRawGameController **' differs in levels of indirection from '__x_ABI_CWindows_CGaming_CInput_CIRawGameController *'
|
1 year ago |
Sam Lantinga
|
7681695875
Revert "Fixed signed/unsigned warnings with Visual Studio when comparing SDL_bool with boolean expressions"
|
1 year ago |
Frank Praznik
|
8f94102b04
tests: Use unsigned format specifiers for printing flags
|
1 year ago |
Frank Praznik
|
5d0c893723
wayland: Remove bitfield specifiers from boolean values
|
1 year ago |
Sam Lantinga
|
530b41d531
Fixed warnings in SDL_pen.c
|
1 year ago |
Sam Lantinga
|
9906d6d3bc
Fixed warning C4244: '=': conversion from 'SDL_bool' to 'Uint8', possible loss of data
|
1 year ago |
Sam Lantinga
|
ebd7f9adbd
Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch in SDL_video.c
|
1 year ago |
Sam Lantinga
|
dc1c27885e
Fixed warning C4389: '!=': signed/unsigned mismatch in SDL_blit.c
|
1 year ago |