summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04fdo#85845 android: draw tiles immediately when they are readyTomaž Vajngerl
2014-12-04android: rearange anc clean-up GeckoLayerClientTomaž Vajngerl
2014-12-04android: Fold LayerController into GeckoLayerClientTomaž Vajngerl
2014-12-04android: introduce getDisplayMetrics - reduce code duplicationTomaž Vajngerl
2014-12-04android: reset document dimensions when changing document partTomaž Vajngerl
2014-12-04android: Change the handle type (long too ByteBuffer)Tomaž Vajngerl
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl
2014-12-04android: cleanup LibreOfficeKit initialization in JavaTomaž Vajngerl
2014-12-04android: use different function to prevent stripping JNI symbolsTomaž Vajngerl
2014-12-04lok: improve error reporting in lok implementationTomaž Vajngerl
2014-12-04android: extract gathering document info into postLoad methodTomaž Vajngerl
2014-12-04android: improve error messages in DirectBufferAllocatorTomaž Vajngerl
2014-12-04android: add destroy and exit as a separate JNI callTomaž Vajngerl
2014-12-04android: VM based implementation of DirectBufferAllocatorTomaž Vajngerl
2014-12-04android: use int type for size in DirectBufferAllocator allocateTomaž Vajngerl
2014-12-04We seem to crash unless we have org.openoffice.Office.UI/FactoriesTor Lillqvist
2014-12-04Do the configuration pruning only in the DISABLE_UI caseTor Lillqvist
2014-12-04The configuration pruning with mobile-config.py seems to work nowTor Lillqvist
2014-12-04Don't prune org.openoffice.Office/UITor Lillqvist
2014-12-04Avoid automatic toolbars in the non-desktop caseTor Lillqvist
2014-12-04Ignore exceptions when getting the background color configurationTor Lillqvist
2014-12-04Beware of modifying a list being iteratedTor Lillqvist
2014-12-04Add (commented-out) invocation of mobile-config.pyTor Lillqvist
2014-12-04Try to be less eagerTor Lillqvist
2014-12-04Log parsing time of each xcd fileTor Lillqvist
2014-12-04SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist
2014-12-04Bin duplicatesTor Lillqvist
2014-12-04CosmeticsTor Lillqvist
2014-12-04Log time since object creation, not since epochTor Lillqvist
2014-12-04android: Stopgap: _exit() is better than a hangTor Lillqvist
2014-12-04Add a SAL_INFOTor Lillqvist
2014-12-04Use maximum logging verbosity while attempting the restartTor Lillqvist
2014-12-04Reduce log verbiageTor Lillqvist
2014-12-04If loading a document fails, try restarting the 'main loop' and try againTor Lillqvist
2014-12-04Call DetachCurrentThread() in the AndroidSalInstance destructorTor Lillqvist
2014-12-04The 'bInitialized' state needs to be global, and unset in lo_destroy()Tor Lillqvist
2014-12-04Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist
2014-12-04android: remove preferences menu item for now.Andrzej Hunt
2014-12-04sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl
2014-12-04No need to have TableData as a templateMiklos Vajna
2014-12-04fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane
2014-12-04Revert "coverity#735424 Logically dead code"Lionel Elie Mamane
2014-12-04Remove dead SalDisplay::GetSalDisplay declarationStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-12-04WaE: unused varBjoern Michaelsen
2014-12-04init.cxx is for now ANDROID and LINUX (unix?) only.Kohei Yoshida
2014-12-04cid#1256668: uninit ptr fieldBjoern Michaelsen
2014-12-04cid#1256669: uninit ptr fieldBjoern Michaelsen
2014-12-04cid#1256663: only allow comparing iterators from the same ringBjoern Michaelsen
2014-12-04use C++11 iterationBjoern Michaelsen