chalonverse
|
f317d619cc
Xbox GDKX support (#5869)
|
3 gadi atpakaļ |
chalonverse
|
3b191580c3
Windows GDK Support (#5830)
|
3 gadi atpakaļ |
Eric Wasylishen
|
ab81a559f4
Windows DPI scaling/highdpi support
|
3 gadi atpakaļ |
Sam Lantinga
|
5669743a43
Make sure SDL_CaptureMouse() is only called on the main thread
|
3 gadi atpakaļ |
Sam Lantinga
|
0e6d4baa6b
Fixed compile warning on gcc 11
|
3 gadi atpakaļ |
Sam Lantinga
|
e19a9a7931
Fixed a message box getting the mouse capture state out of sync
|
3 gadi atpakaļ |
Cameron Cawley
|
0cca71a846
Use SDLCALL for callbacks in public APIs
|
3 gadi atpakaļ |
Sam Lantinga
|
06aca7edaa
Fixed warping back into the window when gaining focus with warp relative mode enabled
|
3 gadi atpakaļ |
Alexander Kanavin
|
adac3bd1e2
video: restore ability to disable fb accel via hint
|
3 gadi atpakaļ |
Michael Fitzmayer
|
fbd230bb6c
Add support for the Nokia N-Gage (#5597)
|
3 gadi atpakaļ |
Mirko Galimberti
|
76afb8583b
Introduces Cocoa_GetWindowDisplayIndex. This enable a proper management for dpi when switching between retina and non-retina displays.
|
3 gadi atpakaļ |
Frank Praznik
|
2b52946143
video: Don't minimize fullscreen windows on focus loss by default when mode switching is disabled
|
3 gadi atpakaļ |
Sam Lantinga
|
254fcc90eb
Revert "video: Prefer Wayland over X11"
|
3 gadi atpakaļ |
Ryan C. Gordon
|
c1336b21ed
hints: Make SDL_VIDEODRIVER and SDL_AUDIODRIVER formal hints.
|
3 gadi atpakaļ |
pionere
|
01b14e14e6
avoid NullPointer in SDL_GL_MakeCurrent
|
3 gadi atpakaļ |
Frank Praznik
|
4d76c9cb46
video: wayland: Use wp-viewporter for fullscreen with non-native resolutions
|
4 gadi atpakaļ |
Ryan C. Gordon
|
4fe7b2cbd1
static analysis: Fixed several complaints from codechecker.
|
4 gadi atpakaļ |
Charlie Birks
|
4b8d69a416
Avoid trying to use texture framebuffers on emscripten
|
4 gadi atpakaļ |
Sam Lantinga
|
34fd83ca06
Don't try to hide foreign windows when destroying the SDL window representation
|
4 gadi atpakaļ |
Sam Lantinga
|
e5f45455c9
Added a hint to mark a foreign window as usable with OpenGL
|
4 gadi atpakaļ |
Ethan Lee
|
0bf8ccfb60
video: Add a hint to allow Vulkan surfaces on foreign windows
|
4 gadi atpakaļ |
Zach Reedy
|
d14a126383
IME Composition Truncation + SDL_IsTextInputShown + SDL_ClearComposition (#5398)
|
4 gadi atpakaļ |
Sylvain
|
45833a148d
Prevent shadowing static variable '_this' with local paramter '_this' of SDL_CreateWindowTexture
|
4 gadi atpakaļ |
Sylvain
|
a4a80c8607
Fix variable may be uninitialized when used here [-Wconditional-uninitialized]
|
4 gadi atpakaļ |
Cameron Cawley
|
2f7b885df9
Fix 'potentially uninitialized local pointer variable' error in UWP builds
|
4 gadi atpakaļ |
Ryan C. Gordon
|
b946e31ec8
video: Allow unaccelerated SDL_HINT_FRAMEBUFFER_ACCELERATION renderers.
|
4 gadi atpakaļ |
Ryan C. Gordon
|
60ddb74cfe
video: rework how we prepare a texture framebuffer.
|
4 gadi atpakaļ |
pionere
|
60deadba59
re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory
|
4 gadi atpakaļ |
pionere
|
ebdd536676
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
|
4 gadi atpakaļ |
pionere
|
e11ba0f5d9
do not load/unload opengl library when SDL_WINDOW_METAL flag is changed
|
4 gadi atpakaļ |