Age | Commit message (Expand) | Author |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | Small refactoring of the Android "desktop app" code, no functional change | Tor Lillqvist |
2013-04-12 | Start implementing on-demand keyboard display for non-DESKTOP | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-30 | Bin redundant logging | Tor Lillqvist |
2013-03-17 | AndroidSalInstance::RedrawWindows() is called from only one place | Tor Lillqvist |
2013-03-08 | AndroidSalInstance::Wakeup() is unused | Tor Lillqvist |
2013-03-08 | Don't crash the other experimental apps | Tor Lillqvist |
2013-03-07 | Start hacking on scrolling | Tor Lillqvist |
2013-03-07 | Use view size for "work area" size | Tor Lillqvist |
2013-03-07 | Now get rid of the #if 0 blocks | Tor Lillqvist |
2013-03-07 | Handle damage tracking and redrawing properly in the "desktop" Android app | Tor Lillqvist |
2013-03-06 | Drop unused timestamp parameters | Tor Lillqvist |
2013-03-06 | Add SvpSalInstance::PostedEventsInQueue() | Tor Lillqvist |
2013-03-05 | Add a SAL_INFO | Tor Lillqvist |
2013-03-02 | Start hacking on zoom and scroll events at the VCL "public" level | Tor Lillqvist |
2013-03-02 | RTL_CONSTASCII_USTRINGPARAM removal | Tor Lillqvist |
2013-03-02 | Start hacking on zooming | Tor Lillqvist |
2013-03-01 | Bin two lines of logging that are too repetitive to be useful | Tor Lillqvist |
2013-03-01 | The RGBA bytes are already in the order we want | Tor Lillqvist |
2013-02-28 | Drop unuse maRedrawRegion | Tor Lillqvist |
2013-02-28 | Try uncommenting these now, I don't think the FIXME holds any more | Tor Lillqvist |
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 |