summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
...
* loplugin:referencecasting add check for new rtl::Reference operatorNoel2021-02-182-2/+2
* loplugin:refcounting generalise type checkingNoel2021-02-113-53/+58
* tdf#39674 Replace QuadratAntje Kazimiers2021-02-013-10/+10
* 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
* move various notebookbar widgets into vclCaolán McNamara2020-12-071-1/+2
* update pchesCaolán McNamara2020-12-041-7/+6
* 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
* Revert "tdf#127471 Remove font width scaling hack"Aron Budea2020-11-121-3/+16
* disable O(U)String::concat for internal codeNoel Grandin2020-11-114-47/+46
* new loplugin:reducevarscopeNoel Grandin2020-11-101-1/+1
* tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2020-11-0933-100/+12
* Revert "Revert "tdf#127471 Remove font width scaling hack""Stephan Bergmann2020-10-291-14/+0
* Revert "tdf#127471 Remove font width scaling hack"Samuel Mehrbrodt2020-10-291-0/+14
* convert some more long -> tools::LongNoel2020-10-281-1/+1
* Extend loplugin:elidestringvar to OStringStephan Bergmann2020-10-281-17/+8
* convert some more long -> tools::LongNoel2020-10-282-4/+4
* switching long to a 64-bit type on 64-bit windowsNoel2020-10-265-22/+26
* new tools::Degree10 strong typedefNoel Grandin2020-10-215-11/+13
* disentangle AA and B2D use in VCL drawingLuboš Luňák2020-09-291-2/+1
* rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2020-09-281-9/+6
* forward axial and radial gradient types to VCL tooLuboš Luňák2020-09-251-2/+9
* use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl2020-09-252-0/+73
* update pchesCaolán McNamara2020-09-211-1/+3
* tdf#124176 Use #pragma once in drawinglayerGeorge Bateman2020-09-1312-47/+12
* Move the validity check before color manipulationsMike Kaganski2020-09-091-4/+4
* Fix typoAndrea Gelmini2020-09-071-1/+1
* fix warning of OutputDevice::Push calls != OutputDevice::Pop callsCaolán McNamara2020-09-071-1/+4
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-041-2/+1
* move Edit into toolkit only headersCaolán McNamara2020-09-021-2/+1