| .. |
|
android
|
ea5f59c234
Removed unused code
|
2 年 前 |
|
arm
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
cocoa
|
a7eea9997d
macOS: Don't raise the parent top-level window when raising a child window, only raise the child window to the top of the parent
|
2 年 前 |
|
dummy
|
b8d91252c6
Fixed automation tests using the dummy video driver
|
2 年 前 |
|
emscripten
|
5008521538
emscripten: Restore compatibility with existing emsdk releases.
|
2 年 前 |
|
gdk
|
c886e80675
gdk: Virtual keyboard and text input backend
|
3 年 前 |
|
haiku
|
d3bcc3f057
Fixed build errors when OpenGL isn't enabled
|
2 年 前 |
|
khronos
|
611b3dd1fd
remove unused vulkan/*.hpp files.
|
3 年 前 |
|
kmsdrm
|
363f4fa9c1
avoid type redefinition errors after commit ee806597b9.
|
2 年 前 |
|
n3ds
|
68a4bb01e0
Allocate displays as an array of pointers instead of an array of objects
|
2 年 前 |
|
ngage
|
c065a9b128
Fix some issues caught by check_stdlib_usage.py
|
3 年 前 |
|
offscreen
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
3 年 前 |
|
ps2
|
c699f3d1d8
Updated SDL high DPI support
|
3 年 前 |
|
psp
|
c699f3d1d8
Updated SDL high DPI support
|
3 年 前 |
|
qnx
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
raspberry
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
riscos
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
3 年 前 |
|
uikit
|
e5739d7d1f
video: Remove SDL_GetFocusWindow()
|
2 年 前 |
|
vita
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
vivante
|
363f4fa9c1
avoid type redefinition errors after commit ee806597b9.
|
2 年 前 |
|
wayland
|
836927edf8
wayland: Try to skip the Wayland driver if not connecting to or in a Wayland session
|
2 年 前 |
|
windows
|
723835d16a
Windows: fix for client rect resizing larger each time we came from exclusive fullscreen -> windowed on a monitor with HiDPI set. The problem was we were using the monitor DPI rather than the window DPI so AdjustWindowRectExForDpi was giving us an incorrect size which would be too large for the client rect. Closes #8237.
|
2 年 前 |
|
winrt
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
x11
|
65aaf3a9ab
x11: Always update clipboard owner
|
2 年 前 |
|
yuv2rgb
|
4d2f9f3a32
yuv_rgb: Comment out unused code.
|
2 年 前 |
|
SDL_RLEaccel.c
|
3c04be4486
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
|
3 年 前 |
|
SDL_RLEaccel_c.h
|
fde78d12f2
Updated copyright for 2023
|
3 年 前 |
|
SDL_blit.c
|
3c04be4486
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
|
3 年 前 |
|
SDL_blit.h
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
3 年 前 |
|
SDL_blit_0.c
|
70e43c150e
Added support for blitting SDL_PIXELFORMAT_INDEX1LSB
|
3 年 前 |
|
SDL_blit_1.c
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_blit_A.c
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_blit_N.c
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
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
|
4cd0c13823
blit_slow: don't read destination pixel when you're going to discard it anyways
|
2 年 前 |
|
SDL_blit_slow.h
|
fde78d12f2
Updated copyright for 2023
|
3 年 前 |
|
SDL_bmp.c
|
4355f9cec5
Fixed warning C4389: '!=': signed/unsigned mismatch
|
2 年 前 |
|
SDL_clipboard.c
|
ddb817a1af
Only clear the clipboard if setting empty text
|
3 年 前 |
|
SDL_clipboard_c.h
|
55ff09de38
Reimplement clipboard text in terms of clipboard data
|
3 年 前 |
|
SDL_egl.c
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_egl_c.h
|
81ff49f4b5
Remove _THIS in src/video and in src/events (also VideoDevice)
|
3 年 前 |
|
SDL_fillrect.c
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 年 前 |
|
SDL_pixels.c
|
79a190aa23
Fixed setting invalid bpp for FOURCC formats in SDL_GetMasksForPixelFormatEnum()
|
2 年 前 |
|
SDL_pixels_c.h
|
cae6b4489d
- simplication and factorization around CalculateSize and Pitch, RGB/YUV
|
3 年 前 |
|
SDL_rect.c
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_rect_c.h
|
fde78d12f2
Updated copyright for 2023
|
3 年 前 |
|
SDL_rect_impl.h
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_shape.c
|
04edb38cdf
shape: Use SDL[Test]_ReadSurfacePixel
|
2 年 前 |
|
SDL_shape_internals.h
|
fde78d12f2
Updated copyright for 2023
|
3 年 前 |
|
SDL_stretch.c
|
ddbdd73258
Updated source to match SDL function prototype style
|
3 年 前 |
|
SDL_surface.c
|
f5745c3a67
surface: Add a private SDL_ReadSurfacePixel
|
2 年 前 |
|
SDL_surface_pixel_impl.h
|
0d68f45879
test: Extract SDLTest_ReadSurfacePixel
|
2 年 前 |
|
SDL_sysvideo.h
|
fca2f53189
Fixed warning: this function declaration is not a prototype
|
2 年 前 |
|
SDL_video.c
|
e1789b320e
video: Streamline a little deinit code.
|
2 年 前 |
|
SDL_video_c.h
|
f5745c3a67
surface: Add a private SDL_ReadSurfacePixel
|
2 年 前 |
|
SDL_vulkan_internal.h
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |
|
SDL_vulkan_utils.c
|
b078122c53
Fixed Visual Studio warning 4701
|
3 年 前 |
|
SDL_yuv.c
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
3 年 前 |
|
SDL_yuv_c.h
|
cae6b4489d
- simplication and factorization around CalculateSize and Pitch, RGB/YUV
|
3 年 前 |
|
sdlgenblit.pl
|
37e567994d
Fix remaining typos (#7921)
|
3 年 前 |