summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop support for OpenGL denylist on X11Stephan Bergmann2022-03-281-0/+1
* adjust gradient drawing in vclcanvas (tdf#144073)Luboš Luňák2022-02-011-0/+12
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-1312-14/+8
* gbuild: build static LO / link static executablesJan-Marek Glogowski2022-01-121-1/+1
* pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin2021-12-252-2/+2
* use comphelper::WeakComponentImplHelper in ParametricPolyPolygonNoel Grandin2021-12-242-13/+7
* loplugin:unusedvariablecheckStephan Bergmann2021-12-221-1/+0
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-213-77/+77
* Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski2021-12-131-2/+2
* Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand2021-12-101-1/+1
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-107-7/+7
* Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)2021-12-071-1/+1
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-194-4/+4
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-1/+1
* stop vclcanvas from ruining alpha of bitmaps in Skia modeLuboš Luňák2021-11-171-2/+3
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-314-7/+7
* Another tools::Long->sal_Int32 in the DX arrayMike Kaganski2021-10-301-2/+2
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-305-9/+9
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-294-13/+13
* Prepare for removal of non-const operator[] from Sequence in canvasMike Kaganski2021-10-298-58/+40
* Simplify vector initialization in canvasJulien Nabet2021-10-151-4/+2
* loplugin:unusedmethodsNoel Grandin2021-10-121-7/+0
* loplugin:moveparam in canvasNoel Grandin2021-10-113-14/+15
* loplugin:constparamsNoel Grandin2021-10-011-1/+1
* vcl: rename OutDevState to StackChris Sherlock2021-09-287-28/+28
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-2828-71/+9
* undo changes to TextAlignCaolán McNamara2021-08-186-7/+7
* rtl::Static -> thread-safe static localNoel Grandin2021-08-174-56/+22
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-161-4/+4
* use some forward declaresCaolán McNamara2021-08-083-1/+4
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-031-1/+1
* convert #defines to OUStringLiteralNoel Grandin2021-08-021-1/+1
* convert TextAlign to scoped enumCaolán McNamara2021-07-306-7/+7
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-1/+1
* fix big-endian codeNoel Grandin2021-06-151-1/+1
* Simplify Sequences initializations (canvas)Julien Nabet2021-06-074-42/+37
* canvas : use std::mutex in CanvasFactoryArnaud Versini2021-05-311-3/+3
* gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski2021-05-261-15/+1
* adapt oglcanvas::SpriteDeviceHelper::getDeviceHandleCaolán McNamara2021-05-241-1/+2
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-192-15/+15
* Drop assert checking address of reference is not nullptrMichael Weghorn2021-05-181-1/+0
* split OutputDevice from WindowNoel Grandin2021-05-179-9/+12
* Directly initialize vectors in ogl_spritedevicehelper.cxxJulien Nabet2021-05-141-5/+4
* fix leak in canvas testNoel Grandin2021-05-121-1/+1
* set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák2021-05-071-5/+28