summaryrefslogtreecommitdiffstats
path: root/vcl/android
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-24/+4
* Small refactoring of the Android "desktop app" code, no functional changeTor Lillqvist2013-04-191-43/+46
* Start implementing on-demand keyboard display for non-DESKTOPTor Lillqvist2013-04-121-3/+17
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-18/+18
* Bin redundant loggingTor Lillqvist2013-03-301-3/+0
* AndroidSalInstance::RedrawWindows() is called from only one placeTor Lillqvist2013-03-171-22/+4
* AndroidSalInstance::Wakeup() is unusedTor Lillqvist2013-03-081-6/+0
* Don't crash the other experimental appsTor Lillqvist2013-03-081-11/+21
* Start hacking on scrollingTor Lillqvist2013-03-071-0/+17
* Use view size for "work area" sizeTor Lillqvist2013-03-071-1/+1
* Now get rid of the #if 0 blocksTor Lillqvist2013-03-071-444/+0
* Handle damage tracking and redrawing properly in the "desktop" Android appTor Lillqvist2013-03-071-9/+21
* Drop unused timestamp parametersTor Lillqvist2013-03-061-6/+4
* Add SvpSalInstance::PostedEventsInQueue()Tor Lillqvist2013-03-061-3/+4
* Add a SAL_INFOTor Lillqvist2013-03-051-0/+1
* Start hacking on zoom and scroll events at the VCL "public" levelTor Lillqvist2013-03-021-29/+29
* RTL_CONSTASCII_USTRINGPARAM removalTor Lillqvist2013-03-021-5/+4
* Start hacking on zoomingTor Lillqvist2013-03-021-0/+16
* Bin two lines of logging that are too repetitive to be usefulTor Lillqvist2013-03-011-22/+2
* The RGBA bytes are already in the order we wantTor Lillqvist2013-03-011-2/+2
* Drop unuse maRedrawRegionTor Lillqvist2013-02-281-37/+2
* Try uncommenting these now, I don't think the FIXME holds any moreTor Lillqvist2013-02-281-3/+2
* Try to use another kind of eventsTor Lillqvist2013-02-281-22/+14
* Bin one more too repetitive log lineTor Lillqvist2013-02-281-1/+0
* WaE: 'eventKind' may be used uninitialized in this functionTor Lillqvist2013-02-281-0/+3
* The "pre-cleaning" is fairly pointless now when we fill the whole screenTor Lillqvist2013-02-281-1/+1
* Bin some repetitive verbose loggingTor Lillqvist2013-02-281-5/+3
* Handle touch eventsTor Lillqvist2013-02-281-2/+41
* Send text input to the LO codeTor Lillqvist2013-02-271-1/+28
* Remove a too verbose and frequent log writeTor Lillqvist2013-02-271-48/+40
* The source buffer (virtual device) has 4 bytes per pixel, tooTor Lillqvist2013-02-251-5/+4
* Temporary (one hopes) hack to get the actual view size down to SvpSalFrameTor Lillqvist2013-02-251-0/+16
* Use __android_log_print() instead of fprintf(stderr)Tor Lillqvist2013-02-251-81/+85
* No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist2013-02-231-28/+36
* Rename the package and .apk of the "desktop" test app to avoid confusionTor Lillqvist2013-02-221-3/+3
* android: finally starting and rendering at least something again.Michael Meeks2013-02-211-14/+94
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-17/+685
* Remove unused DeInitSalMainStephan Bergmann2013-01-301-1/+0
* Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann2012-12-121-0/+1
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-211-685/+17
* 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