SDL/src/video
Sam Lantinga 83adcb9d38 Added SDL_PROP_WINDOW_CREATE_FLAGS_NUMBER
This is undocumented since the individual flags are separate window creation properties, but it's useful to have a shared definition for this, which is used internally and for migrating code from SDL2.
2024-08-15 13:33:06 -07:00
..
android Added SDL_HINT_OPENGL_LIBRARY and SDL_HINT_VULKAN_LIBRARY 2024-08-05 08:54:10 -07:00
cocoa pen: Add support for tangential pressure axis. 2024-08-11 18:00:13 -04:00
directx d3d12: Generate Xbox C macros, adjust SDL_Render files accordingly 2024-08-06 16:05:10 -04:00
dummy Added SDL_HINT_VIDEO_DUMMY_SAVE_FRAMES and SDL_HINT_VIDEO_OFFSCREEN_SAVE_FRAMES 2024-08-05 08:54:10 -07:00
emscripten pen: Fixed a comment about Web APIs. 2024-08-12 00:58:27 -04:00
gdk Added SDL_StartTextInputWithProperties() 2024-08-02 14:49:37 -07:00
haiku Added SDL_CursorData for internal cursor data 2024-08-01 13:48:28 -07:00
khronos
kmsdrm Use drmModeAddFB() if drmModeAddFB2WithModifiers() fails 2024-08-15 11:51:46 -07:00
n3ds Added SDL_StartTextInputWithProperties() 2024-08-02 14:49:37 -07:00
ngage Removed the SDL_VIDEO_NGAGE_SAVE_FRAMES environment variable 2024-08-05 08:54:10 -07:00
offscreen Added SDL_HINT_VIDEO_DUMMY_SAVE_FRAMES and SDL_HINT_VIDEO_OFFSCREEN_SAVE_FRAMES 2024-08-05 08:54:10 -07:00
ps2
psp Added SDL_StartTextInputWithProperties() 2024-08-02 14:49:37 -07:00
qnx Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
raspberry Added SDL_CursorData for internal cursor data 2024-08-01 13:48:28 -07:00
riscos riscos: fix -Wunused-variable 2024-07-27 15:19:20 +00:00
uikit Added SDL_SetLogPriorityPrefix() 2024-08-05 09:02:50 -07:00
vita Added hints to replace environment variables on the PlayStation Vita 2024-08-05 08:54:10 -07:00
vivante Added SDL_HINT_OPENGL_LIBRARY and SDL_HINT_VULKAN_LIBRARY 2024-08-05 08:54:10 -07:00
wayland wayland: Minor code-style cleanups 2024-08-13 09:56:03 -04:00
windows Include GameInput.h as gameinput.h for compatibility with non-MSVC toolchains 2024-08-07 17:57:33 -07:00
winrt Added SDL_StartTextInputWithProperties() 2024-08-02 14:49:37 -07:00
x11 Fix xsettings list copy 2024-08-11 06:58:03 -07:00
yuv2rgb
SDL_RLEaccel.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_RLEaccel_c.h
SDL_blit.c Group the blit copy flags to simplify code 2024-08-01 13:48:28 -07:00
SDL_blit.h Improved color accuracy blitting to 8-bit indexed surfaces 2024-08-12 09:22:59 -07:00
SDL_blit_0.c Fixed some issues found with static analysis 2024-07-27 09:07:42 -07:00
SDL_blit_1.c Fixed some issues found with static analysis 2024-07-27 09:07:42 -07:00
SDL_blit_A.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit_N.c Improved color accuracy blitting to 8-bit indexed surfaces 2024-08-12 09:22:59 -07:00
SDL_blit_auto.c Group the blit copy flags to simplify code 2024-08-01 13:48:28 -07:00
SDL_blit_auto.h
SDL_blit_copy.c
SDL_blit_copy.h
SDL_blit_slow.c Improved color accuracy blitting floating point surfaces to 8-bit indexed surfaces 2024-08-12 11:50:32 -07:00
SDL_blit_slow.h
SDL_bmp.c
SDL_clipboard.c Removed temporary memory from the API 2024-07-26 20:59:14 -07:00
SDL_clipboard_c.h
SDL_egl.c Allow SDL hints to override OpenGL extension availability 2024-08-05 08:54:10 -07:00
SDL_egl_c.h
SDL_fillrect.c
SDL_pixels.c Improved color accuracy blitting to 8-bit indexed surfaces 2024-08-12 09:22:59 -07:00
SDL_pixels_c.h Improved color accuracy blitting to 8-bit indexed surfaces 2024-08-12 09:22:59 -07:00
SDL_rect.c Prevent potential overflow in rectangle functions 2024-07-21 13:04:11 -07:00
SDL_rect_c.h
SDL_rect_impl.h Prevent potential overflow in rectangle functions 2024-07-21 13:04:11 -07:00
SDL_stretch.c Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER 2024-07-21 09:36:22 -07:00
SDL_surface.c If scaling fails, fall back to the closest image available in SDL_GetSurfaceImage() 2024-08-15 07:38:43 -07:00
SDL_surface_c.h Added SDL_AddSurfaceAlternateImage(), SDL_SurfaceHasAlternateImages(), SDL_GetSurfaceImages() and SDL_RemoveSurfaceAlternateImages() 2024-08-01 13:48:28 -07:00
SDL_sysvideo.h video: Support multiple video driver entries having the same name string 2024-08-03 06:55:24 -07:00
SDL_video.c Added SDL_PROP_WINDOW_CREATE_FLAGS_NUMBER 2024-08-15 13:33:06 -07:00
SDL_video_c.h
SDL_video_unsupported.c
SDL_vulkan_internal.h
SDL_vulkan_utils.c Added SDL_HINT_VULKAN_DISPLAY 2024-08-05 08:54:10 -07:00
SDL_yuv.c
SDL_yuv_c.h
sdlgenblit.pl Group the blit copy flags to simplify code 2024-08-01 13:48:28 -07:00