summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara3-10/+12
2022-12-01drawinglayer: add StructureTagPrimitive to XML dumpMichael Stahl1-0/+14
2022-12-01tdf#135192 drawinglayer,svx: PDF/UA export: also tag TH for SdrTableObjMichael Stahl1-0/+5
2022-12-01OutputDevice::GetTextArray will always set the size of the vector anywayCaolán McNamara1-1/+1
2022-12-01Handle PolyPolygonGraphicPrimitive2D with used DefinitionRange correctlyArmin Le Grand (allotropia)1-0/+10
2022-11-25tdf#57423 drawinglayer: PDF/UA export: more Alt texts for SdrObjectsMichael Stahl5-61/+67
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin2-2/+3
2022-11-22tdf#135638 drawinglayer,svx,sw: PDF/UA export: put SdrObjects on anchorMichael Stahl2-1/+26
2022-11-22tdf#135638 drawinglayer: PDF/UA export: add BBox to FiguresMichael Stahl1-0/+43
2022-11-18Turn around usage of TextHierarchyEditPrimitive2DArmin Le Grand (allotropia)3-13/+17
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin17-49/+37
2022-11-15Prepare createAlphaMask to produce mask and alpha as neededArmin Le Grand (allotropia)1-9/+23
2022-11-13Fix typosAndrea Gelmini1-4/+4
2022-11-13Adapted convertToBitmapEx to simpler BitmapEx creationArmin Le Grand (allotropia)1-36/+68
2022-11-09ofz#53151 AbrtCaolán McNamara2-3/+8
2022-11-08Update handling of AntiAliasing settings and processor2dArmin Le Grand (allotropia)10-90/+207
2022-11-06Remove double functionalityArmin Le Grand (allotropia)5-57/+6
2022-11-02Fix typosAndrea Gelmini1-5/+5
2022-11-02Improved code for PolygonStrokePrimitive2D::getB2DRangeArmin Le Grand (allotropia)1-27/+111
2022-10-27tdf#123419 using glyph cache for drawinglayer renderingNoel Grandin1-1/+5
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-1/+2
2022-10-23tdf#151674 rotate text starting pointCaolán McNamara1-2/+6
2022-10-18Added handling of transparence to BackgroundColorPrimitive2DArmin Le Grand (allotropia)1-3/+22
2022-10-13use OutputDevice clipping if its just a set of rectanglesCaolán McNamara1-1/+12
2022-09-26tdf#151104 correct missing ColorModificationArmin Le Grand (allotropia)1-2/+11
2022-09-23tdf#150551 for PDF export, use the decompositionArmin Le Grand (allotropia)1-0/+7
2022-09-21Fix typoAndrea Gelmini1-1/+1
2022-09-21tdf#151081 render rotated gradients correctlyArmin Le Grand (allotropia)1-0/+15
2022-09-19Fix typosAndrea Gelmini2-3/+3
2022-09-19Make impBufferDevice faster againArmin Le Grand (allotropia)5-83/+383
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-16/+16
2022-09-14Fix typoAndrea Gelmini1-3/+3
2022-09-14Rework of ShadowPrimitive2DArmin Le Grand (allotropia)9-211/+400
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-4/+4
2022-09-10VclPixelProcessor2D doesnt need a pimplNoel Grandin2-16/+5
2022-09-08Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)6-269/+468
2022-09-07Fix typoAndrea Gelmini1-1/+1
2022-09-07ConvertToBitmapEx slightly too bright if transparency involvedArmin Le Grand (allotropia)1-111/+68
2022-09-02tdf#136370 Very large Shape with pattern/hatch makes scrolling slowNoel Grandin1-2/+28
2022-09-01Added BufferedDecompositionGroupPrimitive2DArmin Le Grand (allotropia)3-21/+59
2022-09-01explicitly use BmpScaleFlag::NearestNeighbor when wantedLuboš Luňák1-2/+2
2022-09-01fix limiting drawing of softedge effect (tdf#141981)Luboš Luňák1-1/+2
2022-08-31Fix typoAndrea Gelmini1-1/+1
2022-08-31Fix typoAndrea Gelmini1-1/+1
2022-08-31Rework of GlowPrimitive2DArmin Le Grand (allotropia)6-146/+399
2022-08-30Unify the two places dumping bimaps for debuggingMike Kaganski1-16/+8
2022-08-26crashtesting: avoid negative scalingCaolán McNamara1-11/+11
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-9/+0
2022-08-24cid#1510129 Logically dead codeCaolán McNamara1-4/+0
2022-08-22flatten logic in RenderFillGraphicPrimitive2D a littleNoel Grandin2-202/+191