index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
android
/
org
Age
Commit message (
Expand
)
Author
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-02
ANDROID: Style fix
dhewg
2011-04-06
ANDROID: Add multitouch support
dhewg
2011-04-03
ANDROID: Ignore unrelated surface changes
dhewg
2011-03-30
ANDROID: Map right click to Camera/Search
dhewg
2011-03-18
ANDROID: Seperate DPAD codes
dhewg
2011-03-18
ANDROID: Implement trackball click
dhewg
2011-03-17
ANDROID: Fix KeyEvent NullPointerException
dhewg
2011-03-17
ANDROID: Ignore the slop area on all touch scrolls
dhewg
2011-03-16
ANDROID: Input system overhaul
dhewg
2011-03-16
ANDROID: Cleanup and extend chooseEglConfig
dhewg
2011-03-14
ANDROID: Halve the audio buffer size
dhewg
2011-03-13
ANDROID: Add support for video feature flags
dhewg
2011-03-03
ANDROID: Rename member vars according to our style
dhewg
2011-03-03
ANDROID: Remove an indirection when pausing
dhewg
2011-03-03
ANDROID: Formatting/whitespaces
dhewg
2011-03-02
ANDROID: Implement pause/resume
dhewg
2011-03-02
ANDROID: Move swapBuffers to the native side
dhewg
2011-03-02
ANDROID: Untangle JNI interweaving
dhewg
2011-02-27
ANDROID: Remove dead code
dhewg
2011-02-27
ANDROID: Remove unnecessary code
dhewg
2011-02-27
ANDROID: Rework audio system
dhewg
2011-02-27
ANDROID: Formatting
dhewg
2011-02-26
ANDROID: Allow softkeybd on all devices
dhewg
2011-02-24
ANDROID: Disable zoning for now
dhewg
2011-02-24
ANDROID: We are not a text editor
dhewg
2011-02-14
ANDROID: Use and reinit texture on screen changes
dhewg
2011-02-14
ANDROID: Unify log prefix
dhewg
2011-02-14
ANDROID: Allow monolithic builds to run
dhewg
2010-10-25
ANDROID: Don't trust eglChooseConfig and refilter/sort results manually
Angus Lees
2010-07-05
Drop direct use of (private) libEGL.so and call EGL functions via Java.
Angus Lees
2010-06-29
Replace some code with constructs that work on Android pre-1.6.
Angus Lees
2010-06-11
Add support for setFocusRectangle - enabled on 'small' Android screens.
Angus Lees
2010-06-06
whitespace corrections
Max Horn
2010-06-06
Add Android backend from patch #2603856
Max Horn