summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unocast (vclcanas::CanvasBitmap)Stephan Bergmann2022-12-236-8/+11
* loplugin:unocast (canvas::tools' StandardColorSpace, StandardNoAlphaColorSpace)Stephan Bergmann2022-12-221-6/+30
* loplugin:unocast (cairocanvas::SurfaceProvider)Stephan Bergmann2022-12-186-6/+27
* loplugin:unocast (cairocanvas::CanvasBitmap)Stephan Bergmann2022-12-183-3/+10
* loplugin:unocast (cairocanvas::TextLayout)Stephan Bergmann2022-12-183-2/+17
* loplugin:unocast (cairocanvas::CanvasFont)Stephan Bergmann2022-12-183-3/+19
* loplugin:unocast (cairocanvas::RepaintTarget)Stephan Bergmann2022-12-1710-6/+54
* Consistently use comphelper::getSomethingImpl<I>(aIdentifier, this)Stephan Bergmann2022-12-154-4/+4
* loplugin:unocast (vclcanvas::RepaintTarget)Stephan Bergmann2022-12-1410-6/+56
* tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2022-12-026-32/+28
* we only need aOffsets if maLogicalAdvancements.hasElements() is trueCaolán McNamara2022-12-011-5/+3
* New loplugin:crosscastStephan Bergmann2022-11-293-3/+3
* tdf#145416 canvas: fix rotated, not zero-sized bitmap, which is not renderedMiklos Vajna2022-11-151-2/+7
* tdf#42982 Make UNO error reporting more descriptiveCalvince Otieno2022-10-181-2/+2
* tdf#145538 - Use range based for loopsOmkarAcharekar2022-10-171-2/+2
* basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl2022-09-112-7/+5
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-1851-51/+51
* tdf#104921: Cleanup Kashida insertion logicKhaled Hosny2022-08-143-1/+3
* clang-tidy modernize-pass-by-value in canvasNoel Grandin2022-05-2132-117/+138
* loplugin:redundantcastStephan Bergmann2022-05-191-1/+1
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-1/+1
* Just use Any ctor instead of makeAny in canvasStephan Bergmann2022-05-052-2/+2
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-101-2/+3