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