summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* the addfile rule doesn't like to continue on a new linelibreoffice-4-3-branch-pointChristian Lohmaier2014-05-211-4/+2
* So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann2014-05-212-5/+2
* ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann2014-05-212-22/+19
* we have GetEntryPos(), use itEike Rathke2014-05-212-8/+15
* ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks2014-05-213-8/+22
* libgltf: Updated version.Jan Holesovsky2014-05-217-43/+135
* Updated coreChristian Lohmaier2014-05-211-0/+0
* fdo#70596 dependency problem with debian packages for master/dev buildsChristian Lohmaier2014-05-211-1/+1
* Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann2014-05-212-61/+61
* Add assertionStephan Bergmann2014-05-211-0/+1
* crash because iterator position wasn't changed in stl conversionCaolán McNamara2014-05-211-3/+12
* Remove spurious assert(false)Stephan Bergmann2014-05-211-1/+0
* Replace ZCodec::mbInit with sane enumStephan Bergmann2014-05-212-83/+79
* try to fix Mac buildMiklos Vajna2014-05-211-1/+1
* don't crash on formatting outline level 10 in master viewCaolán McNamara2014-05-211-24/+29
* -Werror,-Wunused-variableStephan Bergmann2014-05-211-1/+0
* remove second part of the debug outputMarkus Mohrhard2014-05-211-1/+0
* remove debug outputMarkus Mohrhard2014-05-211-1/+0
* improve the text rendering a little bit moreMarkus Mohrhard2014-05-211-2/+6
* CosmeticsTor Lillqvist2014-05-211-34/+20
* collada2gltf: Ignore case of the extension.Jan Holesovsky2014-05-211-2/+4
* gltf: Send delta when rotating, not absolute value.Jan Holesovsky2014-05-211-1/+7
* Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky2014-05-211-1/+1
* libgltf: The FPS counting is not necessary in LibreOffice.Jan Holesovsky2014-05-213-3/+32
* libgltf: Update to the new version.Jan Holesovsky2014-05-2116-324/+15
* Use varying aElement nameStephan Bergmann2014-05-211-1/+1
* ZCodec::UpdateCRC is privateStephan Bergmann2014-05-212-7/+8
* Remove unused ZCodec::IsFinishedStephan Bergmann2014-05-211-1/+0
* ZCodec instances can be allocated on the stack just fineStephan Bergmann2014-05-211-20/+13
* ZCodec instances can be allocated on the stack just fineStephan Bergmann2014-05-211-9/+7
* ZCodec instances can be allocated on the stack just fineStephan Bergmann2014-05-211-10/+9
* Remove unnecessary GZCodec derivationStephan Bergmann2014-05-214-22/+11
* Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann2014-05-211-2/+0
* Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann2014-05-216-26/+27
* Simplify logicStephan Bergmann2014-05-211-9/+3
* Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann2014-05-212-4/+3
* Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann2014-05-212-5/+3
* Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann2014-05-211-2/+0
* Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann2014-05-211-11/+1
* nMemUsage is always MAX_MEM_USAGEStephan Bergmann2014-05-212-7/+3
* Use default argument valuesStephan Bergmann2014-05-212-2/+2
* A single ZCodec ctor sufficesStephan Bergmann2014-05-212-20/+1
* Clean-up C-style (void) parameter listsStephan Bergmann2014-05-212-4/+4
* glTF embedding: handle missing image on a better wayZolnai Tamás2014-05-211-6/+14
* glTF objects: set playback loop by defaultZolnai Tamás2014-05-211-1/+5
* care for Java 1.5 support in external packagesDouglas Mencken2014-05-216-13/+55
* cid#708875 Unused pointer valueNoel Grandin2014-05-211-1/+1
* drop unused helpidsCaolán McNamara2014-05-211-4/+0
* improve the text rendering a bitMarkus Mohrhard2014-05-212-4/+5
* we need to set text size in woorld coordinatesMarkus Mohrhard2014-05-211-6/+15