summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/virdev.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-1/+1
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-01-26vcl: actually that shared_array was a scamMichael Stahl1-6/+5
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl1-5/+5
2016-01-26vcl: remove unnecessary header includes in vcl/source/gdi/virdev.cxxChris Sherlock1-14/+5
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-5/+5
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-4/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-2/+3
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-5/+5
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-2/+2
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-1/+1
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-3/+3
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-3/+3
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-3/+3
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-9/+5
2015-11-25coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-3/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-31/+35
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-11/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-4/+8
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl1-4/+6
2015-07-08loplugin:unusedmethods vclNoel Grandin1-8/+0
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+10
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+1
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-0/+8
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-2/+4
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-10/+1
2014-10-31quieten warningCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-05coverity#1208996 Unchecked return valueNorbert Thiebaud1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl1-0/+11
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt1-8/+16
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock1-4/+4
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-4/+4