SDL/src/video
Frank Praznik 6119ac8bb4 wayland: Don't round trip when setting the initial minimized and maximized states during window creation
Don't perform a round trip when setting the minimized and maximized window states during initial window creation, as it will be done later in the window creation process.
2023-04-02 10:51:37 -04:00
..
android Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
arm video: fix ARM neon and simd 2023-03-15 14:54:20 +01:00
cocoa Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
dummy Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
emscripten Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
haiku Haiku: use a BLooper for events, only create a BApplication when it doesn't already exist. (#7555) 2023-03-30 07:12:10 -07:00
khronos Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
kmsdrm Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
n3ds Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
ngage Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
offscreen Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
ps2 Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
psp Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
qnx Rename files under src/video/qnx 2023-03-27 15:33:08 -07:00
raspberry Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
riscos Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
uikit Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
vita Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
vivante Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
wayland wayland: Don't round trip when setting the initial minimized and maximized states during window creation 2023-04-02 10:51:37 -04:00
windows Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
winrt Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
x11 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
yuv2rgb Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit.c Fix various warnings: static /void / comma 2023-03-06 12:37:37 +01:00
SDL_blit.h Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit_0.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_blit_1.c Fixed Visual Studio warning 4244 2023-03-30 14:04:32 -07:00
SDL_blit_A.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit_auto.c Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl 2023-03-16 20:25:59 +01:00
SDL_blit_auto.h Refresh generation of SDL_blit_auto.c 2023-03-16 20:25:59 +01:00
SDL_blit_copy.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit_copy.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_N.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit_slow.c Fixed build error 2023-03-30 10:48:48 -07:00
SDL_blit_slow.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_bmp.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_clipboard.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_egl.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_egl_c.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_fillrect.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_pixels.c Fixed Visual Studio warning 4244 2023-03-30 14:04:32 -07:00
SDL_pixels_c.h - simplication and factorization around CalculateSize and Pitch, RGB/YUV 2023-03-30 12:05:35 +02:00
SDL_rect.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_impl.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_RLEaccel.c Fixed Visual Studio warning 4244 2023-03-30 14:04:32 -07:00
SDL_RLEaccel_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_shape.c SDL_CreateWindow() has been simplified and no longer takes a window position. 2023-03-06 09:50:12 -08:00
SDL_shape_internals.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_stretch.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_surface.c Fixed Visual Studio warning 4244 2023-03-30 14:04:32 -07:00
SDL_sysvideo.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_video.c Added SDL_CreateWindowWithPosition() 2023-03-31 17:21:44 -07:00
SDL_video_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_vulkan_internal.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_vulkan_utils.c Fixed Visual Studio warning 4701 2023-03-30 14:02:02 -07:00
SDL_yuv.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_yuv_c.h - simplication and factorization around CalculateSize and Pitch, RGB/YUV 2023-03-30 12:05:35 +02:00
sdlgenblit.pl Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl 2023-03-16 20:25:59 +01:00