summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print2.cxx
AgeCommit message (Expand)Author
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-17vcl: make "Reduce Transparency" parameter tweakableVasily Melenchuk
2019-05-24tdf#125472: fix RemoveTransparenciesFromMetaFile(vcl/gdi)Julien Nabet
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-05-04Replace list by vector for ConnectedComponentsListJulien Nabet
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin
2018-03-31fix for for-range loops should come to #ifdef DEBUG toohimajin100000
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-03Use for-range loops in print2 (vcl/gdi)Julien Nabet
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-01-09replace C-style casts with const_castJochen Nitschke
2016-12-06convert PolyStyle to scoped enumNoel Grandin
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-01Convert printer enums to scoped enumsNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-22Fix typosAndrea Gelmini
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks