summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-29tdf#124176: Use pragma once instead of include guardscagatay
2019-12-19tdf#124176: Use pragma once instead of include guardsYusuf Keten
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-03tdf#42949 restore vcl/canvastools.hxx for OSL_DEBUG_LEVEL > 2Tomoyuki Kubota
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-08-12Fix typosAndrea Gelmini
2019-07-23rhbz#1728763 black bg seen in renderer emfsCaolán McNamara
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-13Fix emfplus.cxx cppcanvas/qaJulien Nabet
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-10an uno -> a unoCaolán McNamara
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl
2019-04-20Fix typoAndrea Gelmini
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin
2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-25loplugin:unusedfields in variousNoel Grandin
2019-02-07CppunitTest_cppcanvas_emfplus: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
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-10loplugin:unusedfieldsNoel Grandin
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-08Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann
2018-12-07tdf#111486 Removed not used EMF+ codeBartosz Kosiorek
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-07Fix typosAndrea Gelmini
2018-11-06tdf#70851 fix strange waveline polygon.Mark Hung
2018-11-05tdf#37636 Render textlines with colors.Mark Hung
2018-11-05tdf#37636: pass bNormalText to cppcanvas::internal::TextRenderer.Mark Hung