summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/virdev.cxx
AgeCommit message (Expand)Author
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock
2020-11-30split CopyBits into two functionsCaolán McNamara
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-10-19use tools::Long in vclNoel
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-05-24tdf#74702 vcl: extract IsScreenComp()Chris Sherlock
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-19cid#1451641 Unchecked return valueCaolán McNamara
2019-06-10tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
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-23Constify VirtDevice::me(Alpha)?FormatJan-Marek Glogowski
2018-10-23Constify OutputDevice::meOutDevTypeJan-Marek Glogowski
2018-10-02weld SvxLineTabDialogCaolán McNamara
2018-09-21Change slightly mysterious comment into a SAL_WARN()Tor Lillqvist
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-20TODO: refcount ImplFontListCaolán McNamara
2018-08-20TODO: refcount ImplFontCacheCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-02move ITileRenderable implementation to own fileTomaž Vajngerl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-10-29tdf#100164 change scaling unit to precentage for *.5x factorsTomaž Vajngerl
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-01convert RefDevMode to scoped enumNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-01-26vcl: actually that shared_array was a scamMichael Stahl
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl
2016-01-26vcl: remove unnecessary header includes in vcl/source/gdi/virdev.cxxChris Sherlock
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara