summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* android: extract JavaPanZoomController (PZC becomes an interface)feature/droid_calcimpress3Tomaž Vajngerl2014-11-304-967/+987
* android: Fennec change - move classes from gecko.ui to gecko.gfxTomaž Vajngerl2014-11-307-13/+7
* android: change LOKitThread.draw to return voidTomaž Vajngerl2014-11-301-4/+2
* android: Fennec PanZoomControler updates..Tomaž Vajngerl2014-11-307-22/+98
* fdo#85845 android: draw tiles immediately when they are readyTomaž Vajngerl2014-11-307-68/+90
* android: rearange anc clean-up GeckoLayerClientTomaž Vajngerl2014-11-282-266/+246
* android: Fold LayerController into GeckoLayerClientTomaž Vajngerl2014-11-2710-359/+335
* android: introduce getDisplayMetrics - reduce code duplicationTomaž Vajngerl2014-11-272-6/+12
* android: reset document dimensions when changing document partTomaž Vajngerl2014-11-271-7/+17
* android: Change the handle type (long too ByteBuffer)Tomaž Vajngerl2014-11-171-1/+1
* android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl2014-11-175-27/+24
* android: cleanup LibreOfficeKit initialization in JavaTomaž Vajngerl2014-11-172-17/+15
* android: use different function to prevent stripping JNI symbolsTomaž Vajngerl2014-11-171-2/+2
* lok: improve error reporting in lok implementationTomaž Vajngerl2014-11-171-20/+67
* android: extract gathering document info into postLoad methodTomaž Vajngerl2014-11-171-25/+28
* android: improve error messages in DirectBufferAllocatorTomaž Vajngerl2014-11-171-7/+7
* android: add destroy and exit as a separate JNI callTomaž Vajngerl2014-11-102-0/+7
* android: VM based implementation of DirectBufferAllocatorTomaž Vajngerl2014-11-101-6/+47
* android: use int type for size in DirectBufferAllocator allocateTomaž Vajngerl2014-11-081-6/+10
* We seem to crash unless we have org.openoffice.Office.UI/FactoriesTor Lillqvist2014-10-271-1/+0
* Do the configuration pruning only in the DISABLE_UI caseTor Lillqvist2014-10-271-3/+3
* The configuration pruning with mobile-config.py seems to work nowTor Lillqvist2014-10-271-1/+3
* Don't prune org.openoffice.Office/UITor Lillqvist2014-10-271-1/+0
* Avoid automatic toolbars in the non-desktop caseTor Lillqvist2014-10-271-0/+6
* Ignore exceptions when getting the background color configurationTor Lillqvist2014-10-271-3/+14
* Beware of modifying a list being iteratedTor Lillqvist2014-10-271-10/+18
* Revert "Temporarily do more verbose logging"Tor Lillqvist2014-10-241-2/+2
* Add (commented-out) invocation of mobile-config.pyTor Lillqvist2014-10-241-0/+1
* Temporarily do more verbose loggingTor Lillqvist2014-10-241-2/+2
* Try to be less eagerTor Lillqvist2014-10-241-2/+0
* Log parsing time of each xcd fileTor Lillqvist2014-10-242-1/+5
* SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist2014-10-241-0/+4
* Rename --enable-sal-info to --enable-sal-logTor Lillqvist2014-10-243-7/+7
* Add --enable-sal-infoTor Lillqvist2014-10-243-0/+16
* Bin duplicatesTor Lillqvist2014-10-221-22/+7
* CosmeticsTor Lillqvist2014-10-211-4/+0
* Log time since object creation, not since epochTor Lillqvist2014-10-211-4/+8
* android: Stopgap: _exit() is better than a hangTor Lillqvist2014-10-161-0/+4
* basebmp: accelerated method to create a clipping device.Michael Meeks2014-10-163-6/+28
* Add a SAL_INFOTor Lillqvist2014-10-151-0/+1
* Use maximum logging verbosity while attempting the restartTor Lillqvist2014-10-151-0/+2
* Reduce log verbiageTor Lillqvist2014-10-151-1/+1
* Add a small script to run adb logcat with filteringTor Lillqvist2014-10-151-0/+19
* If loading a document fails, try restarting the 'main loop' and try againTor Lillqvist2014-10-151-1/+14
* Call DetachCurrentThread() in the AndroidSalInstance destructorTor Lillqvist2014-10-151-0/+2
* Skip the 'desktop' app for nowTor Lillqvist2014-10-151-1/+0
* The 'bInitialized' state needs to be global, and unset in lo_destroy()Tor Lillqvist2014-10-151-1/+6
* Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist2014-10-151-7/+4
* android: Dump my debugging notes to the readme's.Jan Holesovsky2014-10-132-0/+18
* android: When debugging, the installLocation must be "internalOnly".Jan Holesovsky2014-10-132-10/+14