Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
vor 1 Jahr |
Ryan C. Gordon
|
655ceb3b31
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
|
vor 1 Jahr |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
vor 1 Jahr |
Sam Lantinga
|
209a87bf24
Added missing default case (thanks @sezero!)
|
vor 1 Jahr |
Ozkan Sezer
|
d86ff6c6c0
remove stale / wrong information from SDL_RWread() documentation
|
vor 1 Jahr |
Susko3
|
f8cb3c742d
Change `SDL_Keycode` type to an enum
|
vor 1 Jahr |
Sam Lantinga
|
c0b27ccef9
Fixed warning C4701: potentially uninitialized local variable 'drawnTextRect' used
|
vor 1 Jahr |
Sam Lantinga
|
74e85e3a51
Fixed warning C4706: assignment within conditional expression
|
vor 1 Jahr |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
vor 1 Jahr |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
vor 1 Jahr |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
vor 1 Jahr |
Sam Lantinga
|
70c149c88f
Automatically clean up memory associated with events
|
vor 1 Jahr |
Sam Lantinga
|
75ea3a8d32
Dynamically allocate long text for SDL_EVENT_TEXT_INPUT events
|
vor 1 Jahr |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
vor 1 Jahr |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
vor 1 Jahr |
luzpaz
|
65e1d568ef
Fix various typos (docs/build scripts/tests)
|
vor 1 Jahr |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
vor 2 Jahren |
Anonymous Maarten
|
4a6528e3f0
testprograms: parse arguments using SDLTest_CommonState
|
vor 2 Jahren |
Sam Lantinga
|
bd2e2ee7aa
SDL_RenderTexture() and SDL_RenderTextureRotated() take floating point source coordinates
|
vor 2 Jahren |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
vor 2 Jahren |
Sam Lantinga
|
7b50bae524
Renamed SDL events for clarity
|
vor 2 Jahren |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
vor 2 Jahren |
Sam Lantinga
|
9c1a9ecb4b
Removed non-float versions of SDL render API drawing functions
|
vor 2 Jahren |
Sam Lantinga
|
cc0296c934
SDL API renaming: SDL_surface.h
|
vor 2 Jahren |
Sam Lantinga
|
0d54115235
SDL API renaming: SDL_render.h
|
vor 2 Jahren |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
vor 2 Jahren |
Daniel Gibson
|
22e22ba196
Add SDL_main.h includes to tests
|
vor 2 Jahren |
Sylvain
|
ffaf451558
testime.c: fix wrong {} in switch
|
vor 2 Jahren |
Sylvain
|
ff3f4236f2
testime.c: add valid cast, since the variable as been tested non negative before
|
vor 2 Jahren |
Sylvain
|
48955cce0e
test/testime.c: put back size_t
|
vor 2 Jahren |