Frank Praznik 8f9a562969 wayland: Remove vestigial struct member 5 hónapja
..
android 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 7 hónapja
cocoa 344546b4ea cocoa: Make sure GL context destruction happens on the main thread. 6 hónapja
directx d70578b9aa Renamed Gpu to GPU 7 hónapja
dummy 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
emscripten 4ea26a7771 emscripten: scale mousewheel X coordinates correctly, not just Y coordinates. 6 hónapja
gdk a57f6c4af3 Fix additional calloc-transposed-args warnings 7 hónapja
haiku 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 6 hónapja
khronos 3d2c8c510d add GLES3 headers from Khronos for OpenVR video driver. 6 hónapja
kmsdrm 0faf9dc4a4 kmsdrm: Support sorting displays via the priority hint 6 hónapja
n3ds 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
ngage 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 7 hónapja
offscreen 9ab140fad8 offscreen: Fix bogus surface pointer assignment 7 hónapja
openvr 93471cf78d video/openvr: minor clean-up: 6 hónapja
ps2 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
psp a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 hónapja
qnx 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 7 hónapja
raspberry 4c382aafcd Fixed building on Raspberry Pi 7 hónapja
riscos 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 7 hónapja
uikit f9d490045b Fixed uikit crash when GLES is disabled 6 hónapja
vita 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 7 hónapja
vivante 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 6 hónapja
wayland 8f9a562969 wayland: Remove vestigial struct member 5 hónapja
windows 82b3325978 Fixed memory leaks if Windows initialization fails 6 hónapja
x11 731853077a Send drop complete events when the drop leaves the window on Cocoa, Wayland, and X11 6 hónapja
yuv2rgb bb764e3106 Added support for full range BT.709 YUV conversion 6 hónapja
SDL_RLEaccel.c 9023a199dd Fixed crash in RLE colorkey blitting 6 hónapja
SDL_RLEaccel_c.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
SDL_blit.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_blit.h fec006a4f9 Allow for more fine tuning of Duff's device routines 6 hónapja
SDL_blit_0.c 3e57d996fe Reduce the size of the SDL_blit_0 alpha code 6 hónapja
SDL_blit_1.c fec006a4f9 Allow for more fine tuning of Duff's device routines 6 hónapja
SDL_blit_A.c fec006a4f9 Allow for more fine tuning of Duff's device routines 6 hónapja
SDL_blit_N.c 40070d899d Refactor Blit_RGB555_ARGB1555 to be more generic 6 hónapja
SDL_blit_auto.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_blit_auto.h 6501e90018 Use C++ style comments consistently in SDL source code 8 hónapja
SDL_blit_copy.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_blit_copy.h 6501e90018 Use C++ style comments consistently in SDL source code 8 hónapja
SDL_blit_slow.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_blit_slow.h 6501e90018 Use C++ style comments consistently in SDL source code 8 hónapja
SDL_bmp.c edb28e79b5 Make SDL_LoadBMP() use true instead of 1 6 hónapja
SDL_clipboard.c 1a1e2e9892 Set size parameter in SDL_GetClipboardData() 6 hónapja
SDL_clipboard_c.h e00b1fdd67 clipboard: include mime types in SDL_ClipboarUpdate 6 hónapja
SDL_egl.c 9af5ffcfbe Improve support for private platforms (#11220) 6 hónapja
SDL_egl_c.h 7108291d0b video: Change SDL_GLattr to SDL_GLAttr. 6 hónapja
SDL_fillrect.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_pixels.c 3cd7e22e8b Fixed converting full range YUV to RGB 6 hónapja
SDL_pixels_c.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
SDL_rect.c 8f546bb3c9 Use C99 bool internally in SDL 8 hónapja
SDL_rect_c.h 8f546bb3c9 Use C99 bool internally in SDL 8 hónapja
SDL_rect_impl.h d7be7fc168 Fixed Cohen-Sutherland out code computation for float line intersection 6 hónapja
SDL_stretch.c 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_surface.c 1cc85c912b Check return value of SDL_small_alloc() 6 hónapja
SDL_surface_c.h 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja
SDL_sysvideo.h 924f719b97 wayland: Get the window content scale from the backend 6 hónapja
SDL_video.c 7108291d0b video: Change SDL_GLattr to SDL_GLAttr. 6 hónapja
SDL_video_c.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
SDL_video_unsupported.c a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 hónapja
SDL_vulkan_internal.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
SDL_vulkan_utils.c 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
SDL_yuv.c bb764e3106 Added support for full range BT.709 YUV conversion 6 hónapja
SDL_yuv_c.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 hónapja
sdlgenblit.pl 3234a3b902 Simplified internal SDL_Surface structure 6 hónapja