summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d
AgeCommit message (Expand)Author
2022-09-14Rework of ShadowPrimitive2DArmin Le Grand (allotropia)
2022-09-10VclPixelProcessor2D doesnt need a pimplNoel Grandin
2022-09-08Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)
2022-09-01fix limiting drawing of softedge effect (tdf#141981)Luboš Luňák
2022-08-31Rework of GlowPrimitive2DArmin Le Grand (allotropia)
2022-08-30Unify the two places dumping bimaps for debuggingMike Kaganski
2022-08-26crashtesting: avoid negative scalingCaolán McNamara
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-24cid#1510129 Logically dead codeCaolán McNamara
2022-08-22flatten logic in RenderFillGraphicPrimitive2D a littleNoel Grandin
2022-08-18tdf#150462 set mode to keep scaled glyph positions as floating pointCaolán McNamara
2022-08-18tdf#150462 don't prescale dxarray before using DrawTextArrayCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-21tdf#144916: expand range to avoid unwanted effects on viewport edgesMike Kaganski
2022-07-09tdf#149890 SVG: pattern is displayed with black fillNoel Grandin
2022-06-29Fix typosAndrea Gelmini
2022-06-28tdf#149754 correct gradient paint for outside definition rangeArmin Le Grand (allotropia)
2022-06-16loplugin:moveitNoel Grandin
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
2022-06-03tdf#136787 Add control to create 1-bit B&W bitmap while creating mask.Gülşah Köse
2022-05-07osl::Mutex->std::mutex in VDevBufferNoel Grandin
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2022-02-03We know the buffer length hereMike Kaganski
2022-01-24avoid Skia GPU surfaces for small virtual devices (bsc#1183308)Luboš Luňák
2022-01-24avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen
2021-12-04rename Primitive2DDecompositionVisitor methodsNoel Grandin
2021-11-24tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdfJulien Nabet
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
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