Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
2 yıl önce |
Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
2 yıl önce |
Ryan C. Gordon
|
655ceb3b31
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
|
2 yıl önce |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
2 yıl önce |
Sam Lantinga
|
efbbafb3f1
Re-added balls to the SDL joystick API
|
2 yıl önce |
Sam Lantinga
|
e9ab2d46de
Revert "Change `SDL_Keycode` type to an enum"
|
2 yıl önce |
Susko3
|
01248a99c8
Add `default: break;` to switches on SDL_Event::type
|
2 yıl önce |
Susko3
|
722f4104bf
Use enums as types in SDL_*Event structures
|
2 yıl önce |
Susko3
|
641b911d38
Update some internal files to use `SDL_WindowFlags`
|
2 yıl önce |
Susko3
|
f8cb3c742d
Change `SDL_Keycode` type to an enum
|
2 yıl önce |
Sylvain
|
cea717e5d3
Removed some uneeded 'unsigned': renderer.num_texture_format and SDL_Vulkan_GetInstanceExtensions() prototype
|
2 yıl önce |
Anonymous Maarten
|
c8372e20d6
SDLTest_CommonEvent: only set done when it is finished
|
2 yıl önce |
Sam Lantinga
|
a1ea706215
Added names for the newly supported pixel formats
|
2 yıl önce |
Anonymous Maarten
|
ecfbb6719f
SDL_test: support SDL_INIT_CAMERA for SDL_CommonInit and SDL_CommonQuit
|
2 yıl önce |
Sam Lantinga
|
dc7baa415e
Show the window after creating the renderer
|
2 yıl önce |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 yıl önce |
Sam Lantinga
|
30e176d6ba
Added HDR display properties and related event
|
2 yıl önce |
Sam Lantinga
|
89b9d6cbdc
SDL_RenderReadPixels() now returns a surface
|
2 yıl önce |
Sam Lantinga
|
3b55c7d1f4
Shortened SDL property names
|
2 yıl önce |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 yıl önce |
Sam Lantinga
|
a31dc6dfcb
Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value
|
2 yıl önce |
Ozkan Sezer
|
f7ba340999
remove several instances of unnecessary emptry str "" after SDL_PRI???
|
2 yıl önce |
Sam Lantinga
|
1a13dae219
Added constant definitions for SDL properties
|
2 yıl önce |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 yıl önce |
Frank Praznik
|
4fd778119b
video: Implement asynchronous windowing
|
2 yıl önce |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 yıl önce |
Ryan C. Gordon
|
08c6ac1b16
test: SDLTest_PrintEvent now reports key event mod state.
|
2 yıl önce |
Ryan C. Gordon
|
c5b0ff77d7
test: testwm2 now displays keyboard mod state.
|
2 yıl önce |
Ryan C. Gordon
|
6ba90f7775
render: Batching is always enabled now!
|
2 yıl önce |
Frank Praznik
|
4722269fb6
tests: Print window occluded log events
|
2 yıl önce |