summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/region.cxx
AgeCommit message (Expand)Author
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
2014-02-11coverity#1027397 Logically dead codeCaolán McNamara
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-22TyposJulien Nabet
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet
2013-06-12Related: #i121237# Corrected Region exportArmin Le Grand
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-14Resolves: #i120096# Detect empty polygon in Region constructor...Andre Fischer
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-07-11Decrease header files dependenciesMatteo Casalin
2012-06-13removed code commented-out in the first placeTakeshi Abe
2012-04-03fdo#44610 - EasyHackDaniel Bankston
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-07-11remove unused TraceBandsCaolán McNamara