summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens1-947/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-8/+8
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-06-23convert to std::vectorCaolán McNamara1-5/+5
2017-06-23coverity#1412987 Untrusted value as argumentCaolán McNamara1-3/+11
2017-06-23move pBuffer out of classCaolán McNamara1-19/+18
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-22/+22
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-06vcl: "sgv" filter: replace more byteswapping with SvStream methodsMichael Stahl1-16/+10
2016-06-02vcl: remove pointless checkMichael Stahl1-4/+0
2016-06-02vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl1-132/+216
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-4/+4
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-6/+0
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin1-2/+0
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-4/+4
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-14/+14
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-04some random renaming of Wink fields -> AngleNoel Grandin1-6/+6
2014-11-04rename DrehWink to RotationAngleNoel Grandin1-16/+16
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-8/+8
2014-08-07coverity#1202907 Uninitialized scalar variableCaolán McNamara1-1/+0
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+2
2014-04-16coverity#1202907 Uninitialized scalar variableCaolán McNamara1-0/+1
2014-04-14remove commented out codeThomas Arnhold1-1/+0
2014-04-14InArbeit is unusedThomas Arnhold1-7/+0
2014-04-05Translated variable name to English nZchPos => nCharPosLuc Castermans1-4/+4
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-81/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-14/+14
2014-02-08coverity#1169868 Uninitialized scalar variableCaolán McNamara1-0/+4
2014-02-07remove germanism: bEnde -> bEndThomas Arnhold1-4/+4
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-29/+29