Ryan C. Gordon
|
a9cfcf6bde
stdinc: Drastically improve SDL_StepUTF8() and make it a public API.
|
1 éve |
Ryan C. Gordon
|
982feb7a65
vulkan: SDL_Vulkan_CreateSurface now returns the usual int (0=ok, -1=error).
|
1 éve |
Sam Lantinga
|
0ff5c05486
Added SDL_GetWindows()
|
1 éve |
Sam Lantinga
|
2f5b20fcb5
Updated based on feedback from @JKaniarz
|
1 éve |
Sam Lantinga
|
96f2f23240
Simplified SDL random function names and added thread-safe versions
|
1 éve |
Sam Lantinga
|
89cdadf7c3
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
|
1 éve |
Sam Lantinga
|
76631a0978
The text input state has been changed to be window-specific.
|
1 éve |
Sam Lantinga
|
679e4471ed
Added the ability to query the keymap for keycodes based on modifier state
|
1 éve |
John Kaniarz
|
8f29f8cae5
Renamed SDL_rand() to SDL_rand_bits() and updated tests
|
1 éve |
John Kaniarz
|
16e69cb4c9
Removed SDL_rand_r()
|
1 éve |
John Kaniarz
|
83d21e20df
Added SDL_rand_float and SDL_rand_n to API
|
1 éve |
Sam Lantinga
|
d1d484ddbe
Added SDL_srand(), SDL_rand(), and SDL_rand_r() (thanks @JKaniarz!)
|
1 éve |
Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
1 éve |
Ryan C. Gordon
|
5bc654aad3
camera: SDL_GetCameraDeviceName() now follows the SDL_GetStringRule.
|
1 éve |
Sam Lantinga
|
80a907e0e6
Backed out the viewport and cliprect changes in 9fb5a9ccac0a6bb6af02e72644c1c56dc6ab6f3e
|
1 éve |
Ryan C. Gordon
|
5416bd5fdc
ios: Move animation callback to its own typedef.
|
1 éve |
Sam Lantinga
|
9fb5a9ccac
Use floating point values for viewport, clip rectangle, and texture sizes
|
1 éve |
Anonymous Maarten
|
ef6123886e
Add SDL_ReadS8 and SDL_WriteS8
|
1 éve |
Ryan C. Gordon
|
96f2ef77ab
include: Make function pointer params into typedefs.
|
1 éve |
Ryan C. Gordon
|
7d54a37d74
iostream: Make seeking's `whence` value a real enum.
|
1 éve |
Sam Lantinga
|
a0d1445ccb
Replaced SDL_GetRendererInfo() with SDL_GetRendererName()
|
1 éve |
Semphris
|
8c8ee2174d
Dialog: Add filter number, remove NULL termination
|
1 éve |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 éve |
Sam Lantinga
|
542a3663de
Added SDL_GetDefaultKeyFromScancode() to the public API
|
1 éve |
Sam Lantinga
|
c74886ab00
Added SDL_SetWindowAspectRatio() and SDL_GetWindowAspectRatio()
|
1 éve |
Sam Lantinga
|
dfe4445214
Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync()
|
1 éve |
Sam Lantinga
|
99599d9236
Added SDL_AddTimerNS()
|
1 éve |
Sam Lantinga
|
b6360516e4
Added the timerID to the SDL timer callback
|
1 éve |
Ryan C. Gordon
|
cf2874080f
mouse: Move mouse button state from a Uint32 to a formal typedef.
|
1 éve |
Ryan C. Gordon
|
0f0570b060
pen: Change a Uint32 bitfield into a typedef.
|
1 éve |