summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2013-06-10Fix windows compile of Arc fix.Michael Meeks
2013-06-07fdo#65502 - EmfFillPie fix.Michael Meeks
2013-06-07Transform the clipping polygon before using itFridrich Štrba
2013-05-15Don't leak all of the EMF+ graphic objects.Thorsten Behrens
2013-04-26fdo#60638: Workaround should be in FillRects rather than FillPolygon.Muthu Subramanian
2013-04-25n#812793: (Workaround) Transparent background import in EMF+.Muthu Subramanian
2013-03-19implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik
2013-03-16implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik
2013-03-16implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik
2013-03-16implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik
2013-03-07Backport of EMF+ changes from masterFridrich Štrba
2013-02-25fdo#59405: cppcanvas: fix infinite loop in processEMFPlusMichael Stahl
2013-01-22implemented EmfPlusRecordTypeFillPie recordRadek Doulik
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-11fdo#35680 - fix wrong gradient rendering when grouped.Michael Meeks
2012-11-16use LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-06Revert "calc65: #i116318# Fixed the painting of axial gradients."Michael Meeks
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-06fixed typoRadek Doulik
2012-08-15display hexadecimal and decimal record numbersRadek Doulik
2012-08-09remove some unused methodsCaolán McNamara
2012-07-19emf+: added implementation of DrawImage recordRadek Doulik
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
2012-07-02Remove unused definesThomas Arnhold
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-25replace custom readString with read_uInt16s_ToOUStringCaolán McNamara
2012-06-22cppcanvas: remove obsolete makefile.mkMichael Stahl
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-19death to some UniStringsCaolán McNamara
2012-06-19use a temporary rather than calling EraseCaolán McNamara
2012-06-19where is the logic of having 5 pChars if we only need 4Caolán McNamara
2012-06-19if the string is created of len 0, then no point passing any argumentsCaolán McNamara
2012-06-19if the string is created from 4 sal_Unicodes then it cannot be of 0 lenCaolán McNamara
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
2012-05-22targetted string re-workMichael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-18tune the guessed position a bit, so that it works better with test documentsRadek Doulik
2012-04-18implemented EmfPlusRecordTypeDrawString recordRadek Doulik
2012-04-18added debug message for unsupported casesRadek Doulik
2012-04-18SrcRect for SrcUnit = 2 is in pixels, don't Map itRadek Doulik
2012-04-18ImplText never instantiatedCaolán McNamara
2012-04-13set minimal width if pen width is set to zeroRadek Doulik
2012-04-13fix crash on invalid/missing penCaolán McNamara