summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/virdev.cxx
AgeCommit message (Expand)Author
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
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock
2015-12-26vcl: change device font size variable/fn namesChris Sherlock
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara
2015-11-25coverity#1340225 Missing break in switchCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks