summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/emfplus.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-09fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna1-1/+23
2014-02-12EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
2014-01-03EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt1-1/+1
2014-01-03EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt1-10/+18
2014-01-03EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
2013-12-08EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan1-3/+20
2013-12-06EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan1-0/+2
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky1-32/+43
2013-11-27EMF+: Parse and render custom line cap data.Jan Holesovsky1-32/+282
2013-11-27EMF+: Implement line dashing.Jan Holesovsky1-2/+49
2013-11-27EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
2013-10-18n#812793: Reverting the workaround.Muthu Subramanian1-5/+0
2013-06-10cppcanvas: try to make MSVC tinderbox happyMichael Stahl1-4/+4
2013-06-07Transform the clipping polygon before using itFridrich Štrba1-0/+1
2013-06-07fdo#65502 - EmfFillPie fix.Michael Meeks1-8/+9
2013-05-12Janitorial: indent code correctlyChris Sherlock1-11/+11
2013-05-12fix buildDavid Tardon1-1/+1
2013-05-12EMF+ fixesChris Sherlock1-9/+26
2013-05-10Fix: change to std::dec after having used std::hexChris Sherlock1-31/+31
2013-05-08Don't leak all of the EMF+ graphic objects.Thorsten Behrens1-5/+0
2013-05-06Fix adaption to SAL_INFOStephan Bergmann1-3/+1
2013-05-06Convert EMFP_DEBUG to SAL_INFO, etc.Chris Sherlock1-203/+206
2013-04-29Clang cleanup, unaligned if statementNoel Grandin1-7/+3
2013-04-26fdo#60638: Workaround should be in FillRects rather than FillPolygon.Muthu Subramanian1-5/+7
2013-04-25n#812793: (Workaround) Transparent background import in EMF+.Muthu Subramanian1-2/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-22implemented BeginContainerNoParams and EndContainer recordsRadek Doulik1-24/+61
2013-03-19implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik1-2/+47
2013-03-19WaE: Potentially uninitialized local variableTor Lillqvist1-1/+8
2013-03-15implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik1-4/+33
2013-03-15ops, fix buildRadek Doulik1-1/+1
2013-03-15implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik1-33/+46
2013-03-15WaE: unused variableDavid Tardon1-2/+1
2013-03-15implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik1-0/+26
2013-03-06do not crop the bitmap, it is already cropped. more debug outputRadek Doulik1-4/+6
2013-03-06straighten out that dreaded indentationEike Rathke1-163/+167
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-440/+442
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2013-02-25workaround for emf+ files with broken dataSize of Image object recordRadek Doulik1-7/+7
2013-02-25fdo#59405: cppcanvas: fix infinite loop in processEMFPlusMichael Stahl1-1/+10
2013-01-10implemented EmfPlusRecordTypeFillPie recordRadek Doulik1-0/+45
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-06fixed typoRadek Doulik1-2/+2
2012-07-19emf+: added implementation of DrawImage recordRadek Doulik1-15/+39
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-3/+4
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-25replace custom readString with read_uInt16s_ToOUStringCaolán McNamara1-20/+2
2012-06-19death to some UniStringsCaolán McNamara1-1/+1