Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 446d19c4 | 2014-06-14 23:31:23 | Removed SDL_SYS_JoystickNeedsPolling(). It was simpler to just have the polling (actually: hotplug detection) functions return immediately if it's not an appropriate time to poll. Note that previously, if any joystick/controller was opened, we would poll every time anyhow, skipping this function. | ||
| 3dcb451f | 2014-04-09 21:29:19 | Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad. | ||
| 63106e47 | 2014-03-01 12:21:15 | Changed SDL_HINT_ACCEL_AS_JOY to SDL_HINT_ACCELEROMETER_AS_JOYSTICK to be more clear. | ||
| 58edac3e | 2014-02-02 00:53:27 | Fixed bug 2374 - Update copyright for 2014... Is it that time already?? | ||
| 109fe0e0 | 2014-01-28 15:28:20 | fixed hat code validation. | ||
| 33479316 | 2014-01-27 17:59:19 | [Android] Fixes Bug 2370, don't send accelerometer changes when Android_JNI_GetAccelerometerValues return SDL_FALSE (thanks to Jairo Luiz) | ||
| 50befa62 | 2014-01-23 08:44:25 | Bug 2358 - [Android] Joystick Button Mappings are strange (fix by David Brady) | ||
| b131e74b | 2014-01-21 18:20:12 | Fixes 2356, [Android] SDL_JoystickGetAttached does not function Also fix a potential NULL pointer access in android/SDL_SYS_JoystickGetGUID | ||
| b97e077e | 2013-12-24 20:00:58 | Fixed unused local variable warning in joystick source for Android. | ||
| 28309c1d | 2013-12-24 19:59:35 | Fixed implicit declaration of SDL_Log() warning in joystick source for Android. | ||
| 2159de66 | 2013-12-12 14:55:33 | [Android] Poll joysticks every three seconds | ||
| bfcd28c1 | 2013-12-10 16:24:11 | [Android] Hotplugging support for joysticks | ||
| f848adff | 2013-11-29 10:06:08 | Improve Android pause/resume behavior. | ||
| 7e1289af | 2013-11-24 23:56:17 | Make internal SDL sources include SDL_internal.h instead of SDL_config.h The new header will include SDL_config.h, but allows for other global stuff. | ||
| 2aa4974b | 2013-11-23 18:29:36 | Removed include of no more needed header. | ||
| 7a18a674 | 2013-11-23 09:47:25 | [Android] Fixes #2264, handle joystick open/closed state properly | ||
| fdfea4ad | 2013-11-19 10:00:05 | [Android] Try to improve handling of DPAD|GAMEPAD + KEYBOARD devices It seems some devices report themselves as DPAD or GAMEPAD and KEYBOARD as well, and we need to route different keycodes to different parts of SDL. | ||
| b5c68111 | 2013-11-18 23:38:59 | Fixed implicit function declaration warning in joystick source for Android. | ||
| 45a88b6a | 2013-11-11 10:15:35 | [Android] Fixes bug 2217, better joystick axes handling on Android. | ||
| d21640e9 | 2013-11-10 20:13:27 | Fixes bugs #2213 and #2214, improves the Android joystick code button handling | ||
| 0ab7624c | 2013-11-10 14:47:05 | Changed function to return -1 through SDL_Error() instead of plain -1. | ||
| 82b3e7d2 | 2013-11-10 14:44:50 | Changed function to be static. The function keycode_to_SDL() is only used in this file. | ||
| 6e3558cf | 2013-11-10 14:42:41 | Removed unused local variable to fix warning. | ||
| 0b7c69fe | 2013-11-05 20:07:39 | Adds Joystick support for Android This bumps the build SDK level to 12 (up from 10). Runtime requirements remain the same (at API level < 12 joystick support is disabled). Also enables building SDL for armv7 and x86. | ||
| dad42067 | 2013-08-12 11:13:50 | Fixes #2022, do not resume on Android when surfaceChanged If the app is in landscape mode and the user presses the power button, a pause is followed immediately by a surfaceChanged event because the lock screen is shown in portrait mode. This triggers a "false" resume. So, we just pause and resume following the onWindowFocusChanged events. Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before blocking the event pump. | ||
| 1ad936eb | 2013-08-11 19:56:43 | Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen. |