summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print2.cxx
AgeCommit message (Expand)Author
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-08-31vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxxChris Sherlock
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-12tdf#134736 move nLastBgAction to also include any trailing popsCaolán McNamara
2021-04-12improve scopingCaolán McNamara
2021-01-08Introduce Color::IsFullyTransparentNoel
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-10-19use tools::Long in vclNoel
2020-05-26tdf#133216 - Objects are not printed (Win-only)Chris Sherlock
2020-05-25vcl: refactor code into GenerateConnectedComponents()Chris Sherlock
2020-05-25vcl: refactor code into GenerateIntersectingConnectedComponents()Chris Sherlock
2020-05-23vcl: move stage 1 functionality into DetectBackground()Chris Sherlock
2020-05-23vcl: rename misnamed OutputDevice::SetBackgroundComponentBounds()Chris Sherlock
2020-05-23vcl: I found it hard to read this code, removed unnecessary whitespaceChris Sherlock
2020-05-20vcl: remove double colonChris Sherlock
2020-05-20vcl: refactor by creating SetBackgroundColorAndBounds() functionChris Sherlock
2020-05-20vcl: refactor by creating RecordMapModeChanges() functionChris Sherlock
2020-05-20vcl: refactor by creating GetActionAfterBackgroundAction() functionChris Sherlock
2020-05-17vcl: slide aCCList ccloser to where it is first usedChris Sherlock
2020-05-17vcl: refactor by creating OutputDevice::ClearStack()Chris Sherlock
2020-05-15vcl: move functionality into FindIncompletelyOccludedBackground()Chris Sherlock
2020-05-15vcl: new local function setComponentsSizeAndColor()Chris Sherlock
2020-05-15vcl: move functionality out of checkRect(), rendering function obsoleteChris Sherlock
2020-05-15vcl: refactor - move rect coverage check out of checkRectChris Sherlock
2020-05-14vcl: move transparency checks into MetaAction and GDIMetaFileChris Sherlock
2020-05-13vcl: remove unnecessary ConnectedComponentList typedef (not a list anyway!)Chris Sherlock
2020-02-08tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFileYusuf Keten
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