Cameron Cawley 05e7dcf8f8 Support returning <8bpp surfaces in SDL_LoadBMP_RW 2 лет назад
..
android 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
arm 37e567994d Fix remaining typos (#7921) 3 лет назад
cocoa e0c45c6c98 Renamed SDL_WINDOW_FOREIGN to SDL_WINDOW_EXTERNAL 2 лет назад
dummy 0907f345cb Added property types: pointer, string, number, float 2 лет назад
emscripten 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
gdk d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
haiku 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
khronos 611b3dd1fd remove unused vulkan/*.hpp files. 3 лет назад
kmsdrm 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
n3ds 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
ngage 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
offscreen 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
ps2 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
psp 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
qnx d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
raspberry 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
riscos 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
uikit 15504da0b8 Fixed mouse wheel scrolling direction on iOS 2 лет назад
vita 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
vivante 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
wayland 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
windows aaf54b09a1 Revert "Cleanup WIN_CreateCursor() code a bit" 2 лет назад
winrt 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
x11 aaf54b09a1 Revert "Cleanup WIN_CreateCursor() code a bit" 2 лет назад
yuv2rgb 4d2f9f3a32 yuv_rgb: Comment out unused code. 2 лет назад
SDL_RLEaccel.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_RLEaccel_c.h fde78d12f2 Updated copyright for 2023 3 лет назад
SDL_blit.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_blit.h f7d40b7594 Added 10-bit pixel formats in addition to SDL_PIXELFORMAT_ARGB2101010 2 лет назад
SDL_blit_0.c 773ec1cfcb Extend blitting support for all <8bpp formats 2 лет назад
SDL_blit_1.c ddbdd73258 Updated source to match SDL function prototype style 3 лет назад
SDL_blit_A.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_blit_N.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_blit_auto.c e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 3 лет назад
SDL_blit_auto.h ad1a216d65 Refresh generation of SDL_blit_auto.c 3 лет назад
SDL_blit_copy.c b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 лет назад
SDL_blit_copy.h fde78d12f2 Updated copyright for 2023 3 лет назад
SDL_blit_slow.c f7d40b7594 Added 10-bit pixel formats in addition to SDL_PIXELFORMAT_ARGB2101010 2 лет назад
SDL_blit_slow.h fde78d12f2 Updated copyright for 2023 3 лет назад
SDL_bmp.c 05e7dcf8f8 Support returning <8bpp surfaces in SDL_LoadBMP_RW 2 лет назад
SDL_clipboard.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_clipboard_c.h 55ff09de38 Reimplement clipboard text in terms of clipboard data 3 лет назад
SDL_egl.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_egl_c.h 81ff49f4b5 Remove _THIS in src/video and in src/events (also VideoDevice) 3 лет назад
SDL_fillrect.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_pixels.c 753bbd199e Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB 2 лет назад
SDL_pixels_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 лет назад
SDL_rect.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_rect_c.h fde78d12f2 Updated copyright for 2023 3 лет назад
SDL_rect_impl.h d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_shape.c aaf54b09a1 Revert "Cleanup WIN_CreateCursor() code a bit" 2 лет назад
SDL_shape_internals.h aaf54b09a1 Revert "Cleanup WIN_CreateCursor() code a bit" 2 лет назад
SDL_stretch.c ddbdd73258 Updated source to match SDL function prototype style 3 лет назад
SDL_surface.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_surface_pixel_impl.h d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_sysvideo.h 229b7b9d50 SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2 лет назад
SDL_sysvideocapture.h 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 2 лет назад
SDL_video.c e0c45c6c98 Renamed SDL_WINDOW_FOREIGN to SDL_WINDOW_EXTERNAL 2 лет назад
SDL_video_c.h f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 лет назад
SDL_video_capture.c 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 2 лет назад
SDL_video_capture_apple.m 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 2 лет назад
SDL_video_capture_c.h 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 2 лет назад
SDL_video_capture_v4l2.c 59f93e20a7 Add SDL Video Capture, with back-end for linux/macos/ios/android 2 лет назад
SDL_video_unsupported.c 25ce87979d Always provide an implementation for all SDL3 symbols 2 лет назад
SDL_vulkan_internal.h 2f92807087 vulkan: SDL_Vulkan_CreateSurface now accepts an app-provided allocator. 2 лет назад
SDL_vulkan_utils.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_yuv.c d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
SDL_yuv_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 лет назад
sdlgenblit.pl 37e567994d Fix remaining typos (#7921) 3 лет назад