Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9ceed73d | 2013-09-28 13:28:19 | Raspberry Pi support (also unified UDEV and EVDEV support) | ||
| 1e49b1ed | 2013-08-21 09:47:10 | OCD fixes: Adds a space after /* (glory to regular expressions!) | ||
| 695344d1 | 2013-08-21 09:43:09 | OCD fixes: Adds a space before */ | ||
| 552b04c5 | 2013-08-20 20:34:40 | More non C89 compliant comments | ||
| e43ff8fb | 2013-08-20 12:43:06 | Added some FIXMEs for later. | ||
| 0eeb76d8 | 2013-08-19 16:29:46 | Fixes bug #2037, common EGL code for Android and X11 | ||
| 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. |