SDL2/src
Frank Praznik 836eb22442 wayland: Fix build when not using the shared Wayland libraries
Explicitly include the Wayland protocol headers when statically linking against the Wayland libraries or older system headers might be used instead of the local versions.
2022-11-24 03:00:56 -08:00
..
atomic Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
audio Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
core Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
cpuinfo Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
dynapi Regenerated dynamic API after SDL_syswm.h update 2022-11-23 14:34:21 -08:00
events Avoid use of deprecated egrep/fgrep 2022-11-24 02:58:20 -08:00
file Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
filesystem Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
haptic mac: Fix handling of deprecated symbol. 2022-11-16 22:04:04 -05:00
hidapi removed os2 support & support for building SDL with watcom. 2022-11-22 19:18:47 +03:00
joystick Avoid use of deprecated egrep/fgrep 2022-11-24 02:58:20 -08:00
libm N3DS port (squashed) 2022-10-10 08:50:59 -07:00
loadso Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
locale Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
main Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
misc Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
power Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
render Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
sensor N3DS: Use designated initialiser for drivers. 2022-11-14 21:24:10 -08:00
stdlib First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
test Do case insensitive matching on test cases 2022-09-19 14:37:10 -07:00
thread use SDL_InvalidParamError in the thread 'classes' 2022-11-23 14:27:26 -05:00
timer Prevent the delay conversion result from being truncated to 32bits 2022-11-23 10:44:53 -08:00
video wayland: Fix build when not using the shared Wayland libraries 2022-11-24 03:00:56 -08:00
SDL.c Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_assert.c hide SDL_GenerateAssertionReport in case SDL_ASSERT_LEVEL is 0 2022-07-25 14:26:46 -07:00
SDL_assert_c.h
SDL_dataqueue.c
SDL_dataqueue.h
SDL_error.c Fix SIGSEV in SDL_error (After removing the limit on the size of the SDL error message) (see #5795) 2022-06-28 09:46:12 +02:00
SDL_error_c.h Removed the limit on the size of the SDL error message 2022-06-27 16:59:50 -07:00
SDL_guid.c Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00
SDL_hints.c Fixes made in response to running a static code analyzer under MS Windows. 2022-11-16 12:43:20 -05:00
SDL_hints_c.h
SDL_internal.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_list.c Add SDL_list.c/h 2022-04-01 08:01:44 +02:00
SDL_list.h Add SDL_list.c/h 2022-04-01 08:01:44 +02:00
SDL_log.c Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_log_c.h Added declaration of SDL_LogInit() and SDL_LogQuit() 2022-04-28 15:01:34 -07:00
SDL_utils.c Fixed declaration-after-statement warning 2022-07-18 07:31:23 -07:00
SDL_utils_c.h Fixed comment (thanks @pionere!) 2022-07-18 07:18:56 -07:00