summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Fix typosAndrea Gelmini1-1/+1
2020-08-24Don't apply transparency twice when drawing to mpAlphaVDevMike Kaganski1-12/+2
2020-08-17Use transparent buffer to correctly process transparency in metafilesMike Kaganski1-20/+6
2020-07-29tdf#135264: draw to mpAlphaVDev after DrawTransparentNativelyMike Kaganski1-3/+2
2020-05-23Add missing mpAlphaVDev handlingMike Kaganski1-2/+18
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák1-4/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-4/+4
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-0/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-2/+0
2019-08-15replace ".get->" with "->"Noel Grandin1-2/+2
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-2/+4
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin1-8/+1
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-12/+6
2018-09-20tdf#119843 Use transformed polygon data when neededArmin Le Grand1-2/+15
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-13/+32
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-5/+15
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-1/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-5/+5
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-4/+4
2018-02-07use scanline when reading pixel dataNoel Grandin1-3/+5
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-2/+4
2018-01-29Modernize a bit vcl (part3)Julien Nabet1-5/+5
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin1-3/+3
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+2
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