summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)Author
2021-06-11"drawinglayer" -> "drawinglayer.emf" log area for some emf codeLuboš Luňák
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna
2021-06-02fix: extend the primitive dump, with information about line cap and jointBartosz Kosiorek
2021-05-30no need to allocate this separatelyNoel Grandin
2021-05-21properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák
2021-05-18loplugin:unusedfieldsNoel Grandin
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl
2021-05-06add a unittest for impress drawing a dotted line in tdf#136957Luboš Luňák
2021-05-01fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara
2021-04-27loplugin:moveoptNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-17loplugin:constantparamNoel Grandin
2021-04-12update PCHsCaolán McNamara
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06update pchesCaolán McNamara
2021-04-03tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-21update pchesCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-14loplugin:unusedmethodsNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-13update pchesJulien Nabet
2021-03-11use VCLUnoHelper::GetWindowCaolán McNamara
2021-03-10use VCL API rather than manually apply numeric alpha changeLuboš Luňák
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-03-08make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)Luboš Luňák
2021-03-06update pchesJulien Nabet
2021-03-06update pchesJulien Nabet
2021-03-03update pchesCaolán McNamara
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-02-23update pchesCaolán McNamara
2021-02-22loplugin:refcounting in drawinglayerNoel
2021-02-19update pchesCaolán McNamara
2021-02-19Some more unit conversion unificationMike Kaganski
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-01tdf#39674 Replace QuadratAntje Kazimiers
2021-01-30this method should be pure virtualNoel Grandin
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet