summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)Author
2020-12-18tdf#131281 Always draw FormControls when TiledRenderingArmin Le Grand (allotropia)
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-14tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek
2020-11-13tdf#123936 Formatting files in module drawinglayer with clang-formatPhilipp Hofer
2020-11-12Revert "tdf#127471 Remove font width scaling hack"Aron Budea
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-10-29Revert "Revert "tdf#127471 Remove font width scaling hack""Stephan Bergmann
2020-10-29Revert "tdf#127471 Remove font width scaling hack"Samuel Mehrbrodt
2020-10-28convert some more long -> tools::LongNoel
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25forward axial and radial gradient types to VCL tooLuboš Luňák
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl
2020-09-21update pchesCaolán McNamara
2020-09-13tdf#124176 Use #pragma once in drawinglayerGeorge Bateman
2020-09-09Move the validity check before color manipulationsMike Kaganski
2020-09-07Fix typoAndrea Gelmini
2020-09-07fix warning of OutputDevice::Push calls != OutputDevice::Pop callsCaolán McNamara
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-30Fix typo in codeAndrea Gelmini
2020-08-29Fix typosAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27remove some unused includes and update pchesCaolán McNamara
2020-08-25add a getCaretPositions like getTextArrayCaolán McNamara
2020-08-21-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2020-08-20Fix typo in codeAndrea Gelmini
2020-08-20Deduplicate some codeMike Kaganski
2020-08-19tdf#127471 Remove font width scaling hackSamuel Mehrbrodt
2020-08-18Fix typosAndrea Gelmini
2020-08-17tdf#134052:shadow appears solid instead of blurry in presentation modeA_GAN
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14tdf#135500: always use transparent and clear content vdev in impBufferDeviceMike Kaganski
2020-08-13remove polygonprimitive2d.cxx from clang-format blacklistTomaž Vajngerl
2020-08-13remove texteffectprimitive2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl
2020-08-13remove textprimitive2d.cxx from clang-format blacklistTomaž Vajngerl
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-03-Werror=redundant-moveStephan Bergmann
2020-07-20limit bitmap size for glow/softedge effects to visible area (tdf#134237)Luboš Luňák
2020-07-16compact namespace: drawinglayerNoel Grandin
2020-07-16hack for gradients split into adjacent polygons (tdf#133016)Luboš Luňák
2020-07-13move Primitive2dXmlDump from drawinglayer::tools to drawinglayer NSTomaž Vajngerl
2020-07-12update pchesCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens