SDL/src
Frank Praznik 132b88749c wayland: Destroy proxy wrappers and callbacks before event queues
Destroy any proxy wrappers and callbacks before the associated event queues to silence libwayland warnings about destroying the queues while proxies are still attached.
2023-04-27 13:08:59 -04:00
..
atomic Updated copyright for 2023 2023-01-09 09:48:21 -08:00
audio wasapi: Force WIN_CoInitialize duing device open. 2023-03-17 08:44:19 -07:00
core Fixed crash if dbus can't be initialized 2023-04-04 12:35:30 -07:00
cpuinfo cpuinfo: use __cpuidex instead of __cpuid 2023-03-27 06:13:28 +00:00
dynapi Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
events events: Increase the size of the name buffer when logging events 2023-03-26 22:01:17 -07:00
file Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
filesystem Updated copyright for 2023 2023-01-09 09:48:21 -08:00
haptic Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
hidapi hidapi/mac: replace sprintf uses with snprintf. 2023-04-24 10:46:49 -07:00
joystick Report PS3 accelerometer values in m/s2 instead of Gs 2023-04-19 13:12:38 -07:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso Updated copyright for 2023 2023-01-09 09:48:21 -08:00
locale Updated copyright for 2023 2023-01-09 09:48:21 -08:00
main Haiku: use a BLooper for events. 2023-03-30 10:20:11 -07:00
misc Updated copyright for 2023 2023-01-09 09:48:21 -08:00
power Updated copyright for 2023 2023-01-09 09:48:21 -08:00
render Fixed SDL_RenderSetVSync does not update flags if simulated vsync is on 2023-03-17 14:55:04 -07:00
sensor Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
stdlib Implement _intel_fast_(memcpy|memset) 2023-03-27 06:13:28 +00:00
test Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
thread Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
timer Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
video wayland: Destroy proxy wrappers and callbacks before event queues 2023-04-27 13:08:59 -04:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_assert.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_error.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00