Sam Lantinga
|
9984891ba8
Use the wl_touch object as a touch ID on Wayland (thanks @russelltg!)
|
3 years ago |
Ethan Lee
|
74162b7401
wayland: Add support for text-input-unstable-v3
|
3 years ago |
Jessica Clarke
|
e4411505ab
Don't pack SDL_AudioCVT on CHERI architectures
|
3 years ago |
Jessica Clarke
|
02daab8736
Fix pointer provenance in SDL_SIMDRealloc
|
3 years ago |
Jessica Clarke
|
8f38ba4d68
Fix casts that should be using uintptr_t
|
3 years ago |
Jessica Clarke
|
c8b4edf3d0
Fix SDL_Event definition to support systems with pointers larger than 8 bytes
|
3 years ago |
Sam Lantinga
|
9d457aa446
Don't uninitialize COM because of what appears to be a bug in Microsoft WGI reference counting.
|
3 years ago |
Sam Lantinga
|
b3a0174b26
Scale the values correctly based on the sensor type (thanks @meyraud705)
|
3 years ago |
Sam Lantinga
|
65ff00ec1b
Query the rate for the correct sensor (thanks @meyraud705)
|
3 years ago |
SDL Wiki Bot
|
72ee0ccdd5
Sync wiki -> header
|
3 years ago |
Sam Lantinga
|
a186a503e7
Added SDL_GameControllerGetSensorDataRate() to get the sensor update rate for a controller.
|
3 years ago |
Sam Lantinga
|
ce8261dd6d
Only pump events once per frame and process all currently pending events
|
3 years ago |
Brick
|
53987e9b4f
Optimized SDL_Convert51ToStereo_AVX
|
3 years ago |
Sam Lantinga
|
8e35ff5cb3
By default minimize real fullscreen windows when they lose focus so the desktop video mode is restored.
|
3 years ago |
Aaron Plattner
|
1e07dba09b
x11: Use glXChooseFBConfig when available in X11_GL_GetVisual
|
3 years ago |
Ozkan Sezer
|
cf85710cf8
SDL_audiocvt.c: disable AVX for clang < 5 and gcc < 4.9
|
3 years ago |
Ryan C. Gordon
|
cc4ab10195
windows: convert "//" comment to "/**/", add a FIXME.
|
3 years ago |
Adam
|
a203194893
Added in a MIME-type to the X11 clipboard. (#4385)
|
3 years ago |
SDL Wiki Bot
|
5346cf842c
Sync wiki -> header
|
3 years ago |
Ethan Lee
|
ad310d3900
wayland: libdecor support for SetWindowModalFor
|
3 years ago |
Ethan Lee
|
93976ade3b
wayland: libdecor support for GetWindowWMInfo
|
3 years ago |
SDL Wiki Bot
|
46919b1e8e
Sync wiki -> header
|
3 years ago |
David Gow
|
1fb4429bc0
wayland: Avoid a pointer→TouchID cast warning
|
3 years ago |
Ozkan Sezer
|
4a7799be18
--disable-wayland-shared implies --disable-libdecor-shared for now.
|
3 years ago |
David Gow
|
18303c92bc
Wayland: Fix building with --disable-wayland-shared with libdecor.
|
3 years ago |
David Gow
|
21cba92423
wayland: Don't create zxdg toplevel decoration twice
|
3 years ago |
Ethan Lee
|
7b239edb83
wayland: Assign frame_callback on window creation.
|
3 years ago |
Sam Lantinga
|
41e1a2360f
Correct the maximized size and position for borderless resizable windows
|
3 years ago |
Ethan Lee
|
03185e748b
wayland: Tag/Check wl_output objects as well, fixes crashes when libdecor is in use
|
3 years ago |
Ryan C. Gordon
|
871c11191b
wayland: handle pending resizes immediately, not on SwapWindow.
|
3 years ago |