summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* Generalize basegfx::fround for templated return typeMike Kaganski5 days7-34/+31
* convert CanvasFont to comphelper::WeakComponentImplHelperNoel Grandin2024-03-302-12/+13
* tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski2024-03-141-1/+1
* canvas : use more OUString literalsArnaud VERSINI2024-02-0813-25/+25
* tdf#156830: fix faulty transformation order in cairo canvas for patternsSarper Akdemir2024-01-151-1/+1
* cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara2024-01-121-20/+20
* tdf#145538 Use range based for loopsLuv Sharma2024-01-021-2/+2
* move IsFuzzing to comphelperCaolán McNamara2023-12-302-3/+3
* simplify and modernise ScopedBitmapAccessNoel Grandin2023-12-073-8/+6
* Extended loplugin:ostr: canvasStephan Bergmann2023-11-201-10/+10
* c++20: use std::erase instead of std::removed followed by erase (part 2)Julien Nabet2023-11-182-5/+2
* c++20: use std::erase instead of std::removed followed by eraseJulien Nabet2023-11-171-4/+1
* tdf#157790 invert alpha maskPatrick Luby2023-10-251-7/+35
* Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2023-10-114-5/+5
* tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen2023-09-211-0/+1
* replace set(nullptr) with clear()Noel Grandin2023-09-021-2/+2
* loplugin: new global analysis locking2Noel Grandin2023-08-197-22/+0
* tdf#144073 and tdf#147645: use bounds and angle for gradientPatrick Luby2023-08-161-34/+20
* Revert "clang-tidy bugprone-parent-virtual-call in canvas"Noel Grandin2023-08-138-144/+32
* clang-tidy bugprone-parent-virtual-call in canvasNoel Grandin2023-08-118-32/+144
* tdf#156540 invert alpha mask when drawing spritesThorsten Behrens2023-08-061-2/+4
* Revert "tdf#156540 invert alpha when drawing sprites"Patrick Luby2023-08-061-16/+2
* tdf#156540 invert alpha when drawing spritesPatrick Luby2023-08-051-2/+16
* Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin2023-07-253-17/+5
* basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl2023-07-1324-200/+188
* tdf#147999: Fix canvas font width for fallback fonts on WindowsKhaled Hosny2023-07-105-22/+53
* make tools::Poly*gon single-arg constructors explicitNoel Grandin2023-07-061-2/+2
* ScanlineFormat::N1BitLsbPal is unusedNoel Grandin2023-07-061-1/+0
* tdf#43671: Pass through emphasis mark setting with cairo canvasKhaled Hosny2023-06-193-2/+13
* tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny2023-06-1811-5/+107
* Use getXWeak in canvasMike Kaganski2023-06-0510-20/+11
* MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)2023-04-211-2/+2
* Fix some getImplementationNameStephan Bergmann2023-04-211-1/+1
* Some missing XServiceInfo implementationsStephan Bergmann2023-04-182-1/+20
* rtl::Static to thread-safe-staticNoel Grandin2023-03-231-13/+2
* osl::Mutex->std::mutex in SimpleCanvasImplNoel Grandin2023-03-081-27/+24
* BaseMutex->std::mutex in oglcanvas::TextLayoutNoel Grandin2023-02-282-14/+11
* BaseMutex->std::mutex in vclcanvas::TextLayoutNoel Grandin2023-02-242-13/+13
* BaseMutex->std::mutex in oglcanvas::CanvasFontNoel Grandin2023-02-242-8/+5
* BaseMutex->std::mutex in CanvasFontNoel Grandin2023-02-242-11/+11
* BaseMutex->std::mutex in cairocanvas::TextLayoutNoel Grandin2023-02-242-17/+12
* BaseMutex->std::mutex in canvas::CachedPrimitiveBaseNoel Grandin2023-02-226-19/+11
* improve readability of VirtualDevice constructorNoel Grandin2023-02-074-7/+6
* The third "depth argument is unusedCaolán McNamara2023-01-161-2/+1
* rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin2023-01-111-1/+1
* Revert all the recent loplugin:unocast changesStephan Bergmann2023-01-0538-283/+38
* loplugin:unocast (vclcanvas::TextLayout)Stephan Bergmann2022-12-233-2/+18
* loplugin:unocast (vclcanvas::CanvasFont)Stephan Bergmann2022-12-233-2/+17
* loplugin:unocast (CairoColorSpace)Stephan Bergmann2022-12-231-4/+16
* loplugin:unocast (canvas::ParametricPolyPolygon)Stephan Bergmann2022-12-234-3/+21