summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/region.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-0/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-8/+8
2015-07-08loplugin:unusedmethods vclNoel Grandin1-28/+0
2015-06-06Typo: emty->emptyJulien Nabet1-3/+3
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne1-0/+17
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-27/+27
2014-09-30fdo#82577: Handle RegionNoel Grandin1-57/+61
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-9/+9
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-9/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-11coverity#1027397 Logically dead codeCaolán McNamara1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+3
2013-12-22TyposJulien Nabet1-3/+3
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-6/+0
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand1-2/+3
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2013-06-12Related: #i121237# Corrected Region exportArmin Le Grand1-4/+10
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-2401/+1120
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-22/+22
2013-04-14Resolves: #i120096# Detect empty polygon in Region constructor...Andre Fischer1-1/+11
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-2/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-11/+11
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-32/+51
2012-07-11Decrease header files dependenciesMatteo Casalin1-0/+1
2012-06-13removed code commented-out in the first placeTakeshi Abe1-4/+0
2012-04-03fdo#44610 - EasyHackDaniel Bankston1-53/+37
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-8/+12
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-07-11remove unused TraceBandsCaolán McNamara1-28/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-2/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-29CWS-TOOLING: integrate CWS vcl2gnumakeIvo Hinkelmann1-8/+5
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]1-9/+184
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-130/+305