summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2013-12-27EMF+: Add EMFPlusPointR detection to EMFPPath.Andrzej Hunt1-5/+10
2013-12-26EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-2/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2-4/+21
2013-12-05EMF+: Log the stride too.Jan Holesovsky1-1/+1
2013-12-04EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan1-0/+2
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens2-2/+8
2013-11-29Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens2-6/+2
2013-11-28Resolves: fdo#71527 make presenter console not crash/uselessCaolán McNamara2-2/+6
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky2-33/+45
2013-11-26WaE: potentially uninitialized local variable 'pPattern' usedTor Lillqvist1-1/+1
2013-11-26-Werror,-Wunused-const-variableStephan Bergmann1-4/+2
2013-11-25EMF+: Set the stroke attributes on the custom line caps.Jan Holesovsky1-9/+62
2013-11-25EMF+: Render custom line cap data.Jan Holesovsky2-30/+107
2013-11-25EMF+: Parse custom line cap data for start and end line caps.Jan Holesovsky1-20/+110
2013-11-25EMF+: Small cleanup & more logging in preparation for line starts & ends.Jan Holesovsky2-19/+44
2013-11-25EMF+: Implement line dashing.Jan Holesovsky1-2/+49
2013-11-25EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-2/+2
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-3/+3
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-3/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-3/+3
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza1-1/+0
2013-10-10n#812793: Reverting the workaround.Muthu Subramanian1-5/+0
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens2-6/+2
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin5-14/+13
2013-08-30Revert some random work-in-progress that is most probably bitrottenFridrich Štrba3-6/+19
2013-08-24build on higher debug levelsCaolán McNamara1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-11Fix memory leak in EMFPPen.Mark Wielaard1-0/+12
2013-07-10merge duplicated codeCaolán McNamara1-86/+3
2013-07-10remove last XubString uses in cppcanvasCaolán McNamara1-21/+20
2013-07-08Turn Radek's notes into README files.Radek Doulik1-0/+4
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-1/+0
2013-06-15Missing includeStephan Bergmann1-0/+2
2013-06-12warning C4305: 'argument' : truncation from 'double' to 'float'Stephan Bergmann1-2/+2
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-6/+10
2013-06-12EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with itFridrich Štrba3-19/+0
2013-06-12Pass also the bounding box in device units to the EMF+ partFridrich Štrba2-0/+6
2013-06-11canvas unit test - tolerate canvas non-creation: really no X server...Michael Meeks1-1/+2
2013-06-11add cppcanvas unit test makefile I forgot.Michael Meeks1-0/+58
2013-06-11create a cairo canvas unit test, if only I could use the XCanvas API.Michael Meeks2-0/+99
2013-06-11Use a local variable for the pointsFridrich Štrba1-2/+6
2013-06-11Refactor a bit the code while reading itFridrich Štrba1-30/+2
2013-06-11Fix typo and make the debug output a bit more readableFridrich Štrba1-4/+4
2013-06-11Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand2-16/+16