SDL/src/video
Sam Lantinga eaf17050b4 Allow popup windows to be raised through SDL_RaiseWindow
- This allows specific child popup windows to be activated explicitly.
2023-04-26 16:31:18 -07:00
..
android Android: need to save/restore the swap interval / vsync 2023-04-12 11:09:59 +02:00
arm video: fix ARM neon and simd 2023-03-15 14:54:20 +01:00
cocoa Fix key code names for ISO keyboard layouts 2023-04-05 17:03:05 -07: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: Fixes a memory leak wheere primary selection isn't freed 2023-04-24 11:59:39 -07:00
windows Fix win32 windows with WS_EX_COMPOSITED style continuing to receive WM_PAINT messages after ValidateRect 2023-04-07 06:20:28 -07:00
winrt Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
x11 Fix pop-up windows changing position for each HideWindow()/ShowWindow() cycle 2023-04-06 15:12:09 -07: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 Check return value of SDL_malloc() 2023-04-23 08:57:12 -04: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 SDL_ConvertSurface(): add null pointer check 2023-04-23 17:43:10 -07:00
SDL_sysvideo.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_video.c Allow popup windows to be raised through SDL_RaiseWindow 2023-04-26 16:31:18 -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