|
9a0954c5
|
2013-10-11T10:58:05
|
|
Do a full sysroot for the Raspberry Pi buildbot.
This gets us ALSA and X11, etc.
|
|
69e1e779
|
2013-10-10T02:37:36
|
|
Raspberry Pi build script: let caller specify final tarball name.
|
|
6b2291d1
|
2013-10-10T02:06:14
|
|
Fixed tarball name in Raspberry Pi build script.
|
|
4f305b85
|
2013-10-10T01:46:39
|
|
Added script that the buildbot will use for cross-compiling to Raspberry Pi.
|
|
24f23771
|
2013-10-09T10:29:01
|
|
Adds test framework to Android.mk and a simple utility to build Android projects
|
|
9ceed73d
|
2013-09-28T13:28:19
|
|
Raspberry Pi support (also unified UDEV and EVDEV support)
|
|
dad42067
|
2013-08-12T11: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.
|