summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
20 hoursuse more officecfg in CanvasFactoryNoel Grandin2-36/+19
4 daysDrop some uses of css::uno::Sequence::getConstArrayMike Kaganski3-6/+4
9 daysloplugin:ostr in canvasNoel Grandin15-45/+45
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-04-29Drop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski2-214/+131
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski7-34/+31
2024-03-30convert CanvasFont to comphelper::WeakComponentImplHelperNoel Grandin2-12/+13
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski1-1/+1
2024-02-08canvas : use more OUString literalsArnaud VERSINI13-25/+25
2024-01-15tdf#156830: fix faulty transformation order in cairo canvas for patternsSarper Akdemir1-1/+1
2024-01-12cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara1-20/+20
2024-01-02tdf#145538 Use range based for loopsLuv Sharma1-2/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-3/+3
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin3-8/+6
2023-11-20Extended loplugin:ostr: canvasStephan Bergmann1-10/+10
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 2)Julien Nabet2-5/+2
2023-11-17c++20: use std::erase instead of std::removed followed by eraseJulien Nabet1-4/+1
2023-10-25tdf#157790 invert alpha maskPatrick Luby1-7/+35
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann4-5/+5
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen1-0/+1
2023-09-02replace set(nullptr) with clear()Noel Grandin1-2/+2
2023-08-19loplugin: new global analysis locking2Noel Grandin7-22/+0
2023-08-16tdf#144073 and tdf#147645: use bounds and angle for gradientPatrick Luby1-34/+20
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in canvas"Noel Grandin8-144/+32
2023-08-11clang-tidy bugprone-parent-virtual-call in canvasNoel Grandin8-32/+144
2023-08-06tdf#156540 invert alpha mask when drawing spritesThorsten Behrens1-2/+4
2023-08-06Revert "tdf#156540 invert alpha when drawing sprites"Patrick Luby1-16/+2
2023-08-05tdf#156540 invert alpha when drawing spritesPatrick Luby1-2/+16
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin3-17/+5
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl24-200/+188
2023-07-10tdf#147999: Fix canvas font width for fallback fonts on WindowsKhaled Hosny5-22/+53
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin1-2/+2
2023-07-06ScanlineFormat::N1BitLsbPal is unusedNoel Grandin1-1/+0
2023-06-19tdf#43671: Pass through emphasis mark setting with cairo canvasKhaled Hosny3-2/+13
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny11-5/+107
2023-06-05Use getXWeak in canvasMike Kaganski10-20/+11
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-2/+2
2023-04-21Fix some getImplementationNameStephan Bergmann1-1/+1
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann2-1/+20
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-13/+2
2023-03-08osl::Mutex->std::mutex in SimpleCanvasImplNoel Grandin1-27/+24
2023-02-28BaseMutex->std::mutex in oglcanvas::TextLayoutNoel Grandin2-14/+11
2023-02-24BaseMutex->std::mutex in vclcanvas::TextLayoutNoel Grandin2-13/+13
2023-02-24BaseMutex->std::mutex in oglcanvas::CanvasFontNoel Grandin2-8/+5
2023-02-24BaseMutex->std::mutex in CanvasFontNoel Grandin2-11/+11
2023-02-24BaseMutex->std::mutex in cairocanvas::TextLayoutNoel Grandin2-17/+12
2023-02-22BaseMutex->std::mutex in canvas::CachedPrimitiveBaseNoel Grandin6-19/+11
2023-02-07improve readability of VirtualDevice constructorNoel Grandin4-7/+6
2023-01-16The third "depth argument is unusedCaolán McNamara1-2/+1
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1