Sam Lantinga
|
c98a14fdeb
Renamed display added/removed events for consistency with the rest of the API
|
2 年之前 |
Anonymous Maarten
|
12c0be028e
SDL_test: clear text cache on exit event
|
2 年之前 |
Anonymous Maarten
|
b4bfb18318
SDL_test: free state before logging allocations
|
2 年之前 |
Anonymous Maarten
|
248b1edd3f
SDL_test: destroy windows in SDL_CommonQuit
|
2 年之前 |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
2 年之前 |
Brick
|
82e481b520
Added --randmem test parameter
|
2 年之前 |
Anonymous Maarten
|
8e898c4a21
SDL_test does not parse --samples argument
|
2 年之前 |
Ryan C. Gordon
|
0b6255551e
test: Fixed incorrect SDL_OpenAudioDevice call in testautomation.
|
2 年之前 |
Ryan C. Gordon
|
26525f5fd3
audio: Readd SDL_AudioSpec, but just with format/channels/freq fields.
|
2 年之前 |
Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
3 年之前 |
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
|
3 年之前 |
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 年之前 |