Sam Lantinga
|
fc478c1bc0
SDL API renaming: SDL_joystick.h
|
2 years ago |
Sylvain Becker
|
aa0053141b
Remove SDL_VideoInit / Quit. Prefer SDL_SubSytemInit / Quit (#6913)
|
2 years ago |
Sam Lantinga
|
713ba2e31a
SDL API renaming: SDL_audio.h
|
2 years ago |
Sam Lantinga
|
9625fb2832
Documentation cleanup
|
2 years ago |
Sylvain Becker
|
47170d288e
Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
|
2 years ago |
Sylvain
|
3fb0c8b54a
Remove/Rename SDL_FreeWAV() to SDL_free()
|
2 years ago |
Frank Praznik
|
abdfa809db
Prepend key modifier enum values with 'SDL_'
|
2 years ago |
Sam Lantinga
|
759f98085a
Used rename_api.py to add previously renamed symbols to SDL_oldnames.h
|
2 years ago |
Sam Lantinga
|
08c45eb37e
Added placeholder in the patch notes for renamed functions
|
2 years ago |
Sam Lantinga
|
909b513c33
Made SDL_WINDOWEVENT_* and SDL_DISPLAYEVENT_* first class event types
|
2 years ago |
Sylvain
|
c265fb74b0
Renamed AUDIODRIVER and VIDEODRIVER hint/env to AUDIO_DRIVER and VIDEO_DRIVER
|
2 years ago |
Cameron Cawley
|
ee0e9e979c
Move intrinsic includes into a private header
|
2 years ago |
Sam Lantinga
|
b4da4ed95a
Removed SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp()
|
2 years ago |
Sylvain Becker
|
92cd2c0a74
Enable creation of yuv SDL_Surfaces (#6735)
|
2 years ago |
Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
2 years ago |
Sam Lantinga
|
1f4cc733a1
Removed the nanosecond versions of event and thread primitive waits from the public API
|
2 years ago |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
2 years ago |
Sylvain Becker
|
ab1f4172e3
Remove SDL_GL_CONTEXT_EGL #6657 (#6683)
|
2 years ago |
Sam Lantinga
|
c30b2063e0
Clarified the migration path for SDL_CreateSurface()
|
2 years ago |
Sylvain Becker
|
932f61348d
Remove mask versions of SDL_CreateRGBSurface* #6701 (#6711)
|
2 years ago |
Sylvain Becker
|
fc4fc5295f
Remove depth field from SDL_CreateRGBSurfaceWithFormat and SDL_Create… (#6685)
|
2 years ago |
Sam Lantinga
|
9593c8b29d
Added a note to direct people to README-migration.md
|
2 years ago |
Sasha Szpakowski
|
0fdabf9595
Update WhatsNew.txt with removed hints.
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 years ago |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
2 years ago |
Sam Lantinga
|
346eeba210
Removed SDL_GetRevisionNumber()
|
2 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
2 years ago |
Sam Lantinga
|
05139f4a2e
Removed SDL_RWFromFP from the public API
|
2 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
|
2 years ago |