summaryrefslogtreecommitdiff
path: root/canvas/source
AgeCommit message (Expand)AuthorFilesLines
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 Grandin5-14/+7
2023-02-07improve readability of VirtualDevice constructorNoel Grandin3-4/+4
2023-01-16The third "depth argument is unusedCaolán McNamara1-2/+1
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann37-277/+37
2022-12-23loplugin:unocast (vclcanvas::TextLayout)Stephan Bergmann3-2/+18
2022-12-23loplugin:unocast (vclcanvas::CanvasFont)Stephan Bergmann3-2/+17
2022-12-23loplugin:unocast (CairoColorSpace)Stephan Bergmann1-4/+16
2022-12-23loplugin:unocast (canvas::ParametricPolyPolygon)Stephan Bergmann3-2/+15
2022-12-23loplugin:unocast (vclcanas::CanvasBitmap)Stephan Bergmann6-8/+11
2022-12-22loplugin:unocast (canvas::tools' StandardColorSpace, StandardNoAlphaColorSpace)Stephan Bergmann1-6/+30
2022-12-18loplugin:unocast (cairocanvas::SurfaceProvider)Stephan Bergmann6-6/+27
2022-12-18loplugin:unocast (cairocanvas::CanvasBitmap)Stephan Bergmann3-3/+10
2022-12-18loplugin:unocast (cairocanvas::TextLayout)Stephan Bergmann3-2/+17
2022-12-18loplugin:unocast (cairocanvas::CanvasFont)Stephan Bergmann3-3/+19
2022-12-17loplugin:unocast (cairocanvas::RepaintTarget)Stephan Bergmann10-6/+54
2022-12-15Consistently use comphelper::getSomethingImpl<I>(aIdentifier, this)Stephan Bergmann4-4/+4
2022-12-14loplugin:unocast (vclcanvas::RepaintTarget)Stephan Bergmann10-6/+56
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara6-32/+28
2022-12-01we only need aOffsets if maLogicalAdvancements.hasElements() is trueCaolán McNamara1-5/+3
2022-11-29New loplugin:crosscastStephan Bergmann3-3/+3
2022-11-15tdf#145416 canvas: fix rotated, not zero-sized bitmap, which is not renderedMiklos Vajna1-2/+7
2022-10-18tdf#42982 Make UNO error reporting more descriptiveCalvince Otieno1-2/+2
2022-10-17tdf#145538 - Use range based for loopsOmkarAcharekar1-2/+2
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl2-7/+5
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann47-47/+47
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny3-1/+3
2022-05-21clang-tidy modernize-pass-by-value in canvasNoel Grandin27-98/+115
2022-05-19loplugin:redundantcastStephan Bergmann1-1/+1
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2022-02-01adjust gradient drawing in vclcanvas (tdf#144073)Luboš Luňák1-0/+12
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen10-12/+5
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin1-1/+1
2021-12-24use comphelper::WeakComponentImplHelper in ParametricPolyPolygonNoel Grandin1-7/+3
2021-12-22loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin2-29/+29
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand1-1/+1
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski4-4/+4