Sam Lantinga 9d6ac3deff Fix creating a minimized window in SDL to not cause focus to be stolen (because ShowWindow( hwnd, SW_MINIMIZE ) would be called after creation, thus changing focus to the prior window based on some per-app list in windows, rather than the window being created with WS_MINIMIZED to start with). 7 years ago
..
atomic e3cc5b2c6b Updated copyright for 2018 8 years ago
audio 1d25135b71 Fixed bug 4184 - jack audio driver fails in presence of midi ports 7 years ago
core f536fbea71 Reimplemented Android cursor API support using reflection so it builds with older SDKs 8 years ago
cpuinfo 4df859c586 cpuinfo: Added SDL_HasAVX512F(). 7 years ago
dynapi 4df859c586 cpuinfo: Added SDL_HasAVX512F(). 7 years ago
events 330b19c968 Fixed building on platforms without __sighandler_t 8 years ago
file e3cc5b2c6b Updated copyright for 2018 8 years ago
filesystem 40b27fd51b revert the recent typecast assignment changes (see bug #4079) 8 years ago
haptic e3cc5b2c6b Updated copyright for 2018 8 years ago
joystick ff6aebc4a1 Added a new GUID for DS3 controller connected over bluetooth, for both Sony and Shanwan (thanks William!) 7 years ago
libm 11c348b4d7 SDL_log10 8 years ago
loadso e3cc5b2c6b Updated copyright for 2018 8 years ago
main 1143857d76 Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace() 8 years ago
power a9ae1b508d Handle NULL return from SDL_DBus_GetContext() 8 years ago
render fe032ff4c9 do the direct3d tap dance for overscan hint only if SDL_VIDEO_RENDER_D3D == 1 7 years ago
stdlib 652d59fb3b make sure SDL_vsnprintf() nul terminates if it is using _vsnprintf 7 years ago
test 3ea093cc85 SDL_test_fuzzer.c: fix strict aliasing warnings by using a union. 8 years ago
thread 0ad4b0b697 thread: fixed compiler warnings on non-Linux systems that use pthread. 7 years ago
timer e3cc5b2c6b Updated copyright for 2018 8 years ago
video 9d6ac3deff Fix creating a minimized window in SDL to not cause focus to be stolen (because ShowWindow( hwnd, SW_MINIMIZE ) would be called after creation, thus changing focus to the prior window based on some per-app list in windows, rather than the window being created with WS_MINIMIZED to start with). 7 years ago
SDL.c a0687a9ccb Fixed bug 4034 - Don't include _DllMainCRTStartup() if SDL_STATIC_LIB is defined. 8 years ago
SDL_assert.c 2419d26724 Progress fixing bug 4100 - errors and warnings after changeset 11917 8 years ago
SDL_assert_c.h e3cc5b2c6b Updated copyright for 2018 8 years ago
SDL_dataqueue.c e3cc5b2c6b Updated copyright for 2018 8 years ago
SDL_dataqueue.h e3cc5b2c6b Updated copyright for 2018 8 years ago
SDL_error.c 926d803f83 bug #3739: handle %lu, %li and %ld in SDL_SetError. 8 years ago
SDL_error_c.h 926d803f83 bug #3739: handle %lu, %li and %ld in SDL_SetError. 8 years ago
SDL_hints.c e3cc5b2c6b Updated copyright for 2018 8 years ago
SDL_internal.h e3cc5b2c6b Updated copyright for 2018 8 years ago
SDL_log.c e3cc5b2c6b Updated copyright for 2018 8 years ago