Age | Commit message (Expand) | Author | Files | Lines |
2012-11-21 | Clean up remains of NativeActivity-based Android app support | Tor Lillqvist | 1 | -685/+17 |
2012-06-07 | Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOS | Tor Lillqvist | 1 | -1/+1 |
2012-06-05 | Use 32bpp bitmaps on Android (and iOS) | Tor Lillqvist | 1 | -1/+1 |
2012-05-28 | android: fix mouse click positioning, add more keymappings, fix focus. | Michael Meeks | 1 | -12/+44 |
2012-04-11 | Drop unused EGL stuff | Tor Lillqvist | 1 | -3/+0 |
2012-04-11 | Drop plasma_now() | Tor Lillqvist | 1 | -7/+0 |
2012-04-04 | Add debugging output (this file is experimental anyway) | Tor Lillqvist | 1 | -0/+13 |
2012-04-02 | Don't crash in a non-NativeActivity app where mpApp is NULL | Tor Lillqvist | 1 | -5/+4 |
2012-02-25 | android: move DamageTracker concept into SvpSalFrame and try to use it | Michael Meeks | 1 | -14/+75 |
2012-02-24 | android: get basic 0-9, a-z keyinput working | Michael Meeks | 1 | -5/+17 |
2012-02-03 | android: implement theming to get default font set, 1st cut at GetWorkArea | Michael Meeks | 1 | -0/+72 |
2012-02-03 | android: An attempt to handle mouse events. | Jan Holesovsky | 1 | -1/+24 |
2012-02-03 | android: get the focus window from SvpSalFrame | Michael Meeks | 1 | -6/+1 |
2012-02-01 | android: queue redraw on keypress (for now), and get the ALooper loop right | Michael Meeks | 1 | -24/+15 |
2012-01-31 | android: undo broken AnyInput method causing app startup to fail. | Michael Meeks | 1 | -5/+5 |
2012-01-31 | android: get BGR to RGB swap right in conversion | Michael Meeks | 1 | -2/+2 |
2012-01-31 | android: debug / dump multi-touch events | Michael Meeks | 1 | -1/+9 |
2012-01-30 | android: add start of keycode mapping | Michael Meeks | 1 | -35/+179 |
2012-01-30 | android: ask for RGBA visual, and flip images the right way up. | Michael Meeks | 1 | -4/+7 |
2012-01-28 | android: unwind horrific event dispatching bug causing all the grief. | Michael Meeks | 1 | -190/+50 |
2012-01-27 | android: try blitting a big texture to the screen instead; fails. | Michael Meeks | 1 | -7/+69 |
2012-01-27 | android: un-successful attempt to use eglLockSurfaceKHR | Michael Meeks | 1 | -20/+52 |
2012-01-27 | android: add EGL and pixel redrawing modes + start of 565 conversion | Michael Meeks | 1 | -58/+168 |
2012-01-26 | Add APP_CMD_FOO symbolic printout | Tor Lillqvist | 1 | -1/+27 |
2012-01-26 | Add reply to question in comment;) | Tor Lillqvist | 1 | -0/+7 |
2012-01-26 | Include the separate tag argument in the __android_log_print() calls | Tor Lillqvist | 1 | -2/+2 |
2012-01-26 | android: get at least something onto the screen | Michael Meeks | 1 | -6/+11 |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks | 1 | -8/+18 |
2012-01-25 | android: add first cut of frame contents blitting, and error dialog | Michael Meeks | 1 | -27/+76 |
2012-01-25 | android: move event handling to members of SalInstance | Michael Meeks | 1 | -53/+108 |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist | 1 | -18/+19 |
2012-01-25 | android: more vcl pieces, wake/yield/loop bits and test pattern | Michael Meeks | 1 | -2/+155 |
2012-01-25 | WaE: unused parameter 'nType' | Tor Lillqvist | 1 | -0/+1 |
2012-01-24 | android: re-factor headless a little, and start on the mainloop | Michael Meeks | 1 | -23/+47 |
2012-01-20 | android: add missing VCL init symbol goodness | Michael Meeks | 1 | -1/+54 |
2012-01-18 | android: tweak headless, expand docs, and start custom android backend | Michael Meeks | 1 | -0/+82 |