Ryan C. Gordon
|
5a2d0b69c8
render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer.
|
3 years ago |
Ryan C. Gordon
|
a76053352c
gesture: Removed the gesture API from SDL3.
|
3 years ago |
Sylvain
|
c265fb74b0
Renamed AUDIODRIVER and VIDEODRIVER hint/env to AUDIO_DRIVER and VIDEO_DRIVER
|
3 years ago |
Ryan C. Gordon
|
7ca0d15d64
events: Changed SDL_GetEventState from a macro to a function.
|
3 years ago |
Cameron Cawley
|
ee0e9e979c
Move intrinsic includes into a private header
|
3 years ago |
Sam Lantinga
|
b4da4ed95a
Removed SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp()
|
3 years ago |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 years ago |
Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
3 years ago |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 years ago |
Sylvain Becker
|
ab1f4172e3
Remove SDL_GL_CONTEXT_EGL #6657 (#6683)
|
3 years ago |
Sam Lantinga
|
a463aca0d1
Simplified SDL_CreateRGBSurface* functions
|
3 years ago |
Sam Lantinga
|
1e7e25626b
Use SDL_PIXELFORMAT_RGB565, which is the most common 16-bit format
|
3 years ago |
Sam Lantinga
|
a01759f8f0
Fixed 16-bit RGBA masks
|
3 years ago |
Sam Lantinga
|
c30b2063e0
Clarified the migration path for SDL_CreateSurface()
|
3 years ago |
Sylvain Becker
|
932f61348d
Remove mask versions of SDL_CreateRGBSurface* #6701 (#6711)
|
3 years ago |
Sylvain Becker
|
fc4fc5295f
Remove depth field from SDL_CreateRGBSurfaceWithFormat and SDL_Create… (#6685)
|
3 years ago |
Sam Lantinga
|
c2432f8d0d
Rename SDLmain to SDL_main and SDLtest to SDL_test for consistency with other SDL libraries
|
3 years ago |
Sam Lantinga
|
2af4f74e1c
Remove sdl3.m4 and sdl3-config, and document pkg-config as the recommended replacement
|
3 years ago |
Sasha Szpakowski
|
80a9397459
Remove SDL_HINT_IDLE_TIMER_DISABLED.
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 years ago |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
3 years ago |
Frank Praznik
|
873ec097ea
x11: Remove deprecated/defunct X11 hints
|
3 years ago |
Sam Lantinga
|
346eeba210
Removed SDL_GetRevisionNumber()
|
3 years ago |
slime
|
ac8fbb7040
Remove SDL_CalculateGammaRamp.
|
3 years ago |
slime
|
52f4cc843d
Remove SDL_SetWindowBrightness and SDL_SetWindowGammaRamp.
|
3 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
3 years ago |
Sam Lantinga
|
05139f4a2e
Removed SDL_RWFromFP from the public API
|
3 years ago |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
3 years ago |
Sam Lantinga
|
b0840eb32e
Updated SDL_syswm.h for SDL 3.0
|
3 years ago |