Sam Lantinga 4b603abfd7 For some reason, trying to raise the window programmatically while it's alt-tabbed away will minimize it. Added a workaround for this. 12 years ago
..
atomic dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
audio f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
core 90a219a375 Fixed bug where a Logitech wireless keyboard with built-in mouse touchpad didn't get recongized as both devices. 12 years ago
cpuinfo dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
events b39a4daf04 SDL_TEXTINPUT support for EVDEV 12 years ago
file f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
filesystem 69a4351eb0 Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi 12 years ago
haptic f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
input e9d2133934 Prevent keystrokes from leaking through to the console when using evdev. 12 years ago
joystick 15682c0c5f Report joystick added/removed events even if we don't have udev. 12 years ago
libm 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
loadso d0a57ea2b5 Rolled back my LoadLibrary change. The first failed call causes a dialog to pop up in Windows apps (but not console apps) and that's really bad. I'll have to deal with this in my app. 12 years ago
main a7e1fdddea Updated SDL to version 2.0.1 12 years ago
power dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
render 06cab8575e Added support for SDL_PIXELFORMAT_UYVY surfaces on Mac OS X 12 years ago
stdlib cefffd618f Fixed bug 2082 - SDL stdlib implementation does not force upper case for %X format specifier 12 years ago
test 89131435f8 Adds gl_profile_mask to test framework, uses it in testgles 12 years ago
thread 83383c6527 Disable thread naming on Win64 for now. 12 years ago
timer eec4710c53 Fixes bug #2074 - Thanks Sylvain! 12 years ago
video 4b603abfd7 For some reason, trying to raise the window programmatically while it's alt-tabbed away will minimize it. Added a workaround for this. 12 years ago
SDL.c a7b2db05cd Added an assert to catch init/quit call mismatch that might bite people. 12 years ago
SDL_assert.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
SDL_assert_c.h dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
SDL_error.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
SDL_error_c.h dad420670f Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
SDL_hints.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
SDL_log.c 48aca0b2df Fixed bug 2084 - SDL_log xxx on Android outputs to Logcat with incorrect priority. 12 years ago