summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/region.cxx
AgeCommit message (Expand)Author
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-12-01tdf#120703 PVS: do not split a band that is just one pixel highMike Kaganski
2018-11-22convert LineType to scoped enumNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-03-31clang-tidy modernize-use-equals-default in vcl/source/gdiJochen Nitschke
2018-03-20Resolves: tdf#116483 smart art incorrectly renderedCaolán McNamara
2018-03-12forcepoint #27 check region bands loaded from stream for consistencyCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-29Modernize a bit vcl (part3)Julien Nabet
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-05-21Fix typosAndrea Gelmini
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2016-12-07Convert region to use std::unique_ptrMark Page
2016-09-29coverity#1371164 Missing move assignment operatorCaolán McNamara
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin
2015-09-30Fix typosAndrea Gelmini
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-06Typo: emty->emptyJulien Nabet
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin