Age | Commit message (Expand) | Author |
2013-02-28 | Try to use another kind of events | Tor Lillqvist |
2013-02-28 | Bin one more too repetitive log line | Tor Lillqvist |
2013-02-28 | WaE: 'eventKind' may be used uninitialized in this function | Tor Lillqvist |
2013-02-28 | The "pre-cleaning" is fairly pointless now when we fill the whole screen | Tor Lillqvist |
2013-02-28 | Bin some repetitive verbose logging | Tor Lillqvist |
2013-02-28 | Handle touch events | Tor Lillqvist |
2013-02-27 | Send text input to the LO code | Tor Lillqvist |
2013-02-27 | Remove a too verbose and frequent log write | Tor Lillqvist |
2013-02-25 | The source buffer (virtual device) has 4 bytes per pixel, too | Tor Lillqvist |
2013-02-25 | Temporary (one hopes) hack to get the actual view size down to SvpSalFrame | Tor Lillqvist |
2013-02-25 | Use __android_log_print() instead of fprintf(stderr) | Tor Lillqvist |
2013-02-23 | No NativeActivity, so native_app_glue and struct android_app are meaningless | Tor Lillqvist |
2013-02-22 | Rename the package and .apk of the "desktop" test app to avoid confusion | Tor Lillqvist |
2013-02-21 | android: finally starting and rendering at least something again. | Michael Meeks |
2013-02-21 | Revert "Clean up remains of NativeActivity-based Android app support" | Michael Meeks |
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 |