summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2021-03-14loplugin:unusedmethodsNoel2-47/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-13update pchesJulien Nabet1-2/+1
2021-03-11use VCLUnoHelper::GetWindowCaolán McNamara1-16/+7
2021-03-10use VCL API rather than manually apply numeric alpha changeLuboš Luňák1-5/+5
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)Luboš Luňák1-14/+17
2021-03-06update pchesJulien Nabet1-2/+1
2021-03-06update pchesJulien Nabet1-1/+2
2021-03-03update pchesCaolán McNamara1-2/+1
2021-03-03drop TransparentType::Color usageNoel Grandin1-11/+0
2021-02-23update pchesCaolán McNamara1-1/+2
2021-02-22loplugin:refcounting in drawinglayerNoel8-30/+23
2021-02-19update pchesCaolán McNamara1-2/+1
2021-02-19Some more unit conversion unificationMike Kaganski1-26/+8
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-2/+2
2021-02-11loplugin:refcounting generalise type checkingNoel3-53/+58
2021-02-01tdf#39674 Replace QuadratAntje Kazimiers3-10/+10
2021-01-30this method should be pure virtualNoel Grandin1-6/+0
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel3-16/+16
2021-01-16transparency->alpha in BitmapExNoel Grandin2-2/+2
2021-01-13transparency->alpha in GraphicAttrNoel2-4/+4
2021-01-12transparency->alpha in tools::ColorNoel3-21/+21
2021-01-08use more IsTransparentNoel1-2/+2
2021-01-08opacity->alpha in BPixelNoel2-14/+14
2021-01-08use more IsTransparentNoel Grandin1-2/+2
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-2/+2
2020-12-24custom literal for Degree10Noel Grandin2-2/+2
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-17Fix typoAndrea Gelmini1-1/+1
2020-12-16tdf#131281 Always draw FormControls when TiledRenderingArmin Le Grand (allotropia)1-14/+34
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-25/+32
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-1/+2
2020-12-04update pchesCaolán McNamara1-7/+6
2020-12-01do not unnecessarily explicitly force gradient step count (tdf#138581)Luboš Luňák1-1/+1
2020-11-23remove fontattribute.cxx from clang-format excludelistTomaž Vajngerl1-173/+122
2020-11-23move the anonymous namespace into drawinglayer::primitive2dTomaž Vajngerl1-2/+2
2020-11-23simplify namespaces and clean-up for TextLayouterDeviceTomaž Vajngerl1-10/+8
2020-11-23remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl1-398/+348
2020-11-16replace std::max(std::min()) with std::clampNoel2-3/+3
2020-11-14tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek1-0/+45
2020-11-13tdf#123936 Formatting files in module drawinglayer with clang-formatPhilipp Hofer1-3/+2
2020-11-12Revert "tdf#127471 Remove font width scaling hack"Aron Budea1-3/+16
2020-11-11disable O(U)String::concat for internal codeNoel Grandin4-47/+46
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen33-100/+12
2020-10-29Revert "Revert "tdf#127471 Remove font width scaling hack""Stephan Bergmann1-14/+0
2020-10-29Revert "tdf#127471 Remove font width scaling hack"Samuel Mehrbrodt1-0/+14
2020-10-28convert some more long -> tools::LongNoel1-1/+1