| .. |
|
android
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
cocoa
|
Fixed compiler warning building for macOS
|
2024-08-02 20:27:33 -07:00 |
|
directx
|
d3d12.h, d3d12sdklayers.h: fix build against older mingw-w64 versions.
|
2024-08-01 21:45:02 +03:00 |
|
dummy
|
dummyvideo: Change a thing returning a 0 pointer to return NULL instead.
|
2024-07-16 14:17:02 -04:00 |
|
emscripten
|
Added SDL_CursorData for internal cursor data
|
2024-08-01 13:48:28 -07: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
|
Updated to the latest version of the Vulkan SDK
|
2024-04-15 16:05:32 -07:00 |
|
kmsdrm
|
Added SDL_CursorData for internal cursor data
|
2024-08-01 13:48:28 -07:00 |
|
n3ds
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
ngage
|
Renamed driverdata to internal
|
2024-07-16 17:17:13 -07:00 |
|
offscreen
|
Renamed driverdata to internal
|
2024-07-16 17:17:13 -07:00 |
|
ps2
|
video: Fixed remaining return 0 to use NULL in CreateDevice implementations.
|
2024-07-16 14:26:30 -04:00 |
|
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_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
vita
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
vivante
|
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 |
|
wayland
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
windows
|
Don't use alloca() in a loop, we might overflow the stack.
|
2024-08-02 21:38:29 -07:00 |
|
winrt
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
x11
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
yuv2rgb
|
Additional colorspace clarification
|
2024-03-05 16:47:36 -08:00 |
|
SDL_blit.c
|
Group the blit copy flags to simplify code
|
2024-08-01 13:48:28 -07:00 |
|
SDL_blit.h
|
Group the blit copy flags to simplify code
|
2024-08-01 13:48:28 -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_auto.c
|
Group the blit copy flags to simplify code
|
2024-08-01 13:48:28 -07:00 |
|
SDL_blit_auto.h
|
Implement fast 255 mult-div in SDL_blit_auto
|
2024-07-08 10:53:46 -07:00 |
|
SDL_blit_copy.c
|
video: Remove MMX codepath from SDL_BlitCopy.
|
2024-05-20 16:37:41 -04:00 |
|
SDL_blit_copy.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_blit_N.c
|
SDL_getenv() should return const
|
2024-07-22 13:00:39 -07:00 |
|
SDL_blit_slow.c
|
Group the blit copy flags to simplify code
|
2024-08-01 13:48:28 -07:00 |
|
SDL_blit_slow.h
|
Added a slow blit function to handle large pixel formats and colorspace conversion
|
2024-01-31 09:50:46 -08:00 |
|
SDL_bmp.c
|
Added SDL_CreateSurfacePalette()
|
2024-07-13 14:31:28 -07:00 |
|
SDL_clipboard.c
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
SDL_clipboard_c.h
|
mark SDL_ClipboardTextCallback as SDLCALL
|
2024-02-11 18:55:40 +03:00 |
|
SDL_egl.c
|
Cleaned up various type conversion issues
|
2024-03-07 06:58:43 -08:00 |
|
SDL_egl_c.h
|
Renamed driverdata to internal
|
2024-07-16 17:17:13 -07:00 |
|
SDL_fillrect.c
|
Simplified SDL_Surface
|
2024-07-10 00:48:18 -07:00 |
|
SDL_pixels.c
|
Don't recalculate the blit mapping when changing surfaces
|
2024-07-21 11:39:38 -07:00 |
|
SDL_pixels_c.h
|
Don't recalculate the blit mapping when changing surfaces
|
2024-07-21 11:39:38 -07:00 |
|
SDL_rect.c
|
Prevent potential overflow in rectangle functions
|
2024-07-21 13:04:11 -07:00 |
|
SDL_rect_c.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_rect_impl.h
|
Prevent potential overflow in rectangle functions
|
2024-07-21 13:04:11 -07:00 |
|
SDL_RLEaccel.c
|
Don't recalculate the blit mapping when changing surfaces
|
2024-07-21 11:39:38 -07:00 |
|
SDL_RLEaccel_c.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_stretch.c
|
Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER
|
2024-07-21 09:36:22 -07:00 |
|
SDL_surface.c
|
Added SDL_AddSurfaceAlternateImage(), SDL_SurfaceHasAlternateImages(), SDL_GetSurfaceImages() and SDL_RemoveSurfaceAlternateImages()
|
2024-08-01 13:48:28 -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
|
Added SDL_StartTextInputWithProperties()
|
2024-08-02 14:49:37 -07:00 |
|
SDL_video.c
|
Added an error message when SDL_GetWindowFromID() fails
|
2024-08-02 18:43:24 -07:00 |
|
SDL_video_c.h
|
fix type redefinition error after commit dfe4445214
|
2024-05-28 11:00:02 +03:00 |
|
SDL_video_unsupported.c
|
Finished renaming functions in SDL_system.h
|
2024-07-16 09:35:49 -07:00 |
|
SDL_vulkan_internal.h
|
Fixed the return value of SDL_Vulkan_CreateSurface() on the Vivante platform
|
2024-07-10 20:32:47 -07:00 |
|
SDL_vulkan_utils.c
|
Fixed the return value of SDL_Vulkan_CreateSurface() on the Vivante platform
|
2024-07-10 20:32:47 -07:00 |
|
SDL_yuv.c
|
Simplified SDL_Surface
|
2024-07-10 00:48:18 -07:00 |
|
SDL_yuv_c.h
|
Simplified SDL_Surface
|
2024-07-10 00:48:18 -07:00 |
|
sdlgenblit.pl
|
Group the blit copy flags to simplify code
|
2024-08-01 13:48:28 -07:00 |