summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source
Commit message (Expand)AuthorAgeFilesLines
* properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák2021-05-211-8/+16
* drawinglayer: move converter.hxx to public includeTomaž Vajngerl2021-05-113-3/+3
* fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák2021-05-011-32/+59
* do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák2021-04-291-12/+41
* remove support for BITMASK in vcl backendsNoel Grandin2021-04-291-1/+1
* createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2021-04-281-61/+58
* loplugin:moveoptNoel Grandin2021-04-271-2/+1
* drop mask from BitmapExNoel Grandin2021-04-263-46/+16
* loplugin:constantparamNoel Grandin2021-04-171-9/+8
* tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek2021-04-031-0/+9
* vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl2021-04-021-1/+1
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-281-1/+1
* create operator bool for BitmapNoel2021-03-261-1/+1
* vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl2021-03-261-4/+3
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2021-03-192-411/+411
* loplugin:unusedmethodsNoel2021-03-142-47/+0
* add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2021-03-131-1/+1
* use VCLUnoHelper::GetWindowCaolán McNamara2021-03-111-16/+7
* use VCL API rather than manually apply numeric alpha changeLuboš Luňák2021-03-101-5/+5
* make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)Luboš Luňák2021-03-081-14/+17
* drop TransparentType::Color usageNoel Grandin2021-03-031-11/+0
* loplugin:refcounting in drawinglayerNoel2021-02-228-30/+23
* Some more unit conversion unificationMike Kaganski2021-02-191-26/+8
* loplugin:referencecasting add check for new rtl::Reference operatorNoel2021-02-181-1/+1
* loplugin:refcounting generalise type checkingNoel2021-02-112-51/+51
* tdf#39674 Replace QuadratAntje Kazimiers2021-02-012-9/+9
* this method should be pure virtualNoel Grandin2021-01-301-6/+0
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2021-01-171-2/+2
* make the Color constructors explicitly specify transparencyNoel2021-01-163-16/+16
* transparency->alpha in BitmapExNoel Grandin2021-01-162-2/+2
* transparency->alpha in GraphicAttrNoel2021-01-132-4/+4
* transparency->alpha in tools::ColorNoel2021-01-123-21/+21
* use more IsTransparentNoel2021-01-081-2/+2
* opacity->alpha in BPixelNoel2021-01-082-14/+14
* use more IsTransparentNoel Grandin2021-01-081-2/+2
* vcl: use Color:IsTransparent() where appropriateChris Sherlock2020-12-261-2/+2
* custom literal for Degree10Noel Grandin2020-12-242-2/+2
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-241-1/+1
* Fix typoAndrea Gelmini2020-12-171-1/+1
* tdf#131281 Always draw FormControls when TiledRenderingArmin Le Grand (allotropia)2020-12-161-14/+34
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-25/+32
* do not unnecessarily explicitly force gradient step count (tdf#138581)Luboš Luňák2020-12-011-1/+1
* remove fontattribute.cxx from clang-format excludelistTomaž Vajngerl2020-11-231-173/+122
* move the anonymous namespace into drawinglayer::primitive2dTomaž Vajngerl2020-11-231-2/+2
* simplify namespaces and clean-up for TextLayouterDeviceTomaž Vajngerl2020-11-231-10/+8
* remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl2020-11-231-398/+348
* replace std::max(std::min()) with std::clampNoel2020-11-162-3/+3
* tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek2020-11-141-0/+45
* tdf#123936 Formatting files in module drawinglayer with clang-formatPhilipp Hofer2020-11-131-3/+2