Sylvain
|
c88becc87a
Fix kmsdrm build
|
2 years ago |
Alexandros Koutroulis
|
a2251d1093
SDL_SetWindowIcon now reports errors. (#7081)
|
2 years ago |
Anonymous Maarten
|
dc138ee3d4
cmake: SDL3-shared target will always be a shared target
|
2 years ago |
Anonymous Maarten
|
6ae1578691
ci: cache PVR_PSP2 and gl4es4vita
|
2 years ago |
Sam Lantinga
|
eede2066fb
Added other names for the DragonRise Inc. Wired Wheel (thanks @felimwhiteley!)
|
2 years ago |
Frank Praznik
|
39e6d4a891
Set the window width and height when moving
|
2 years ago |
Sam Lantinga
|
630c23ce17
You can move fullscreen desktop windows between displays using SDL_SetWindowPosition()
|
2 years ago |
Sam Lantinga
|
64b88115ec
SDL_SetWindowFullscreen() now takes a boolean value
|
2 years ago |
Sam Lantinga
|
6c04c6f090
Fixed SDL_SetWindowSize() and SDL_SetWindowPosition()
|
2 years ago |
Anonymous Maarten
|
d3b7308ee7
ci: install pkg-config on Macos runner
|
2 years ago |
Anonymous Maarten
|
4d8a50912b
cmake: no shared SDL libraries for riscos
|
2 years ago |
Anonymous Maarten
|
e203046a5c
cmake+ci: build shared and static libraries on ci
|
2 years ago |
Sam Lantinga
|
bde4c738bb
Don't build SDL as a static library by default
|
2 years ago |
Sam Lantinga
|
ece8a7bb8e
Hold the joystick lock while opening the HID device on non-Android platforms
|
2 years ago |
Sam Lantinga
|
96722a5809
Ubuntu 18.04 doesn't have a new enough version of Wayland for SDL, so update documentation appropriately
|
2 years ago |
Sylvain
|
03e69fbc0c
Fix potential de-referencing null pointer in SDL_EVDEV_kbd_keycode()
|
2 years ago |
Sylvain
|
b44d3699b1
Fixed most small problems reported by cppcheck for src/core PR #7307 (from @kevin2kevin2)
|
2 years ago |
Sam Lantinga
|
bcd97b36d2
Fixed Steam Runtime sandbox detection
|
2 years ago |
Frank Praznik
|
4187c6c08c
video: Select the closest mode for the target refresh rate accounting for small variations
|
2 years ago |
Frank Praznik
|
3f5ef7dd42
video: Handle moving exclusive fullscreen windows between displays
|
2 years ago |
Eric Wasylishen
|
1f46986d33
testwm.c: show all modes of all displays in the on-screen list (#7323)
|
2 years ago |
Sam Lantinga
|
beb6a2afdc
Map the Android MENU button back to the SDL MENU key
|
2 years ago |
Sam Lantinga
|
5925cd4ef3
Fixed handling simple mode PS4 reports
|
2 years ago |
Sam Lantinga
|
284ae91734
Include SDL_events.h for SDL_ConvertEventToRenderCoordinates()
|
2 years ago |
Sam Lantinga
|
b39b7025fd
SDL_GL_GetDrawableSize, SDL_Metal_GetDrawableSize, and SDL_Vulkan_GetDrawableSize can be replaced with SDL_GetWindowSizeInPixels
|
2 years ago |
Ozkan Sezer
|
c6792f78df
look for clock_gettime() in libc first, then in librt if not found.
|
2 years ago |
Frank Praznik
|
9370f9ca85
wayland: Deduplicate calls to position fullscreen windows already on the correct output
|
2 years ago |
Ozkan Sezer
|
272010b612
cmake: really fix detection of pthread_setname_np() on Apple platforms.
|
2 years ago |
Ozkan Sezer
|
f7f61af12b
cmake: fix detection of pthread_setname_np() on Apple platforms.
|
2 years ago |
Sylvain
|
93ed3148ba
Fixed bug #7302 - Memory 'leak' in SDL_SetMouseSystemScale()
|
2 years ago |