summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2021-06-17EMF+ WMF Update the variable names and add additional TODO warningsBartosz Kosiorek3-30/+27
2021-06-11"drawinglayer" -> "drawinglayer.emf" log area for some emf codeLuboš Luňák11-294/+294
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek1-1/+15
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek1-0/+28
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna1-3/+13
2021-06-02fix: extend the primitive dump, with information about line cap and jointBartosz Kosiorek1-13/+43
2021-05-30no need to allocate this separatelyNoel Grandin2-19/+9
2021-05-21properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák3-8/+106
2021-05-18loplugin:unusedfieldsNoel Grandin1-15/+0
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl4-39/+3
2021-05-06add a unittest for impress drawing a dotted line in tdf#136957Luboš Luňák3-0/+236
2021-05-01fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák1-32/+59
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-12/+41
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-73/+67
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-26drop mask from BitmapExNoel Grandin4-47/+16
2021-04-17loplugin:constantparamNoel Grandin1-9/+8
2021-04-12update PCHsCaolán McNamara1-2/+1
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-13/+15
2021-04-06update pchesCaolán McNamara1-1/+1
2021-04-03tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek1-0/+9
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+1
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-26create operator bool for BitmapNoel1-1/+1
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-4/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2-411/+411
2021-03-14loplugin:unusedmethodsNoel2-47/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-13update pchesJulien Nabet1-2/+1
2021-03-11use VCLUnoHelper::GetWindowCaolán McNamara1-16/+7
2021-03-10use VCL API rather than manually apply numeric alpha changeLuboš Luňák1-5/+5
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)Luboš Luňák1-14/+17
2021-03-06update pchesJulien Nabet1-2/+1
2021-03-06update pchesJulien Nabet1-1/+2
2021-03-03update pchesCaolán McNamara1-2/+1
2021-03-03drop TransparentType::Color usageNoel Grandin1-11/+0
2021-02-23update pchesCaolán McNamara1-1/+2
2021-02-22loplugin:refcounting in drawinglayerNoel8-30/+23
2021-02-19update pchesCaolán McNamara1-2/+1
2021-02-19Some more unit conversion unificationMike Kaganski1-26/+8
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-2/+2
2021-02-11loplugin:refcounting generalise type checkingNoel3-53/+58
2021-02-01tdf#39674 Replace QuadratAntje Kazimiers3-10/+10
2021-01-30this method should be pure virtualNoel Grandin1-6/+0