Sam Lantinga
|
3c04be4486
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
|
2 years ago |
Sam Lantinga
|
4aee17b039
Resorted symbols alphabetically
|
2 years ago |
Sam Lantinga
|
50b6e5eb7e
Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions
|
2 years ago |
Sam Lantinga
|
9fe384b696
Fixed display orientation function names for SDL 3.0 convention
|
2 years ago |
Sam Lantinga
|
e6d1ba2a17
Added the concept of display natural orientation
|
2 years ago |
Sam Lantinga
|
2e465ae31b
Revert "Added SDL_nextafter() and SDL_nextafterf()"
|
2 years ago |
Sam Lantinga
|
bc5d074818
Added SDL_nextafter() and SDL_nextafterf()
|
2 years ago |
Sam Lantinga
|
281018f169
Make it clear that you can't mix 2D rendering and the window surface API
|
2 years ago |
Sam Lantinga
|
cb73bed6eb
SDL API renaming: SDL TLS functions
|
2 years ago |
Sam Lantinga
|
af45ae7296
Update the SDL HIDAPI API to match upstream hidapi 0.14.0
|
2 years ago |
Sam Lantinga
|
c9d8a04945
Added SDL_swprintf() and SDL_vswprintf()
|
2 years ago |
Sam Lantinga
|
6c28546828
Added SDL_wcstol()
|
2 years ago |
Sam Lantinga
|
a66cad79c1
SDL_GetClosestFullscreenDisplayMode() now takes a boolean whether to include high density modes
|
2 years ago |
Sam Lantinga
|
cc94f600fd
Officially added the concept of window pixel density
|
2 years ago |
Sam Lantinga
|
c699f3d1d8
Updated SDL high DPI support
|
2 years ago |
Linus Probert
|
19adfa3ad9
wayland: Add support for images in clipboard.
|
2 years ago |
Semphriss
|
c1dab7745a
Add SDL_GetPath() for default OS folders (#7665)
|
2 years ago |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 years ago |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 years ago |
Ryan C. Gordon
|
e474047ff8
rwlock: Added SDL_rwlock API for shared locks.
|
2 years ago |
Ryan C. Gordon
|
e5a6c24c82
audio: Redesigned audio conversion code for SDL3.
|
2 years ago |
Sam Lantinga
|
2aa2fa5449
Added SDL_CreateWindowWithPosition()
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
Anonymous Maarten
|
b0a5182e84
Sunset SDL_HasRDTSC
|
2 years ago |
Sam Lantinga
|
4dd26698fc
Added SDL_GetWindowParent() to get the parent of popup windows
|
2 years ago |
Frank Praznik
|
e987c4a463
video: Add the concept of child popup windows
|
2 years ago |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
2 years ago |
Sam Lantinga
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
2 years ago |
Sam Lantinga
|
698dbd8464
SDL_CreateWindow() has been simplified and no longer takes a window position.
|
2 years ago |