summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
AgeCommit message (Expand)Author
2021-05-06transform by vector length, not just XLuboš Luňák
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-29use new toRadians function in more placesNoel Grandin
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-21use tools::Long in comphelper..cuiNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-17loplugin:flatten in cppcanvasNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen
2019-08-12Fix typosAndrea Gelmini
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-20Fix typoAndrea Gelmini
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-10loplugin:unnecessaryvirtualNoel Grandin
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann
2018-12-07tdf#111486 Removed not used EMF+ codeBartosz Kosiorek
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-05tdf#37636 take care of MetaOverlineColorAction in mtfrenderer.Mark Hung
2018-10-31tdf#43671 creatCanvasFont with EmphasisMark.Mark Hung
2018-08-28Bin superfluous whitespace on empty lineTor Lillqvist
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-11rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-12More loplugin:cstylecast: cppcanvasStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl