Wouter Wijsman da5dbb4763 Fix SDL2main on PSP (#5076) 3 years ago
..
atomic 53aa8eec5f minor cleanup for watcom _inline keyword. 3 years ago
audio 2f0edc2906 IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL 3 years ago
core 2d673e5b56 evdev: Add support for REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES 3 years ago
cpuinfo 0ef9d26622 cpuinfo: remove malloc from comments 3 years ago
dynapi c97b721868 Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 3 years ago
events 9ae56cb353 events: Add logging for SDL_MOUSEWHEEL preciseX/Y fields 3 years ago
file abcfb22b7d Add support for Vita file API in SDL_rwops 4 years ago
filesystem aef7105408 Use SDL_free 3 years ago
haptic f903a39e13 haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android 3 years ago
hidapi 09465a9083 hidapi, windows: replace a strncpy() with plain memcpy() 3 years ago
joystick f266d92286 psp/SDL_sysjoystick.c: fix -Wshadow warnings. 3 years ago
libm a79b642638 Make SDL2 able to build or PSP with cmake 3 years ago
loadso 9130f7c377 Updated copyright for 2021 4 years ago
locale d31251b014 use SDL's functions version inplace of libc version 3 years ago
main da5dbb4763 Fix SDL2main on PSP (#5076) 3 years ago
misc fae7034901 Fix warnings: static, include, un-initialized vairables 3 years ago
power d31251b014 use SDL's functions version inplace of libc version 3 years ago
render 801dcbc5ef SDL_render_sw.c: fix -Wshadow warnings. 3 years ago
sensor 3ba9276aff Don't fail the sensor init if we couldn't create a sensor manager (i.e. we're running on Wine) 3 years ago
stdlib a2b13e585c SDL_iconv_string: avoid memory leak if realloc() fails. 3 years ago
test a887b8e28b SDL_test_common.c: replaced all printf() calls with SDL_Log() 3 years ago
thread 4d566e5d5d VITA, PSP: use SDL_malloc 3 years ago
timer 21fd0047e3 Initial for building PSP version with CMake 3 years ago
video 03019c912a autotools, cmake: tighten Xfixes check && explicitly test BarrierEventID 3 years ago
SDL.c 504e7aa59b minor tidy-up for ifdefs & co. 3 years ago
SDL_assert.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_assert_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_dataqueue.c 8e851a277d Remove malloc from comment 3 years ago
SDL_dataqueue.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_error.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_error_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_hints.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_hints_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_internal.h 5a0ea7fb17 Check for O_CLOEXEC definition in fcntl.h at configuration time, 3 years ago
SDL_log.c ed6ce5ccb0 log: Fixed compiler warnings on 64-bit Visual Studio. 3 years ago