.. |
atomic
|
Rename SDL_atomic_t to SDL_AtomicInt
|
2023-03-09 09:00:09 -08:00 |
audio
|
SDL_intrin.h: define SDL_<simd>_INTRINSICS in user-visible header
|
2023-03-21 23:03:02 +03:00 |
core
|
SDL_threadprio.c uses SCHED_RR and SCHED_FIFO from sched.h
|
2023-03-15 14:54:20 +01:00 |
cpuinfo
|
Sunset SDL_HasRDTSC
|
2023-03-27 06:12:49 +00:00 |
dynapi
|
Sunset SDL_HasRDTSC
|
2023-03-27 06:12:49 +00:00 |
events
|
events: Increase the size of the name buffer when logging events
|
2023-03-26 13:01:26 -04:00 |
file
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
filesystem
|
SDL_GetBasePath simplification for Haiku.
|
2023-03-12 08:29:42 -04:00 |
haptic
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
hidapi
|
Fixed signed/unsigned warnings
|
2023-03-08 12:36:44 -08:00 |
joystick
|
Added gamepad mapping for Flydigi Vader 2 with the latest firmware (6.0.4.9)
|
2023-03-16 20:01:45 -07:00 |
libm
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
loadso
|
Functions which return function pointers now return SDL_FunctionPointer instead of void*
|
2023-01-09 15:46:21 -08:00 |
locale
|
Change return type from void to int, for functions that set an error
|
2023-02-07 13:51:45 -08:00 |
main/winrt
|
Remove SDL3_main from build systems, remove most of src/main/*
|
2022-12-15 08:01:01 -08:00 |
misc
|
Addressed comments
|
2023-01-10 06:19:40 -08:00 |
power
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
render
|
fixed uninitialized warnings from gcc7, gcc8, and gcc9.
|
2023-03-22 01:56:20 +03:00 |
sensor
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
stdlib
|
Implement _intel_fast_(memcpy|memset)
|
2023-03-27 06:12:49 +00:00 |
test
|
Add some color in testautomation logs!
|
2023-03-24 13:55:20 -07:00 |
thread
|
Rename SDL_atomic_t to SDL_AtomicInt
|
2023-03-09 09:00:09 -08:00 |
timer
|
Rename SDL_atomic_t to SDL_AtomicInt
|
2023-03-09 09:00:09 -08:00 |
video
|
video: Try to match the requested video mode when moving fullscreen windows
|
2023-03-26 12:50:32 -04:00 |
SDL.c
|
Add error returns to void functions that can fail/set errors.
|
2023-02-09 07:23:21 -08:00 |
SDL_assert.c
|
Only minimize the window for an assert if it's in exclusive fullscreen mode
|
2023-02-01 12:05:25 -08:00 |
SDL_assert_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_dataqueue.c
|
dataqueue: Make thread safe.
|
2023-03-02 16:35:16 -05:00 |
SDL_dataqueue.h
|
dataqueue: Make thread safe.
|
2023-03-02 16:35:16 -05:00 |
SDL_error.c
|
Remove disabled self test main functions in src/SDL_error.c
|
2023-02-01 20:14:48 +01:00 |
SDL_error_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_guid.c
|
Add error returns to void functions that can fail/set errors.
|
2023-02-09 07:23:21 -08:00 |
SDL_hints.c
|
SDL_AddHintCallback() now returns a standard int result instead of void
|
2023-01-09 12:09:30 -08:00 |
SDL_hints_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_internal.h
|
SDL_intrin.h: define SDL_<simd>_INTRINSICS in user-visible header
|
2023-03-21 23:03:02 +03:00 |
SDL_list.c
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_list.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_log.c
|
Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR
|
2023-01-19 08:04:40 -08:00 |
SDL_log_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_utils.c
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
SDL_utils_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |