summaryrefslogtreecommitdiff
path: root/canvas/source/vcl
AgeCommit message (Expand)Author
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-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
2021-10-01loplugin:constparamsNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18Drop assert checking address of reference is not nullptrMichael Weghorn
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-06make it possible to write canvas unittestsLuboš Luňák
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-02-24simply use drawTransformedBitmap()Luboš Luňák
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin
2021-02-22loplugin:refcounting in canvasNoel
2021-02-17loplugin:referencecasting in canvasNoel
2021-02-09simply use DrawTransformedBitmapEx()Luboš Luňák
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-04Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths"Luboš Luňák
2020-11-17try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523)Luboš Luňák
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-01Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20do not disable AA in vclcanvas if Skia is usedLuboš Luňák
2020-10-01loplugin:reducevarscope in canvas,chart2Noel
2020-09-29make vclcanvas try directly VCL for drawing stroked polygon (tdf#136933)Luboš Luňák
2020-09-29Revert "don't split polypolygon in canvas if not needed" (tdf#136933)Luboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-26revert recent Polygon commitsNoel Grandin
2020-09-26tools::PolyPolygon -> basegfx in canvasNoel Grandin
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman