Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. |