summaryrefslogtreecommitdiff
path: root/vcl/source/helper/canvastools.cxx
AgeCommit message (Expand)AuthorFilesLines
9 daysDrop FRound, and use generalized basegfx::froundMike Kaganski1-2/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-3/+4
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-2/+2
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-4/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-3/+1
2022-12-22loplugin:unocast (vcl::unotools::VclCanvasBitmap)Stephan Bergmann1-1/+3
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-3/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2021-06-11Simplify Sequences initializations (vcl)Julien Nabet1-12/+13
2021-03-31drop 4bpp image formatsNoel1-1/+0
2021-03-19cid#1474156 Logically dead codeCaolán McNamara1-1/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-8/+13
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-6/+3
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+1
2020-10-19use tools::Long in vclNoel1-2/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-5/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-17/+0
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov1-20/+14
2019-05-11Fix typoAndrea Gelmini1-1/+1
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-6/+16
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-4/+5
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-10/+12
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2017-10-30tdf#96505 Get rid of cargo cult long integer literalsudareechk1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-2/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-7/+7
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+11
2016-12-30Use existing basegfx::fround()Khaled Hosny1-6/+2
2016-12-07vcl: add b2IPointFromPoint and b2IRectangleFromRectangleMichael Stahl1-0/+11
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-13/+13
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-3/+2
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-11/+11
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1