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