summaryrefslogtreecommitdiff
path: root/vcl/source/helper/canvastools.cxx
AgeCommit message (Expand)Author
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-10-19use tools::Long in vclNoel
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-05-11Fix typoAndrea Gelmini
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-30tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-30Use existing basegfx::fround()Khaled Hosny
2016-12-07vcl: add b2IPointFromPoint and b2IRectangleFromRectangleMichael Stahl
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-10-09Resuscitate old vcl unit tests.Thorsten Behrens
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-07-15fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-06-11Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-29fdo#39468 Translation and cleanupChris Sherlock
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks