summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
AgeCommit message (Expand)Author
2021-11-09Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-09-02tdf#74702 vcl: make helper funcs for ImplDrawWaveLine() and ImplDrawWavePixel()Chris Sherlock
2021-08-30vcl: DrawDeviceBitmap() -> DrawDeviceBitmapEx()Chris Sherlock
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-05drop unneeded forward declareCaolán McNamara
2021-07-02tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-01-08vcl: move ImplPrintTransparent() from OutputDevice to PrinterChris Sherlock
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock
2020-12-28vcl: remove OutputDevice::ScaleBitmapChris Sherlock
2020-11-26Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt
2020-10-19use tools::Long in vclNoel
2020-07-13tdf#134646 Remove "nearest paper matching" featureSamuel Mehrbrodt
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-06-19tdf#74702 vcl: extract DrawBorder()Chris Sherlock
2020-06-15vcl: split out PrinterSupport to own headerChris Sherlock
2020-06-04tdf#74702 vcl: extract GetMonochromeButtonColor()Chris Sherlock
2020-06-02tdf#74702 vcl: extract GetButtonBorderSize()Chris Sherlock
2020-06-01tdf#74702 vcl: extract SetMetafileMapMode()Chris Sherlock
2020-05-24tdf#74702 vcl: extract IsScreenComp()Chris Sherlock
2020-05-23vcl: rename misnamed OutputDevice::SetBackgroundComponentBounds()Chris Sherlock
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-02-08tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFileYusuf Keten
2019-10-02weld PrintDialogCaolán McNamara
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock
2019-07-03tdf#74702: OutputDevice:InitClipRegion followupChris Sherlock
2019-07-01tdf#74702: cleans OutputDevice::InitClipRegion upAdrien Ollier
2019-02-22loplugin:unusedfields in vclNoel Grandin
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-11-29Resolves the mismatching behavior between page size and orientatin selectionDaniel
2018-11-29Fix paper size combobox selectionDaniel
2018-11-29Sets duplex (paper sides) box in print dialogDaniel Silva
2018-11-29Sets paper sizes listbox in print dialogDaniel Silva
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski
2018-09-23loplugin:unusedmethodsNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-27vcl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-04-24loplugin:useuniqueptr in PrinterNoel Grandin