..
atomic
…
audio
SDL_os2audio.c (OS2_OpenDevice): change spec->samples assignment:
2020-10-14 23:01:05 +03:00
core
os2: several warning fixes.
2020-10-14 23:01:02 +03:00
cpuinfo
SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME
2020-10-10 20:50:02 +03:00
dynapi
dynapi: move SDL_SIMDRealloc down below, after SDL_GetPreferredLocales.
2020-10-09 21:40:28 +03:00
events
If there isn't a GetGlobalMouseState() implementation, fall back to the normal one.
2020-05-26 16:34:50 -07:00
file
…
filesystem
os2/SDL_sysfilesystem.c: fix crash if one of the parameters is NULL
2020-10-14 23:01:03 +03:00
haptic
cmake: Fix building with -DSDL_HAPTIC=Off
2020-07-08 17:28:34 +02:00
hidapi
hid: Add Microsoft Precision Mouse to the joystick blacklist.
2020-05-06 03:18:25 -04:00
joystick
Only include CoreHaptics if we're building with rumble support
2020-10-13 21:08:18 -07:00
libm
k_rem_pio2.c: fix typo in second memset(): iq, not q. fixes bug #5309 .
2020-10-08 11:51:02 +03:00
loadso
os2: several warning fixes.
2020-10-14 23:01:02 +03:00
locale
windows/SDL_syslocale.c: make it build against older SDKs.
2020-10-06 00:20:20 +03:00
main
locale: Implemented SDL_GetPreferredLocales().
2020-05-04 02:27:29 -04:00
misc
riscos: Implement SDL_OpenURL()
2020-10-11 17:32:32 +01:00
power
…
render
metal: Clear the framebuffer if presenting without any other operations.
2020-10-07 14:45:24 -04:00
sensor
Fixed bug 5126 - MinGW compile error SDL_windowssensor.c
2020-06-17 10:09:07 -07:00
stdlib
stdlib: Corrected implementation of SDL_wcsncmp.
2020-07-24 22:24:03 -04:00
test
fix watcom build of SDL_test_common.c
2020-06-14 12:05:56 +03:00
thread
port from 2.0.12 to 2.0.13 / current SDL-hg repository.
2020-10-14 23:01:04 +03:00
timer
os2: add port files for SDL2-2.0.4 from Andrey Vasilkin
2020-10-14 23:01:00 +03:00
video
OS2_VideoQuit(): avoid double free()ing of displays.
2020-10-14 23:01:04 +03:00
SDL.c
…
SDL_assert.c
…
SDL_assert_c.h
…
SDL_dataqueue.c
…
SDL_dataqueue.h
…
SDL_error.c
SDL_error: simplified error string management.
2020-04-21 01:30:36 -04:00
SDL_error_c.h
SDL_error: simplified error string management.
2020-04-21 01:30:36 -04:00
SDL_hints.c
…
SDL_hints_c.h
…
SDL_internal.h
Added SDL_log.h to SDL_internal.h so logging is available everywhere
2020-04-07 09:38:57 -07:00
SDL_log.c
…