summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/virdev.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-04-20fdo#74702 Only VirtualDevice should handle the Word ext lead bugChris Sherlock1-0/+14
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-5/+0
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock1-0/+5
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-4/+3
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock1-0/+12
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock1-12/+17
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock1-22/+12
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock1-0/+32
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-4/+4
2014-03-20Assume bit count 8 is OK for the other constructors, tooTor Lillqvist1-6/+6
2014-03-14fdo#74702 Return true if graphics is set, cleanup unused variablesChris Sherlock1-5/+6
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock1-0/+44
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-18/+18
2014-02-18Translated German comments - find-german-commentsLuc Castermans1-2/+2
2014-02-03EXC_SYSOBJNOTCREATED was not really usedTor Lillqvist1-1/+0
2014-01-28bool improvementsStephan Bergmann1-4/+4
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky1-0/+2
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-1/+1
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand1-1/+1