summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin44-336/+397
2024-02-07these casts are no longer necessaryNoel Grandin18-73/+65
2024-02-07simplify some Primitive2DContainer constructionNoel Grandin2-14/+10
2024-02-07simplify some Primitive2DContainer accessesNoel Grandin3-6/+6
2024-02-07can std::move these Primitive2DContainer valuesNoel Grandin1-1/+1
2024-02-06flatten some drawinglayer codeNoel Grandin7-283/+272
2024-02-05tdf#108037 Reduce time and memory consumed exporting to PDFNoel Grandin2-5/+16
2024-02-04Move mnTransparenceForShadow down to SdrCellPrimitive2DNoel Grandin2-20/+10
2024-01-19tdf#159067 drawinglayer: fix untagged form control (PDF/UA export)Tibor Nagy2-4/+10
2024-01-17tdf#145538 use std::equal in place of for loopachintya1-11/+7
2024-01-16chart2: Make automatic area coloring for charts work for tiled renderingofftkp2-2/+17
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-01-02tdf#158913 secure Primitive 'visit' using mutexArmin Le Grand (allotropia)2-36/+72
2024-01-02Add flush mechanism to buffered Primitives IVArmin Le Grand (allotropia)2-12/+26
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-3/+2
2023-12-29tdf#158743 use maCurrentTransformation for embeddingArmin Le Grand (allotropia)1-1/+4
2023-12-29Typo: opertator->operator (drawinglayer)Julien Nabet2-2/+2
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+3
2023-12-23Related: tdf#158807 mutex must be locked when disposing a VirtualDevicePatrick Luby1-0/+18
2023-12-21Add flush mechanism to buffered Primitives IIArmin Le Grand (allotropia)2-19/+45
2023-12-19Drop some wrapper methods from SvtOptionsDrawinglayerGabor Kelemen4-6/+11
2023-12-19Add flush mechanism to buffered PrimitivesArmin Le Grand (allotropia)8-2/+154
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara3-22/+20
2023-12-16cid#1546456 COPY_INSTEAD_OF_MOVECaolán McNamara2-9/+6
2023-12-14cid#1545211 COPY_INSTEAD_OF_MOVECaolán McNamara1-12/+14
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara2-8/+7
2023-12-12cid#1546444 COPY_INSTEAD_OF_MOVECaolán McNamara1-7/+3
2023-12-11Fix typoAndrea Gelmini2-2/+2
2023-12-113D SW-Renderer: Add functionality to balance quality/speedArmin Le Grand (allotropia)1-5/+56
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin6-13/+14
2023-12-06make AlphaMask separate from BitmapNoel Grandin2-4/+4
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin1-6/+6
2023-12-03ProcessAndBlurAlphaMask should take an AlphaMask as paramNoel Grandin2-3/+3
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna1-0/+1
2023-11-21tdf#157558 invert and remove blended white colorPatrick Luby1-0/+15
2023-11-20Extended loplugin:ostr: drawinglayerStephan Bergmann2-67/+67
2023-11-05tdf#158014 Skia adds filled white areas in .svg when exporting to PDFNoel Grandin3-11/+9
2023-10-28Fix variable names according to documentationBartosz Kosiorek1-5/+6
2023-10-26tdf#157083 Artifacts in logos (gen)Noel Grandin1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: drawinglayerStephan Bergmann1-3/+3
2023-10-18tdf#157792 followupNoel Grandin1-1/+1
2023-10-12drawinglayer,svx: PDF/UA export: put Form SE into anchor paragraph SEMichael Stahl2-1/+23
2023-10-09tdf#157502 and tdf#157652 invert alpha maskPatrick Luby1-3/+9
2023-10-09vcl: render scaled fonts for LOKPranam Lashkari1-1/+3
2023-10-04vcl,drawinglayer,sw: PDF/UA export: footnote-container-in-list problemMichael Stahl1-5/+5
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen3-3/+0
2023-09-14tdf#156808 force an alpha mask to be created even if it has no alphaPatrick Luby2-3/+8
2023-09-12tdf#157086 invert the blur mask instead of the alpha maskPatrick Luby1-2/+5
2023-09-08XPrimitive2DRenderer does not need to implement XAggreggationNoel Grandin1-1/+1