summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt2014-02-121-17/+32
* EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt2014-01-031-1/+1
* EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt2014-01-031-10/+18
* EMF+: Integer coordinate values are signed.Andrzej Hunt2014-01-031-2/+2
* EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2013-12-082-4/+21
* EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan2013-12-061-0/+2
* EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky2013-11-272-33/+45
* EMF+: Parse and render custom line cap data.Jan Holesovsky2013-11-272-33/+290
* EMF+: Implement line dashing.Jan Holesovsky2013-11-271-2/+49
* EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky2013-11-271-1/+1
* n#812793: Reverting the workaround.Muthu Subramanian2013-10-181-5/+0
* cppcanvas: try to make MSVC tinderbox happyMichael Stahl2013-06-101-4/+4
* Transform the clipping polygon before using itFridrich Štrba2013-06-071-0/+1
* fdo#65502 - EmfFillPie fix.Michael Meeks2013-06-071-8/+9
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-05-208-60/+50
* Janitorial: indent code correctlyChris Sherlock2013-05-121-11/+11
* fix buildDavid Tardon2013-05-121-1/+1
* EMF+ fixesChris Sherlock2013-05-121-9/+26
* Fix: change to std::dec after having used std::hexChris Sherlock2013-05-101-31/+31
* Don't leak all of the EMF+ graphic objects.Thorsten Behrens2013-05-083-6/+8
* Fix adaption to SAL_INFOStephan Bergmann2013-05-061-3/+1
* Convert EMFP_DEBUG to SAL_INFO, etc.Chris Sherlock2013-05-061-203/+206
* Convert from EMFP_DEBUG to SAL_INFOChris Sherlock2013-05-021-12/+6
* Clang cleanup, unaligned if statementNoel Grandin2013-04-291-7/+3
* fdo#60638: Workaround should be in FillRects rather than FillPolygon.Muthu Subramanian2013-04-261-5/+7
* n#812793: (Workaround) Transparent background import in EMF+.Muthu Subramanian2013-04-251-2/+6
* Don't point to inc directories that don't exist any longerTor Lillqvist2013-04-241-1/+0
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* execute move of global headersBjoern Michaelsen2013-04-2317-1309/+0
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-077-28/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0710-39/+39
* new module i18nlangtagEike Rathke2013-04-052-2/+2
* -Wunused-macrosStephan Bergmann2013-03-271-5/+0
* implemented BeginContainerNoParams and EndContainer recordsRadek Doulik2013-03-222-26/+67
* implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik2013-03-193-3/+58
* WaE: Potentially uninitialized local variableTor Lillqvist2013-03-191-1/+8
* implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik2013-03-151-4/+33
* ops, fix buildRadek Doulik2013-03-151-1/+1
* implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik2013-03-152-33/+47
* WaE: unused variableDavid Tardon2013-03-151-2/+1
* implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik2013-03-151-0/+26
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* Work around GCC 4.8 -Werror=virtual-move-assignStephan Bergmann2013-03-091-1/+2
* do not crop the bitmap, it is already cropped. more debug outputRadek Doulik2013-03-061-4/+6
* straighten out that dreaded indentationEike Rathke2013-03-061-163/+167
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-440/+442
* remove unused and commented out codeThomas Arnhold2013-03-043-21/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-3/+3
* remove all d.lstMichael Stahl2013-02-281-0/+0
* loplugin: improve indentationThomas Arnhold2013-02-252-2/+2