Sylvain
|
693558a894
testautomation_video: fix memory leak
|
3 лет назад |
Sylvain
|
f30a182de2
Fix video_getSetWindowGrab(): need to raise the window, and wait for focus gained
|
3 лет назад |
Sylvain
|
d4d26e0ddb
testautomation_video: if SDL_SetWindowSize/Position isn't honored, we should check there is an event
|
3 лет назад |
Sam Lantinga
|
422517c036
Allow passing 0 to SDL_SetWindowMinimumSize() and SDL_SetWindowMaximumSize() to indicate no limit
|
3 лет назад |
Sam Lantinga
|
d95b04feaf
Fixed display ID check in video_setWindowCenteredOnDisplay
|
3 лет назад |
Sylvain
|
4053876bf6
Fix warning drop const qualifier
|
3 лет назад |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
3 лет назад |
Sam Lantinga
|
698dbd8464
SDL_CreateWindow() has been simplified and no longer takes a window position.
|
3 лет назад |
Anonymous Maarten
|
08bcee8570
test: don't use wiki urls for documentation comments
|
3 лет назад |
Sam Lantinga
|
ac75fe9324
Folded SDL_WINDOW_FULLSCREEN_EXCLUSIVE and SDL_WINDOW_FULLSCREEN_DESKTOP into a single SDL_WINDOW_FULLSCREEN flag
|
3 лет назад |
Sam Lantinga
|
9ff1055489
Workaround for Visual Studio 2019 const warning
|
3 лет назад |
Sam Lantinga
|
6b137579ea
Windows default to fullscreen desktop mode if they don't pick an explicit video mode
|
3 лет назад |
Sam Lantinga
|
22c69bccdf
Displays are now referenced by instance ID instead of index
|
3 лет назад |
Sam Lantinga
|
e83c54f271
SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP are now distinct flags
|
3 лет назад |
Sam Lantinga
|
24fec13ac1
Add full high DPI information to SDL_DisplayMode
|
3 лет назад |
Sam Lantinga
|
4696c9556b
SDL 3.0 is going to be high DPI aware and officially separates screen… (#7145)
|
3 лет назад |
Sam Lantinga
|
e3c1749f5b
The refresh rate in SDL_DisplayMode is now a float
|
3 лет назад |
Sylvain Becker
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
3 лет назад |
Sam Lantinga
|
ea0c2f55be
SDL API renaming: *Is* functions
|
3 лет назад |
Sylvain
|
aa46ff8f4b
Remove SDL_WINDOW_SHOW flag, as redundant with SDL_WINDOW_HIDDEN
|
3 лет назад |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 лет назад |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 лет назад |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 лет назад |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 лет назад |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 лет назад |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 лет назад |
slime
|
52f4cc843d
Remove SDL_SetWindowBrightness and SDL_SetWindowGammaRamp.
|
3 лет назад |
Pierre Wendling
|
d080e3bf3a
Silence `-Wmaybe-uninitialized` warnings in tests.
|
3 лет назад |
Pierre Wendling
|
6784d84c9d
N3DS: Fix `-Wformat` warnings in tests.
|
3 лет назад |
Eric Wasylishen
|
df36f926fc
testautomation: add video_setWindowCenteredOnDisplay test
|
3 лет назад |