summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-3/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-10/+0
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-5/+8
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-2/+2
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-5/+5
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-2/+12
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-17/+17
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+8
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl1-0/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-2/+2
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-8/+8
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-42/+42
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-8/+8
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock1-0/+52
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-3/+3
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud1-78/+100
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-3/+3
2014-04-24VCL: Remove unnecessary headers from outdev/transparent.cxxChris Sherlock1-17/+5
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-2/+2
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-3/+3
2014-04-18Refactor VCL bitmap codeChris Sherlock1-1/+1
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock1-0/+603
2014-04-16Split outdev2.cxxChris Sherlock1-0/+136