summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
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
2022-12-23loplugin:unocast (CairoColorSpace)Stephan Bergmann
2022-12-23loplugin:unocast (canvas::ParametricPolyPolygon)Stephan Bergmann
2022-12-23loplugin:unocast (vclcanas::CanvasBitmap)Stephan Bergmann
2022-12-22loplugin:unocast (canvas::tools' StandardColorSpace, StandardNoAlphaColorSpace)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::SurfaceProvider)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::CanvasBitmap)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::TextLayout)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::CanvasFont)Stephan Bergmann
2022-12-17loplugin:unocast (cairocanvas::RepaintTarget)Stephan Bergmann
2022-12-15Consistently use comphelper::getSomethingImpl<I>(aIdentifier, this)Stephan Bergmann
2022-12-14loplugin:unocast (vclcanvas::RepaintTarget)Stephan Bergmann
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-12-01we only need aOffsets if maLogicalAdvancements.hasElements() is trueCaolán McNamara
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-15tdf#145416 canvas: fix rotated, not zero-sized bitmap, which is not renderedMiklos Vajna
2022-10-18tdf#42982 Make UNO error reporting more descriptiveCalvince Otieno
2022-10-17tdf#145538 - Use range based for loopsOmkarAcharekar
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-05-21clang-tidy modernize-pass-by-value in canvasNoel Grandin
2022-05-19loplugin:redundantcastStephan Bergmann
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-05Just use Any ctor instead of makeAny in canvasStephan Bergmann
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann
2022-02-01adjust gradient drawing in vclcanvas (tdf#144073)Luboš Luňák
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-24use comphelper::WeakComponentImplHelper in ParametricPolyPolygonNoel Grandin
2021-12-22loplugin:unusedvariablecheckStephan Bergmann
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-13Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-17stop vclcanvas from ruining alpha of bitmaps in Skia modeLuboš Luňák
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30Another tools::Long->sal_Int32 in the DX arrayMike Kaganski
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in canvasMike Kaganski