summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
AgeCommit message (Expand)Author
2022-12-01vcl: remove unnecessary includesChris Sherlock
2022-09-10unique_ptr->optional for AllSettingsNoel Grandin
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-05Use 1 meter, not 10 meters divided by 10Mike Kaganski
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann
2022-01-24avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák
2022-01-19vcl: move eps functions to eps.cxxChris Sherlock
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock
2021-09-10vcl: move OutputDevice drawmode functions to outdev.cxxChris Sherlock
2021-09-09vcl: move OutputDevice antialiasing functions to outdev.cxxChris Sherlock
2021-09-08vcl: move OutputDevice output flag functions to outdev.cxxChris Sherlock
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock
2021-09-04vcl: Add unit test for SetRefPoint(), IsRefPoint() and GetRefPoint()Chris Sherlock
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-06make it possible to write canvas unittestsLuboš Luňák
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2021-01-19use more GetOutputSizePixelNoel Grandin
2021-01-19add OutputDevice::GetOutputRectPixel methodNoel Grandin
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock
2020-12-01DrawPolyLine/DrawPolyPolygon never called with null OutputDevice*Caolán McNamara
2020-11-30split CopyBits into two functionsCaolán McNamara
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski
2020-10-19use tools::Long in vclNoel
2020-05-29Consider mpAlphaVDev when processing metafile in OutputDevice::DrawOutDevMike Kaganski
2020-05-23vcl: rename misnamed OutputDevice::SetBackgroundComponentBounds()Chris Sherlock
2020-05-20Restructure DrawOutDevDirectCheck to avoid using uninitialized pointerMike Kaganski
2020-05-20Simplify the logicMike Kaganski
2020-02-08tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFileYusuf Keten
2020-02-04tdf#74702: Remove enum OutDevType from OutputDevice::drawOutDevDirectYusuf Keten
2019-08-30moves outdev font functions in font.cxxAdrien Ollier
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-06simplify and flatten OutDevStateStackNoel Grandin
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-06-10tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-01-15vcl: protect more outdev functions for disposed stateMiklos Vajna
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski
2018-10-23Constify OutputDevice::meOutDevTypeJan-Marek Glogowski
2018-10-14only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara