summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
4 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
5 daysDrop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-03-30convert CanvasFont to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski
2024-02-08canvas : use more OUString literalsArnaud VERSINI
2024-01-15tdf#156830: fix faulty transformation order in cairo canvas for patternsSarper Akdemir
2024-01-12cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-01-02tdf#145538 Use range based for loopsLuv Sharma
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-20Extended loplugin:ostr: canvasStephan Bergmann
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 2)Julien Nabet
2023-11-17c++20: use std::erase instead of std::removed followed by eraseJulien Nabet
2023-10-25tdf#157790 invert alpha maskPatrick Luby
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-08-19loplugin: new global analysis locking2Noel Grandin
2023-08-16tdf#144073 and tdf#147645: use bounds and angle for gradientPatrick Luby
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in canvas"Noel Grandin
2023-08-11clang-tidy bugprone-parent-virtual-call in canvasNoel Grandin
2023-08-06tdf#156540 invert alpha mask when drawing spritesThorsten Behrens
2023-08-06Revert "tdf#156540 invert alpha when drawing sprites"Patrick Luby
2023-08-05tdf#156540 invert alpha when drawing spritesPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl
2023-07-10tdf#147999: Fix canvas font width for fallback fonts on WindowsKhaled Hosny
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-07-06ScanlineFormat::N1BitLsbPal is unusedNoel Grandin
2023-06-19tdf#43671: Pass through emphasis mark setting with cairo canvasKhaled Hosny
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny
2023-06-05Use getXWeak in canvasMike Kaganski
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-04-21Fix some getImplementationNameStephan Bergmann
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-08osl::Mutex->std::mutex in SimpleCanvasImplNoel Grandin
2023-02-28BaseMutex->std::mutex in oglcanvas::TextLayoutNoel Grandin
2023-02-24BaseMutex->std::mutex in vclcanvas::TextLayoutNoel Grandin
2023-02-24BaseMutex->std::mutex in oglcanvas::CanvasFontNoel Grandin
2023-02-24BaseMutex->std::mutex in CanvasFontNoel Grandin
2023-02-24BaseMutex->std::mutex in cairocanvas::TextLayoutNoel Grandin
2023-02-22BaseMutex->std::mutex in canvas::CachedPrimitiveBaseNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-16The third "depth argument is unusedCaolán McNamara
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (vclcanvas::TextLayout)Stephan Bergmann
2022-12-23loplugin:unocast (vclcanvas::CanvasFont)Stephan Bergmann