summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d
AgeCommit message (Expand)Author
2021-10-31crashtesting: failure on conversion of fdo74498-1.doc to pdfCaolán McNamara
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin
2021-08-18use visitor callback to avoid container construction (tdf#105575)Noel Grandin
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin
2021-08-05Remove harmful static_cast<int>Stephan Bergmann
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-22flatten vcl::LazyDeleteNoel Grandin
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun
2021-05-21properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš 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-17loplugin:constantparamNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-14loplugin:unusedmethodsNoel
2021-03-10use VCL API rather than manually apply numeric alpha changeLuboš Luňák
2021-03-08make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)Luboš Luňák
2021-02-01tdf#39674 Replace QuadratAntje Kazimiers
2021-01-16transparency->alpha in BitmapExNoel Grandin
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-24custom literal for Degree10Noel Grandin
2020-12-17Fix typoAndrea Gelmini
2020-12-16tdf#131281 Always draw FormControls when TiledRenderingArmin Le Grand (allotropia)
2020-11-13tdf#123936 Formatting files in module drawinglayer with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25forward axial and radial gradient types to VCL tooLuboš Luňák
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl
2020-09-13tdf#124176 Use #pragma once in drawinglayerGeorge Bateman