summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.3-25cd-5.3-25Andras Timar2017-11-301-1/+1
* LOK: support password-protected PDF docsAshod Nakashian2017-11-301-2/+10
* pdf: use bimap for GraphicsContext-id mapAshod Nakashian2017-11-302-15/+15
* pixman: drop cached glyphs above size watermarkAshod Nakashian2017-11-301-1/+71
* sc: simplify ScColContainerAshod Nakashian2017-11-294-43/+23
* ofz: optimize 1bit mask to avoid timeoutCaolán McNamara2017-11-291-13/+23
* simplify Bitmap operator==/IsEqual (stage2)Noel Grandin2017-11-296-13/+10
* simplify Bitmap operator==/IsEqual (stage1)Noel Grandin2017-11-295-19/+10
* Fix typosAndrea Gelmini2017-11-2931-37/+37
* Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M2017-11-2915-29/+29
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-11-29218-838/+837
* Axe debug loggingAshod Nakashian2017-11-291-2/+0
* Tile the writer surround rendering to avoid large image scaling.Michael Meeks2017-11-291-12/+29
* New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann2017-11-2845-17/+186
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-11-2822-143/+143
* move the exception handlingCaolán McNamara2017-11-282-182/+188
* loplugin:loopvartoosmallStephan Bergmann2017-11-285-13/+13
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-11-2864-63/+249
* better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin2017-11-282-2/+5
* fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara2017-11-282-33/+21
* mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara2017-11-281-1/+0
* post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara2017-11-282-40/+34
* mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara2017-11-281-8/+5
* mpGlobalMgr is the only manager possibleCaolán McNamara2017-11-281-1/+1
* move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara2017-11-282-10/+10
* ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara2017-11-281-3/+0
* GraphicManagerDestroyed would just set the default manager againCaolán McNamara2017-11-283-11/+1
* unfold and unindent else causeCaolán McNamara2017-11-281-24/+22
* the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara2017-11-281-35/+18
* collapse !mpMgr || mpMgrCaolán McNamara2017-11-281-38/+35
* first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara2017-11-282-11/+10
* second arg of deformed copy ctor isn't usedCaolán McNamara2017-11-283-4/+4
* return false on exceptionCaolán McNamara2017-11-281-152/+159
* Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann2017-11-284-8/+8
* ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara2017-11-281-1/+1
* ofz: 0 bitcount bmps are unsupportedCaolán McNamara2017-11-281-0/+4
* expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara2017-11-281-4/+12
* ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara2017-11-281-36/+46
* move bitmap allocation after palette readCaolán McNamara2017-11-281-10/+10
* return early on errorCaolán McNamara2017-11-281-186/+184
* process palette standaloneCaolán McNamara2017-11-281-5/+6
* ofz: reject broken rle bmpsCaolán McNamara2017-11-282-1/+2
* ofz#787 avoid bmp oomCaolán McNamara2017-11-281-2/+3
* -Werror,-Wimplicit-fallthroughStephan Bergmann2017-11-281-0/+1
* reject bmps with unknown compression schemesCaolán McNamara2017-11-282-6/+22
* vector::data seems more natural than &vector::frontCaolán McNamara2017-11-2824-84/+83
* loplugin: unnecessary destructor vbahelper..vclNoel Grandin2017-11-2836-112/+0
* Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet2017-11-281-2/+4
* pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara2017-11-281-0/+2
* pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara2017-11-281-0/+2