summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-17/+8
2020-10-28convert some more long -> tools::LongNoel2-4/+4
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel5-22/+26
2020-10-21new tools::Degree10 strong typedefNoel Grandin5-11/+13
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák1-2/+1
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-9/+6
2020-09-25forward axial and radial gradient types to VCL tooLuboš Luňák1-2/+9
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl2-0/+73
2020-09-21update pchesCaolán McNamara1-1/+3
2020-09-13tdf#124176 Use #pragma once in drawinglayerGeorge Bateman12-47/+12
2020-09-09Move the validity check before color manipulationsMike Kaganski1-4/+4
2020-09-07Fix typoAndrea Gelmini1-1/+1
2020-09-07fix warning of OutputDevice::Push calls != OutputDevice::Pop callsCaolán McNamara1-1/+4
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-2/+1
2020-09-02move Edit into toolkit only headersCaolán McNamara1-2/+1
2020-08-30Fix typo in codeAndrea Gelmini2-4/+4
2020-08-29Fix typosAndrea Gelmini1-4/+4
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-6/+6
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+2
2020-08-25add a getCaretPositions like getTextArrayCaolán McNamara1-0/+25
2020-08-21-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-2/+3
2020-08-20Fix typo in codeAndrea Gelmini1-2/+2
2020-08-20Deduplicate some codeMike Kaganski1-16/+7
2020-08-19tdf#127471 Remove font width scaling hackSamuel Mehrbrodt1-14/+0
2020-08-18Fix typosAndrea Gelmini1-1/+1
2020-08-17tdf#134052:shadow appears solid instead of blurry in presentation modeA_GAN1-0/+1
2020-08-14loplugin:simplifybool moreNoel Grandin4-4/+4
2020-08-14tdf#135500: always use transparent and clear content vdev in impBufferDeviceMike Kaganski4-63/+23