Frank Praznik
|
eda0261c4e
video: Drop size and position requests for windows in a fixed size/position state
|
1 年之前 |
Frank Praznik
|
5447cb6d38
video: Prefer the window manager supplied coordinates for selecting a fullscreen display
|
1 年之前 |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 年之前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年之前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 年之前 |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 年之前 |
Anonymous Maarten
|
5cd6923298
Assert a valid window pointer instead of dismissing an invalid pointer
|
1 年之前 |
Sam Lantinga
|
9493e6974f
Validate window pointer before sending events for it
|
1 年之前 |
Sam Lantinga
|
627cb8acd0
SDL_EventFilter functions now return SDL_bool
|
1 年之前 |
Sam Lantinga
|
457ca3995c
Added SDL_GetWindowSafeArea()
|
1 年之前 |
Sam Lantinga
|
b37b94453c
Fixed multi-window test programs not quitting when windows are closed
|
1 年之前 |
Frank Praznik
|
b1061a3ec1
video: Rename 'state_not_floating' to the more descriptive 'tiled'
|
1 年之前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年之前 |
Frank Praznik
|
4fd778119b
video: Implement asynchronous windowing
|
2 年之前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 年之前 |
Frank Praznik
|
44536b7537
Add and event and flag to report when a window has been occluded
|
2 年之前 |
Frank Praznik
|
bee6099372
events: Emit an event when a window is destroyed
|
2 年之前 |
Frank Praznik
|
e987c4a463
video: Add the concept of child popup windows
|
3 年之前 |
Sam Lantinga
|
2897de9efc
Clear the undefined position state when the window is placed
|
3 年之前 |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
3 年之前 |
Sam Lantinga
|
ac75fe9324
Folded SDL_WINDOW_FULLSCREEN_EXCLUSIVE and SDL_WINDOW_FULLSCREEN_DESKTOP into a single SDL_WINDOW_FULLSCREEN flag
|
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
|
df7639f100
Call SDL_OnWindow* handlers after the event has been delivered
|
3 年之前 |
Sam Lantinga
|
432af82a88
Don't deliver window events while it's being destroyed
|
3 年之前 |
Sam Lantinga
|
bf4095359c
Removed duplicated window size events, and added SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED
|
3 年之前 |
Sam Lantinga
|
e83c54f271
SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP are now distinct flags
|
3 年之前 |
Sam Lantinga
|
7b50bae524
Renamed SDL events for clarity
|
3 年之前 |
Sam Lantinga
|
c8dfc6b475
Fixing window being incorrect size when using win+shift+arrow to move new big picture mode between displays
|
3 年之前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 年之前 |