summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)Author
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-15replace ".get->" with "->"Noel Grandin
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-09-20tdf#119843 Use transformed polygon data when neededArmin Le Grand
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-29Modernize a bit vcl (part3)Julien Nabet
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-02Fix typosAndrea Gelmini
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-01-09replace C-style casts with const_castJochen Nitschke
2017-01-03avoid some numeric type conversionsJochen Nitschke
2016-12-25remove unneeded static_castsJochen Nitschke
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin
2016-07-06tdf#77667 Remove gcc3 workaroundkrishna keshav
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-21cppcheck: variableScopeCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
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-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29-Werror,-Wunused-variableStephan Bergmann
2015-09-18valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud