summaryrefslogtreecommitdiffstats
path: root/vcl/android
Commit message (Expand)AuthorAgeFilesLines
* Use vcl::FontTor Lillqvist2014-09-181-1/+1
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-3/+3
* cppcheck: Prefer prefix ++/-- operatorsJulien Nabet2014-05-241-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-021-1/+0
* vcl: try to make android tinderbox happy tooMichael Stahl2014-02-201-0/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* Hacking on iOS keyboard handlingTor Lillqvist2013-10-131-2/+8
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-1/+1
* remove some createFromAscii usageThomas Arnhold2013-06-291-1/+1
* 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