summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Fix typoAndrea Gelmini1-1/+1
2020-01-07Fix typoAndrea Gelmini1-1/+1
2020-01-06tdf#124176: Use pragma once instead of include guardsElzem Atay3-12/+3
2020-01-04cid#1456609 Operands don't affect resultCaolán McNamara1-8/+30
2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl6-306/+372
2020-01-03cid#1456603 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-01-03drawinglayer: simplify namespaces in BasePrimitive filesTomaž Vajngerl1-18/+4
2020-01-01drawinglayer: clang-format BasePrimitive2D + remove from blacklistTomaž Vajngerl1-291/+375
2019-12-28drawinglayer: improve logging for PenDataCompoundLine recordChris Sherlock2-5/+6
2019-12-27tdf#125901: apply color modifiers when drawing hatchAndrés Maldonado1-2/+2
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2019-12-23drawinglayer: rename PenDataNonCenter to PenAlignment, use PenAlignmentToStringChris Sherlock2-6/+29
2019-12-23drawinglayer: read EmfPlusPointR points in EmfPlusPath recordChris Sherlock1-2/+16
2019-12-23drawinglayer: improve logging - DashedLineCapTypeToString()Chris Sherlock2-1/+19
2019-12-22drawinglayer: improve logging - LineJoinTypeToString()Chris Sherlock2-1/+21
2019-12-22drawinglayer: improve logging - LineCapTypeToString()Chris Sherlock2-2/+36
2019-12-20drawinglayer: better logging for brushes in EmfPlusRecordTypeDrawStringChris Sherlock1-1/+19
2019-12-20drawinglayer: improve pen object loggingChris Sherlock3-26/+74
2019-12-20drawinglayer: improve more EMF+ loggingChris Sherlock5-139/+185
2019-12-19tdf#129188 drawinglayer: implement EMF+ SetTextContrastChris Sherlock2-5/+47
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-12-19sal_Char->char in desktop..dtransNoel Grandin1-1/+1
2019-12-18Fix debug build after 7732444c5d4e79ae0218932afe85bcc4b56a00a4Mike Kaganski2-1/+3
2019-12-18tdf#129459 drawinglayer: fill shapes with solid color brushChris Sherlock2-24/+35
2019-12-18drawinglayer: improve logging for fontsChris Sherlock2-7/+37
2019-12-17loplugin:expandablemethodsNoel Grandin1-1/+1
2019-12-14drawinglayer: log UnitType enumChris Sherlock1-2/+16
2019-12-14drawinglayer: fix getUnitToPixelMultiplier() functionChris Sherlock1-8/+13
2019-12-14drawinglayer: improve logging EmfPlusRecordTypeSetInterpolationMode recordsChris Sherlock2-1/+32
2019-12-14drawinglayer: improve logging for EmfPlusSetTextRenderingHintChris Sherlock2-19/+43
2019-12-13loplugin:expandablemethodsNoel Grandin1-2/+1
2019-12-11Fix typoAndrea Gelmini2-2/+2
2019-12-10drawinglayer: improve logging of EmfPlusRecordTypeSetAntiAliasModeChris Sherlock2-0/+29
2019-12-10drawinglayer: fix spelling of mitterLimit - should be miterLimitChris Sherlock2-5/+5
2019-12-06drawinglayer: improve logging for EmfPlusSetPixelOffsetMode recordsChris Sherlock2-1/+24
2019-12-06drawinglayer: add EMFPImageAttributesChris Sherlock4-1/+116
2019-12-05Fix typoAndrea Gelmini1-2/+2
2019-12-04Fix typoAndrea Gelmini1-1/+1
2019-12-04drawinglayer: improve logging of EmfPlusStringFormat objectsChris Sherlock3-21/+213
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák1-0/+3
2019-11-27fix a VirtualDevice leakLuboš Luňák1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+17
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen55-147/+24
2019-11-20drawinglayer: handle more primitives in the xml dumpMiklos Vajna1-1/+62
2019-11-20tdf#42112 Add support for Custom Line CapBartosz Kosiorek2-7/+92
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-6/+0
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-2/+2