summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-15loplugin:flatten in vclNoel Grandin1-64/+65
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-12/+12
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-01-09replace C-style casts with const_castJochen Nitschke1-12/+12
2017-01-03avoid some numeric type conversionsJochen Nitschke1-4/+4
2016-12-25remove unneeded static_castsJochen Nitschke1-2/+2
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page1-4/+4
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-2/+2
2016-07-06tdf#77667 Remove gcc3 workaroundkrishna keshav1-2/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-4/+4
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-3/+16
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-21cppcheck: variableScopeCaolán McNamara1-3/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-6/+6
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-09-18valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
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