| .. |
|
atomic
|
atomic: Solaris needs the _nv variant of atomic_or_uint.
|
2024-06-27 23:50:31 -04:00 |
|
audio
|
Added SDL_HINT_AUDIO_DISK_INPUT_FILE, SDL_HINT_AUDIO_DISK_OUTPUT_FILE, and SDL_HINT_AUDIO_DISK_TIMESCALE
|
2024-08-05 08:54:10 -07:00 |
|
camera
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
core
|
Added SDL_HINT_MUTE_CONSOLE_KEYBOARD
|
2024-08-05 08:54:10 -07:00 |
|
cpuinfo
|
Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment()
|
2024-05-16 10:22:15 -07:00 |
|
dialog
|
Make SDL_URIToLocal available to multiple platforms
|
2024-07-20 12:39:18 -04:00 |
|
dynapi
|
Added SDL_SetLogPriorityPrefix()
|
2024-08-05 09:02:50 -07:00 |
|
events
|
Fixed key names when KEYCODE_OPTION_LATIN_LETTERS is enabled
|
2024-08-05 10:00:02 -07:00 |
|
file
|
SDL_IOFromFile: Apple targets no longer use the app bundle's resources dir.
|
2024-07-29 15:44:51 -04:00 |
|
filesystem
|
Fixed memory leak when SDL_Init() was called multiple times
|
2024-07-27 09:06:52 -07:00 |
|
haptic
|
Note that SDL_HAPTIC_GAIN_MAX should remain an environment variable.
|
2024-08-05 08:54:10 -07:00 |
|
hidapi
|
Added SDL_HINT_HIDAPI_LIBUSB, SDL_HINT_HIDAPI_LIBUSB_WHITELIST, and SDL_HINT_HIDAPI_UDEV
|
2024-08-05 08:54:10 -07:00 |
|
joystick
|
Added SDL_HINT_HIDAPI_LIBUSB, SDL_HINT_HIDAPI_LIBUSB_WHITELIST, and SDL_HINT_HIDAPI_UDEV
|
2024-08-05 08:54:10 -07:00 |
|
libm
|
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
|
2024-06-24 11:49:15 -07:00 |
|
loadso
|
Fix UWP build in non-UNICODE mode
|
2024-07-19 10:21:34 +00:00 |
|
locale
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
main
|
gdk: show dialog when xgameruntime.dll is not installed
|
2024-08-05 09:18:21 +00:00 |
|
misc
|
Added VisionOS as a supported target to the Xcode project
|
2024-01-27 11:07:21 -08:00 |
|
power
|
Build with -Wfloat-conversion + fix all warnings
|
2024-06-03 21:33:29 +00:00 |
|
render
|
Allow SDL hints to override OpenGL extension availability
|
2024-08-05 08:54:10 -07:00 |
|
sensor
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
stdlib
|
Implemented left-justification in SDL_PrintString()
|
2024-08-04 20:04:58 -07:00 |
|
storage
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
test
|
testnative: print events with --info event
|
2024-08-04 09:07:19 -07:00 |
|
thread
|
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
2024-08-05 09:02:28 -07:00 |
|
time
|
Revert "Revert "Fixed warning: result of comparison of constant 9223372035 with expression of type '__kernel_old_time_t' (aka 'long') is always true""
|
2024-07-29 14:45:03 -07:00 |
|
timer
|
Fixed build
|
2024-08-04 20:34:10 -07:00 |
|
video
|
Added SDL_SetLogPriorityPrefix()
|
2024-08-05 09:02:50 -07:00 |
|
SDL.c
|
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
2024-08-05 09:02:28 -07:00 |
|
SDL_assert.c
|
assert: SDL_AssertData::always_ignore should be an SDL_bool, not an int.
|
2024-04-09 00:50:01 -04:00 |
|
SDL_assert_c.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_error.c
|
Updated logging functions for SDL3 naming convention
|
2024-05-16 10:22:15 -07:00 |
|
SDL_error_c.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_guid.c
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
SDL_hashtable.c
|
Simplified SDL_Surface
|
2024-07-10 00:48:18 -07:00 |
|
SDL_hashtable.h
|
Simplified SDL_Surface
|
2024-07-10 00:48:18 -07:00 |
|
SDL_hints.c
|
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
2024-08-05 09:02:28 -07:00 |
|
SDL_hints_c.h
|
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
2024-08-05 09:02:28 -07:00 |
|
SDL_internal.h
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
SDL_list.c
|
Cleaned up various type conversion issues
|
2024-03-07 06:58:43 -08:00 |
|
SDL_list.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_log.c
|
Added SDL_SetLogPriorityPrefix()
|
2024-08-05 09:02:50 -07:00 |
|
SDL_log_c.h
|
Updated copyright for 2024
|
2024-01-01 13:15:26 -08:00 |
|
SDL_properties.c
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |
|
SDL_properties_c.h
|
Added SDL_DumpProperties() for internal debugging
|
2024-05-29 10:30:31 -07:00 |
|
SDL_utils.c
|
Fixed storing a key in the persistent string hashtable that's about to be freed
|
2024-07-27 09:35:22 -07:00 |
|
SDL_utils_c.h
|
Removed temporary memory from the API
|
2024-07-26 20:59:14 -07:00 |