summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d
AgeCommit message (Expand)Author
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-06-23move BufferedDecompositionPrimitive2D impl. into its own fileTomaž Vajngerl
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-03-11use VCLUnoHelper::GetWindowCaolán McNamara
2021-02-22loplugin:refcounting in drawinglayerNoel
2021-01-30this method should be pure virtualNoel Grandin
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-16transparency->alpha in BitmapExNoel Grandin
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-08opacity->alpha in BPixelNoel
2020-12-24custom literal for Degree10Noel Grandin
2020-11-23move the anonymous namespace into drawinglayer::primitive2dTomaž Vajngerl
2020-11-23simplify namespaces and clean-up for TextLayouterDeviceTomaž Vajngerl
2020-11-23remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl
2020-11-12Revert "tdf#127471 Remove font width scaling hack"Aron Budea
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-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-08-25add a getCaretPositions like getTextArrayCaolán McNamara
2020-08-21-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2020-08-19tdf#127471 Remove font width scaling hackSamuel Mehrbrodt
2020-08-14loplugin:simplifybool moreNoel Grandin
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-07-16compact namespace: drawinglayerNoel Grandin
2020-07-16hack for gradients split into adjacent polygons (tdf#133016)Luboš Luňák
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: drawinglayerStephan Bergmann
2020-07-01avoid costly to-monochrome-bitmap conversion with Skia (tdf#134365)Luboš Luňák
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-29tdf#101181: use buffer device with alpha in glow effectMike Kaganski
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-26reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák