Sam Lantinga
|
5f5e91eab6
Reverted 3d2e5a0b66eca4ade34f2a4fa81c8f4d8d33dac3
|
1 年之前 |
Sam Lantinga
|
3d2e5a0b66
Fixed a few remaining functions to directly return their values instead of an error code.
|
1 年之前 |
Sam Lantinga
|
7c0307060d
Textures with alpha format default to SDL_BLENDMODE_BLEND
|
1 年之前 |
Ryan C. Gordon
|
3bc81a81f5
filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule.
|
1 年之前 |
Sam Lantinga
|
ec3bb4c029
Removed the need for SDL_CreateTLS()
|
1 年之前 |
Sam Lantinga
|
027671bedb
SDL_GetWindowOpacity() directly returns the opacity instead of using an out parameter.
|
1 年之前 |
Sam Lantinga
|
58270ef3f2
Finished renaming functions in SDL_system.h
|
1 年之前 |
Sam Lantinga
|
54366181c3
Rename functions in SDL_system.h to match SDL 3.0 naming convention
|
1 年之前 |
Sam Lantinga
|
5c875e1183
Renamed *FromID() to *ForID()
|
1 年之前 |
Sam Lantinga
|
d154b37b41
Renamed *FromInstanceID() to *FromID()
|
1 年之前 |
Sam Lantinga
|
e90060d07f
Renamed functions to get information from device IDs
|
1 年之前 |
Sam Lantinga
|
650271af46
Added SDL_CreateSurfacePalette()
|
1 年之前 |
Ryan C. Gordon
|
3d86dce673
haiku: No more chdir to executable's directory at startup in SDL3.
|
1 年之前 |
Sam Lantinga
|
730d5cf2f8
Added fractional representation of refresh rate to SDL_DisplayMode
|
1 年之前 |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
1 年之前 |
Sam Lantinga
|
875c4f0a4c
Support indexed surfaces without palettes (thanks @sulix!)
|
1 年之前 |
Sam Lantinga
|
60ed914c66
Added notes for migrating SDL_GetRGBA()/SDL_MapRGBA() code
|
1 年之前 |
Ryan C. Gordon
|
af2dbf3ff3
video: Rename SDL_GL_DeleteContext to SDL_GL_DestroyContext.
|
1 年之前 |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 年之前 |
Frank Praznik
|
74cc06db1b
Remove the SDL_EVENT_WINDOW_TAKE_FOCUS event
|
1 年之前 |
Frank Praznik
|
be13328cb1
Remove SDL_SetWindowInputFocus
|
1 年之前 |
Sam Lantinga
|
e8dbbf8380
Renamed SDLK_a-z to SDLK_A-Z
|
1 年之前 |
Sam Lantinga
|
212a491f7c
Renamed SDL_HINT_IME_NATIVE_UI to SDL_HINT_IME_IMPLEMENTED_UI
|
1 年之前 |
Sam Lantinga
|
4c7db129df
SDL_HINT_IME_INTERNAL_EDITING and SDL_HINT_IME_SHOW_UI are replaced with SDL_HINT_IME_NATIVE_UI
|
1 年之前 |
Sam Lantinga
|
bdd531986b
SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea()
|
1 年之前 |
SDL Wiki Bot
|
c983c1da97
Sync SDL3 wiki -> header
|
1 年之前 |
Ryan C. Gordon
|
982feb7a65
vulkan: SDL_Vulkan_CreateSurface now returns the usual int (0=ok, -1=error).
|
1 年之前 |
SDL Wiki Bot
|
306cc6f91e
Sync SDL3 wiki -> header
|
1 年之前 |
Sam Lantinga
|
76631a0978
The text input state has been changed to be window-specific.
|
1 年之前 |
Sam Lantinga
|
90034b16dc
The keycode in key events is affected by modifiers by default.
|
1 年之前 |