.. |
android
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
arm
|
9cb5f0bfc6
video: fix ARM neon and simd
|
2 lat temu |
cocoa
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
dummy
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 lat temu |
emscripten
|
824b9b0a58
Removed SDL_GetDisplayDPI()
|
2 lat temu |
haiku
|
698dbd8464
SDL_CreateWindow() has been simplified and no longer takes a window position.
|
2 lat temu |
khronos
|
239423e205
vulkan_metal.h: Make compatible with ObjC ARC
|
2 lat temu |
kmsdrm
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
n3ds
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
2 lat temu |
ngage
|
6b137579ea
Windows default to fullscreen desktop mode if they don't pick an explicit video mode
|
2 lat temu |
offscreen
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 lat temu |
ps2
|
24fec13ac1
Add full high DPI information to SDL_DisplayMode
|
2 lat temu |
psp
|
a2251d1093
SDL_SetWindowIcon now reports errors. (#7081)
|
2 lat temu |
raspberry
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
riscos
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
2 lat temu |
uikit
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
2 lat temu |
vita
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
vivante
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
wayland
|
a8ea8db6d7
wayland: Update the popup window geometry on configure events
|
2 lat temu |
windows
|
08d5c1386e
Fixed always on top windows on Windows
|
2 lat temu |
winrt
|
cee245b6a9
SDL_*SceenSaver(): change return value to int. // add SDL_Unsupported() errors
|
2 lat temu |
x11
|
c7ab378c61
We don't need to track whether we were hidden by parent focus change
|
2 lat temu |
yuv2rgb
|
46de6241d7
cmake: Allow build system to disable loongarch intrinsics
|
2 lat temu |
SDL_RLEaccel.c
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
2 lat temu |
SDL_RLEaccel_c.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_blit.c
|
9b065bf54b
Fix various warnings: static /void / comma
|
2 lat temu |
SDL_blit.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_blit_0.c
|
cb6b8b0132
Simplify flags testing (#7220)
|
2 lat temu |
SDL_blit_1.c
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_blit_A.c
|
4681240241
cmake: Detect AVX + allow build system to disable Intel intrinsics
|
2 lat temu |
SDL_blit_N.c
|
d27db3defa
cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC
|
2 lat temu |
SDL_blit_auto.c
|
b95b203116
Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl
|
2 lat temu |
SDL_blit_auto.h
|
ad1a216d65
Refresh generation of SDL_blit_auto.c
|
2 lat temu |
SDL_blit_copy.c
|
4681240241
cmake: Detect AVX + allow build system to disable Intel intrinsics
|
2 lat temu |
SDL_blit_copy.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_blit_slow.c
|
99668c286b
Simplify SDL_BLENDMODE_MUL
|
2 lat temu |
SDL_blit_slow.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_bmp.c
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_clipboard.c
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_egl.c
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
SDL_egl_c.h
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 lat temu |
SDL_fillrect.c
|
4681240241
cmake: Detect AVX + allow build system to disable Intel intrinsics
|
2 lat temu |
SDL_pixels.c
|
e2e5e670bf
Remove returns int from Destroy/Close/Unlock functions
|
2 lat temu |
SDL_pixels_c.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_rect.c
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_rect_c.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_rect_impl.h
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
2 lat temu |
SDL_shape.c
|
698dbd8464
SDL_CreateWindow() has been simplified and no longer takes a window position.
|
2 lat temu |
SDL_shape_internals.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_stretch.c
|
fc4085b54e
cmake: Allow build system to disable arm neon intrinsics
|
2 lat temu |
SDL_surface.c
|
3bd737d44c
Add error returns to void functions that can fail/set errors.
|
2 lat temu |
SDL_sysvideo.h
|
e987c4a463
video: Add the concept of child popup windows
|
2 lat temu |
SDL_video.c
|
5da9e99da0
Fixed bug #7462 - 8888 as default GL backbuffer red/green/blue/alpha bit sizes
|
2 lat temu |
SDL_video_c.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_vulkan_internal.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_vulkan_utils.c
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
SDL_yuv.c
|
46de6241d7
cmake: Allow build system to disable loongarch intrinsics
|
2 lat temu |
SDL_yuv_c.h
|
fde78d12f2
Updated copyright for 2023
|
2 lat temu |
sdlgenblit.pl
|
41b8fee833
Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl
|
2 lat temu |