summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-21Updated coreCaolán McNamara1-0/+0
2014-05-21lets drop the custom DescriptionEdit widgetCaolán McNamara7-147/+10
2014-05-21RID_DLG_UPDATE conversion to .uisk9411-461/+553
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard5-28/+26
2014-05-21add unit test for static isValidBcp47() methodEike Rathke1-0/+16
2014-05-21add static LanguageTag::isValidBcp47()Eike Rathke2-0/+56
2014-05-21fix spellingNoel Grandin3-3/+3
2014-05-21also add Unity and SystemdBjoern Michaelsen1-0/+2
2014-05-21most certainly == was meantEike Rathke1-1/+1
2014-05-21add Debian JessieBjoern Michaelsen1-0/+1
2014-05-21remove obsolete Ubuntu names (pre 10.04 LTS)Bjoern Michaelsen1-18/+0
2014-05-21add current Ubuntu release namesBjoern Michaelsen1-0/+8
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2
2014-05-21fdo#77725 make testcase minimalMiklos Vajna1-0/+0
2014-05-21Use more specific tagTor Lillqvist2-1/+2
2014-05-21Log also the sizeTor Lillqvist2-2/+2
2014-05-21Bin ENUM_FONTRELIEF_DECLARED crackTor Lillqvist1-5/+0
2014-05-21Add a SAL_INFOTor Lillqvist1-0/+2
2014-05-21Add debugging output operator<< for FontMetricTor Lillqvist1-1/+16
2014-05-21Don't disable painting.Jan Holesovsky1-1/+1
2014-05-21fdo#78663 : Corrupt: 2007 WordArt whithin a Drawing toolRajashri6-8/+67
2014-05-21extras: add some more words to technical.dicMichael Stahl1-0/+11
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna2-6/+0
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende6-3/+41
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks5-6/+41
2014-05-21ODS load perf: avoid excessive calls to uppercase to compare tab names.Michael Meeks1-1/+10
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann1-5/+12
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-21fdo#78921 Don't crash when there is no storage specifiedMaxim Monastirsky1-0/+4
2014-05-21upgrade to python-3.3.5Thomas Arnhold6-245/+42