SDL/src/video
Frank Praznik baacbeb4c4
wayland: Make sure the correct cached window dimensions are used when a config size of 0,0 is received
The window may be in a maximized or tiled state, in which case, don't use the floating size.
2024-05-23 11:13:02 -04:00
..
android Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
arm
cocoa Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
dummy Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
emscripten Renaming SDLK_QUOTE and SDLK_BACKQUOTE 2024-05-13 11:11:11 -07:00
gdk Removed SDL_TextInputShown() 2024-03-25 13:26:23 -07:00
haiku Renaming SDLK_QUOTE and SDLK_BACKQUOTE 2024-05-13 11:11:11 -07:00
khronos Updated to the latest version of the Vulkan SDK 2024-04-15 16:05:32 -07:00
kmsdrm Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
n3ds remove most of SDL_OutOfMemory() calls where SDL is the allocator. 2024-05-08 20:00:50 +03:00
ngage Use the correct device ID (global or default or specific) based on context 2024-03-23 16:31:00 -07:00
offscreen Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
ps2
psp thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
qnx Removing function macro SDL_TABLESIZE() 2024-04-29 13:52:48 -07:00
raspberry Use the correct device ID (global or default or specific) based on context 2024-03-23 16:31:00 -07:00
riscos Use SDL_MessageBoxFlags and SDL_MessageBoxButtonFlags appropriately 2024-05-07 13:41:12 -07:00
uikit Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
vita Added SDL_GetKeyboardName() and SDL_GetMouseName() 2024-03-23 16:31:00 -07:00
vivante Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
wayland wayland: Make sure the correct cached window dimensions are used when a config size of 0,0 is received 2024-05-23 11:13:02 -04:00
windows win32: Fix maximized windows when leaving fullscreen 2024-05-21 18:57:55 -04:00
winrt thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
x11 video: Disable mouse warp on fullscreen transitions for Wayland and XWayland 2024-05-18 10:00:53 -04:00
yuv2rgb Additional colorspace clarification 2024-03-05 16:47:36 -08:00
SDL_blit.c SDL_blit: remove SDL_BLIT_CPU_FEATURES override 2024-03-23 16:36:44 -07:00
SDL_blit.h surface: SDL_blit is not used in the public API, remove it from headers. 2024-05-03 12:57:09 -04:00
SDL_blit_0.c
SDL_blit_1.c
SDL_blit_A.c
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c video: Remove MMX codepath from SDL_BlitCopy. 2024-05-20 16:37:41 -04:00
SDL_blit_copy.h
SDL_blit_N.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_blit_slow.c
SDL_blit_slow.h
SDL_bmp.c Removed mostly unused SDL_errorcode 2024-05-07 15:45:06 -07:00
SDL_clipboard.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_clipboard_c.h
SDL_egl.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_egl_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_fillrect.c
SDL_pixels.c Fixed SDL_MapRGB(), SDL_MapRGBA(), SDL_GetRGB() and SDL_GetRGBA() when used with 10-bit pixel formats 2024-03-26 10:40:40 -07:00
SDL_pixels_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_rect.c
SDL_rect_c.h
SDL_rect_impl.h
SDL_RLEaccel.c Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 2024-05-16 10:22:15 -07:00
SDL_RLEaccel_c.h
SDL_stretch.c
SDL_surface.c Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 2024-05-16 10:22:15 -07:00
SDL_sysvideo.h video: Rename 'state_not_floating' to the more descriptive 'tiled' 2024-05-23 10:35:58 -04:00
SDL_video.c Try to center windows in the usable bounds if they fit 2024-05-20 15:00:26 -07:00
SDL_video_c.h
SDL_video_unsupported.c Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:09:09 -07:00
SDL_vulkan_internal.h Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
SDL_vulkan_utils.c Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
SDL_yuv.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_yuv_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
sdlgenblit.pl