summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2024-07-24tdf#101686 Writer textbox direction changes depending on zoomJonathan Clark1-4/+12
2024-07-18fix skia crash (tdf#160646 related)Noel Grandin1-1/+3
2024-07-17tdf#158397 freeze hovering mouse above animating gifNoel Grandin3-0/+22
2024-07-14tdf#161990: take MapMode's origin point into accountMike Kaganski1-2/+3
2024-07-01crashtesting: divide by zeroCaolán McNamara1-4/+2
2024-07-01tdf#161086 bitmap location wrong with SVG with an embedded PNGNoel Grandin1-0/+8
2024-06-10tdf#152024 Diacritics cut off at top and bottom of paragraphJonathan Clark1-1/+1
2024-06-06tdf#153008 svx: impl crop for stretched bitmap fillAttila Szűcs1-0/+13
2024-05-26tdf#161222: LOK: do not fine-tune text scaling for tile renderingMike Kaganski1-16/+20
2024-05-18tdf#161154: pass "scaling is done externally" information down the stackMike Kaganski1-10/+14
2024-05-16tdf#146619 Drop unused 'using namespace com::sun::star'Gabor Kelemen13-37/+0
2024-05-08loplugin:ostr in drawinglayerNoel Grandin14-380/+380
2024-05-02Prepare to run (select) tests during Emscripten buildStephan Bergmann1-1/+1
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-3/+2
2024-04-26tdf#157240: also set font color together with fontMike Kaganski1-2/+1
2024-04-23Fix a thinko in 8a97f1ba8d9ccb65b2c89106de20666311d90c30Mike Kaganski1-1/+1
2024-04-22tdf#160782: convert to bitmapEx from 0,0 to width,heightXisco Fauli8-31/+24
2024-04-22tdf#160773: handle 0-size font heightMike Kaganski1-2/+11
2024-04-22use more OUString literalNoel Grandin1-53/+18
2024-04-22tdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli8-24/+31
2024-04-20tdf#160702: improve text positioningMike Kaganski2-15/+67
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski1-2/+2
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski1-8/+2
2024-04-18tdf#160084 Simplify comparing with zero when using fToolsRMZeroFour6-11/+11
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski6-27/+40
2024-04-13Use 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