SDL/src/video
Frank Praznik bc448fa445 win32: Use the nearest monitor size for calculating maximized window dimensions
Default to using the nearest monitor, instead of null, as a null monitor can be sent when restoring from minimized, which results in the restored, maximized window being the wrong size.
2024-12-27 18:17:55 -05:00
..
android Refactor Android input handling and add pen support 2024-12-26 23:50:11 -05:00
cocoa Allow rendering during the modal resize loop on macOS 2024-12-23 11:46:35 -08:00
directx Renamed Gpu to GPU 2024-08-29 17:33:52 -07:00
dummy video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
emscripten video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
gdk Fix additional calloc-transposed-args warnings 2024-09-08 19:28:11 -07:00
haiku video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
khronos Supress Metal warning when compiling against macOS 10.11-10.13 2024-10-29 20:03:18 -07:00
kmsdrm kmsdrm: Fix Vulkan type redefinition errors from commit 24ed947cc3 2024-12-05 19:52:19 -05:00
n3ds Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
offscreen video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
openvr Updated raw input events to match SDL style 2024-12-21 05:18:42 -08:00
ps2 Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
psp Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
qnx video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
raspberry Fixed building on Raspberry Pi 2024-09-06 08:54:05 -07:00
riscos Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
uikit Reset text field content on text input stop 2024-12-26 10:03:34 -08:00
vita Vita: implement mousewheel and buttons 4/5 2024-11-27 08:23:16 -08:00
vivante loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 2024-10-01 12:16:10 -04:00
wayland wayland: Use the proper popup coordinates if the position is set while the window is hidden 2024-12-27 12:58:53 -05:00
windows win32: Use the nearest monitor size for calculating maximized window dimensions 2024-12-27 18:17:55 -05:00
x11 x11: Don't overwrite popup window coordinates when changing the size 2024-12-27 12:58:53 -05:00
yuv2rgb Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_RLEaccel.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_RLEaccel_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_blit.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit.h Allow for more fine tuning of Duff's device routines 2024-10-12 11:16:46 -07:00
SDL_blit_0.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_1.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_A.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_N.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_auto.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_auto.h Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit_copy.c Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00
SDL_blit_copy.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_blit_slow.c Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00
SDL_blit_slow.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_bmp.c Validate that pixel formats have the correct attributes 2024-11-17 11:58:57 -08:00
SDL_clipboard.c Set size parameter in SDL_GetClipboardData() 2024-10-13 08:59:50 -07:00
SDL_clipboard_c.h clipboard: include mime types in SDL_ClipboarUpdate 2024-10-05 18:19:10 -07:00
SDL_egl.c Improve support for private platforms (#11220) 2024-10-15 18:02:07 -04:00
SDL_egl_c.h video: Change SDL_GLattr to SDL_GLAttr. 2024-10-23 18:50:52 -04:00
SDL_fillrect.c Speed up full-surface fills 2024-11-24 17:44:00 -08:00
SDL_pixels.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_pixels_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_rect.c Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_rect_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_rect_impl.h Fixed Cohen-Sutherland out code computation for float line intersection 2024-10-13 13:04:59 -07:00
SDL_stretch.c Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00
SDL_surface.c SDL_SoftStretch() doesn't handle large pixel formats 2024-12-21 09:19:03 -08:00
SDL_surface_c.h Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00
SDL_sysvideo.h Allow rendering during the modal resize loop on macOS 2024-12-23 11:46:35 -08:00
SDL_video.c video: Don't overwrite pending size values when setting the window min/max 2024-12-27 18:08:26 -05:00
SDL_video_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_video_unsupported.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_vulkan_internal.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_vulkan_utils.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_yuv.c Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_yuv_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
sdlgenblit.pl Fix `#ifdef`s to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00