summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-05-05Just use Any ctor instead of makeAny in canvasStephan Bergmann2-2/+2
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann1-0/+1
2022-02-01adjust gradient drawing in vclcanvas (tdf#144073)Luboš Luňák1-0/+12
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen12-14/+8
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski1-1/+1
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin2-2/+2
2021-12-24use comphelper::WeakComponentImplHelper in ParametricPolyPolygonNoel Grandin2-13/+7
2021-12-22loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin3-77/+77
2021-12-13Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski1-2/+2
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann7-7/+7
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
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-11-17stop vclcanvas from ruining alpha of bitmaps in Skia modeLuboš Luňák1-2/+3
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák4-7/+7
2021-10-30Another tools::Long->sal_Int32 in the DX arrayMike Kaganski1-2/+2
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin5-9/+9
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin4-13/+13
2021-10-29Prepare for removal of non-const operator[] from Sequence in canvasMike Kaganski8-58/+40
2021-10-15Simplify vector initialization in canvasJulien Nabet1-4/+2
2021-10-12loplugin:unusedmethodsNoel Grandin1-7/+0
2021-10-11loplugin:moveparam in canvasNoel Grandin3-14/+15
2021-10-01loplugin:constparamsNoel Grandin1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock7-28/+28
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin28-71/+9
2021-08-18undo changes to TextAlignCaolán McNamara6-7/+7
2021-08-17rtl::Static -> thread-safe static localNoel Grandin4-56/+22
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-4/+4
2021-08-08use some forward declaresCaolán McNamara3-1/+4
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara6-7/+7
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-15fix big-endian codeNoel Grandin1-1/+1
2021-06-07Simplify Sequences initializations (canvas)Julien Nabet4-42/+37
2021-05-31canvas : use std::mutex in CanvasFactoryArnaud Versini1-3/+3
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski1-15/+1
2021-05-24adapt oglcanvas::SpriteDeviceHelper::getDeviceHandleCaolán McNamara1-1/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2-15/+15
2021-05-18Drop assert checking address of reference is not nullptrMichael Weghorn1-1/+0
2021-05-17split OutputDevice from WindowNoel Grandin9-9/+12
2021-05-14Directly initialize vectors in ogl_spritedevicehelper.cxxJulien Nabet1-5/+4
2021-05-12fix leak in canvas testNoel Grandin1-1/+1
2021-05-07set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák1-5/+28
2021-05-06a unittest for my cairocanvas fix for tdf#134053Luboš Luňák1-1/+83
2021-05-06make it possible to write canvas unittestsLuboš Luňák7-27/+242