Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
2 жил өмнө |
Sam Lantinga
|
4f122c6e39
Removed test binding for space key
|
2 жил өмнө |
Sam Lantinga
|
ae771d4710
Added test shortcuts Alt-C and Alt-V to test the primary selection functionality
|
2 жил өмнө |
Sam Lantinga
|
55ff09de38
Reimplement clipboard text in terms of clipboard data
|
2 жил өмнө |
Sam Lantinga
|
c980ce2120
Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback
|
2 жил өмнө |
Sam Lantinga
|
35876da3c4
Clipboard data API revamp
|
2 жил өмнө |
Sam Lantinga
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
2 жил өмнө |
Sam Lantinga
|
8da9b22c17
The SDL_WINDOW_SKIP_TASKBAR flag has been replaced by the SDL_WINDOW_UTILITY flag
|
2 жил өмнө |
Sam Lantinga
|
9fe384b696
Fixed display orientation function names for SDL 3.0 convention
|
2 жил өмнө |
Sam Lantinga
|
e6d1ba2a17
Added the concept of display natural orientation
|
2 жил өмнө |
Sam Lantinga
|
d40695115f
Cleaned up Alt-Enter/Ctrl-Enter fullscreen toggle logic
|
2 жил өмнө |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 жил өмнө |
Sam Lantinga
|
a66cad79c1
SDL_GetClosestFullscreenDisplayMode() now takes a boolean whether to include high density modes
|
2 жил өмнө |
Sam Lantinga
|
887a1b5969
Print some newly added window flags
|
2 жил өмнө |
Sam Lantinga
|
cc94f600fd
Officially added the concept of window pixel density
|
2 жил өмнө |
Sam Lantinga
|
c699f3d1d8
Updated SDL high DPI support
|
2 жил өмнө |
Brick
|
079ae065f1
Added SDL prefix AUDIO_* constants
|
2 жил өмнө |
Sam Lantinga
|
2aa2fa5449
Added SDL_CreateWindowWithPosition()
|
3 жил өмнө |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 жил өмнө |
Sylvain
|
d3faec0b6e
testcommon/automation: add [--audio driver] option
|
3 жил өмнө |
Anonymous Maarten
|
774e51627e
SDL_test: fix infinite loop when passing invalid argument
|
3 жил өмнө |
Anonymous Maarten
|
c52ad54b05
SDL_test: don't parse audio/video arguments when its subsystem is not enabled
|
3 жил өмнө |
Anonymous Maarten
|
c8d4ca35ad
SDL_test: always print common log usage, even without audio/video backend
|
3 жил өмнө |
Anonymous Maarten
|
08c85ebae0
SDL_test: introduce SDLTest_CommonDestroyState to only destroy SDLTest_CommonState
|
3 жил өмнө |
Anonymous Maarten
|
5109e19935
SDL_test: remove unused BuildCommonUsageString
|
3 жил өмнө |
Sam Lantinga
|
9ee71f0ddf
Added --skip-taskbar and --always-on-top command line options
|
3 жил өмнө |
Sylvain
|
5da9e99da0
Fixed bug #7462 - 8888 as default GL backbuffer red/green/blue/alpha bit sizes
|
3 жил өмнө |
Sylvain
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
3 жил өмнө |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 жил өмнө |
Sam Lantinga
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
3 жил өмнө |