summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
46 hoursFix a thinko in 8a97f1ba8d9ccb65b2c89106de20666311d90c30Mike Kaganski1-1/+1
2 daystdf#160782: convert to bitmapEx from 0,0 to width,heightXisco Fauli8-31/+24
2 daystdf#160773: handle 0-size font heightMike Kaganski1-2/+11
3 daysuse more OUString literalNoel Grandin1-53/+18
3 daystdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli8-24/+31
5 daystdf#160702: improve text positioningMike Kaganski2-15/+67
5 daysReturn double from OutputDevice::GetTextArrayMike Kaganski1-2/+2
6 daystdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski1-8/+2
6 daystdf#160084 Simplify comparing with zero when using fToolsRMZeroFour6-11/+11
10 daysGeneralize basegfx::fround for templated return typeMike Kaganski6-27/+40
11 daysUse more o3tl::convertMike Kaganski2-19/+25
2024-04-04loplugin:unusedenumconstantsNoel Grandin2-2/+0
2024-04-01tdf#146619 Drop unused 'using namespace' in: drawinglayer/Gabor Kelemen1-1/+0
2024-03-28Simplify a comparisonMike Kaganski1-7/+5
2024-03-27tdf#160084 Simplify comparison for basegfx::fToolsBogdan Buzea4-7/+7
2024-03-21ITEM: Enable MultiThreaded 3D renderingArmin Le Grand (allotropia)1-1/+1
2024-03-21Disable EditViewActive when Metafile outputArmin Le Grand (allotropia)3-11/+11
2024-03-21Provide tooling for EditView exclusive PrimitivesArmin Le Grand (allotropia)3-1/+75
2024-03-11tdf#159094 sc: fix failure when exporting media files to PDFTibor Nagy1-0/+1
2024-03-07Simplify some rtl::math::approxEqual callsNoel Grandin1-1/+1
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin2-4/+4
2024-03-04tdf#159515 rename impGetTransparence() to impGetAlpha()Patrick Luby2-7/+7
2024-02-23optimize the text drawing, that's what we do most ofCaolán McNamara2-2/+9
2024-02-22IASS: Re-define Text suppression for TextEditArmin Le Grand (allotropia)4-16/+33
2024-02-22split TextAsPolygonExtractor2D for more general reuseCaolán McNamara3-65/+130
2024-02-19crashtesting: bump refcount during setBuffered2DDecompositionCaolán McNamara2-0/+4
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