summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2014-04-09fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna1-1/+23
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
2014-01-01EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt1-1/+1
2014-01-01EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt1-10/+18
2014-01-01EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2-4/+21
2013-12-04EMF+: 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 Holesovsky2-33/+45
2013-11-26EMF+: Parse and render custom line cap data.Jan Holesovsky2-33/+290
2013-11-26EMF+: Implement line dashing.Jan Holesovsky1-2/+49
2013-11-26EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
2013-11-05WaE: Potentially uninitialized local variableTor Lillqvist1-1/+8
2013-06-10Fix windows compile of Arc fix.Michael Meeks1-4/+4
2013-06-07fdo#65502 - EmfFillPie fix.Michael Meeks1-9/+9
2013-06-07Transform the clipping polygon before using itFridrich Štrba1-0/+1
2013-05-15Don't leak all of the EMF+ graphic objects.Thorsten Behrens3-6/+8
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-03-19implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik3-3/+58
2013-03-16implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik1-5/+34
2013-03-16implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik2-34/+47
2013-03-16implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik1-1/+27
2013-03-07Backport of EMF+ changes from masterFridrich Štrba2-12/+16
2013-02-25fdo#59405: cppcanvas: fix infinite loop in processEMFPlusMichael Stahl1-1/+10
2013-01-22implemented EmfPlusRecordTypeFillPie recordRadek Doulik1-0/+45
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-11fdo#35680 - fix wrong gradient rendering when grouped.Michael Meeks1-11/+15
2012-11-16use LanguageTagEike Rathke1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks34-1002/+436
2012-11-06Revert "calc65: #i116318# Fixed the painting of axial gradients."Michael Meeks1-15/+2
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-1/+1
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-06fixed typoRadek Doulik1-2/+2
2012-08-15display hexadecimal and decimal record numbersRadek Doulik1-1/+1
2012-08-09remove some unused methodsCaolán McNamara2-26/+0
2012-07-19emf+: added implementation of DrawImage recordRadek Doulik2-16/+40
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2-6/+4
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-06-25replace custom readString with read_uInt16s_ToOUStringCaolán McNamara1-20/+2
2012-06-22cppcanvas: remove obsolete makefile.mkMichael Stahl2-77/+0
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
2012-06-23removed unused forward declarations of classTakeshi Abe2-4/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks35-832/+517
2012-06-19death to some UniStringsCaolán McNamara1-1/+1
2012-06-19use a temporary rather than calling EraseCaolán McNamara1-6/+2
2012-06-19where is the logic of having 5 pChars if we only need 4Caolán McNamara1-2/+2