summaryrefslogtreecommitdiffstats
path: root/vcl/android
Commit message (Expand)AuthorAgeFilesLines
* Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist2012-06-071-1/+1
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-051-1/+1
* android: fix mouse click positioning, add more keymappings, fix focus.Michael Meeks2012-05-281-12/+44
* Drop unused EGL stuffTor Lillqvist2012-04-111-3/+0
* Drop plasma_now()Tor Lillqvist2012-04-111-7/+0
* Add debugging output (this file is experimental anyway)Tor Lillqvist2012-04-041-0/+13
* Don't crash in a non-NativeActivity app where mpApp is NULLTor Lillqvist2012-04-021-5/+4
* android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks2012-02-251-14/+75
* android: get basic 0-9, a-z keyinput workingMichael Meeks2012-02-241-5/+17
* android: implement theming to get default font set, 1st cut at GetWorkAreaMichael Meeks2012-02-031-0/+72
* android: An attempt to handle mouse events.Jan Holesovsky2012-02-031-1/+24
* android: get the focus window from SvpSalFrameMichael Meeks2012-02-031-6/+1
* android: queue redraw on keypress (for now), and get the ALooper loop rightMichael Meeks2012-02-011-24/+15
* android: undo broken AnyInput method causing app startup to fail.Michael Meeks2012-01-311-5/+5
* android: get BGR to RGB swap right in conversionMichael Meeks2012-01-311-2/+2
* android: debug / dump multi-touch eventsMichael Meeks2012-01-311-1/+9
* android: add start of keycode mappingMichael Meeks2012-01-301-35/+179
* android: ask for RGBA visual, and flip images the right way up.Michael Meeks2012-01-301-4/+7
* android: unwind horrific event dispatching bug causing all the grief.Michael Meeks2012-01-281-190/+50
* android: try blitting a big texture to the screen instead; fails.Michael Meeks2012-01-271-7/+69
* android: un-successful attempt to use eglLockSurfaceKHRMichael Meeks2012-01-271-20/+52
* android: add EGL and pixel redrawing modes + start of 565 conversionMichael Meeks2012-01-271-58/+168
* Add APP_CMD_FOO symbolic printoutTor Lillqvist2012-01-261-1/+27
* Add reply to question in comment;)Tor Lillqvist2012-01-261-0/+7
* Include the separate tag argument in the __android_log_print() callsTor Lillqvist2012-01-261-2/+2
* android: get at least something onto the screenMichael Meeks2012-01-261-6/+11
* android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-261-8/+18
* android: add first cut of frame contents blitting, and error dialogMichael Meeks2012-01-251-27/+76
* android: move event handling to members of SalInstanceMichael Meeks2012-01-251-53/+108
* Bin global_android_app and instead use lo-bootstrap APITor Lillqvist2012-01-251-18/+19
* android: more vcl pieces, wake/yield/loop bits and test patternMichael Meeks2012-01-251-2/+155
* WaE: unused parameter 'nType'Tor Lillqvist2012-01-251-0/+1
* android: re-factor headless a little, and start on the mainloopMichael Meeks2012-01-241-23/+47
* android: add missing VCL init symbol goodnessMichael Meeks2012-01-201-1/+54
* android: tweak headless, expand docs, and start custom android backendMichael Meeks2012-01-181-0/+82