summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)Author
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-27ignoring transparency for border doesn't seem to make senseCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock
2021-09-08vcl: make GetDownsampledBitmap() take destination size in units of twipsChris Sherlock
2021-08-31vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxxChris Sherlock
2021-08-24vcl: create drawmode functionsChris Sherlock
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2021-02-23use unique_ptr in OutputDevice::EmulateDrawTransparentNoel
2021-01-08vcl: move ImplPrintTransparent() from OutputDevice to PrinterChris Sherlock
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-28Fix typoAndrea Gelmini
2020-12-28vcl: remove ancient SAL_DISABLE_NATIVE_ALPHA environment variableChris Sherlock
2020-12-26tools: add Color::IsTransparent()Chris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-01DrawPolyLine/DrawPolyPolygon never called with null OutputDevice*Caolán McNamara
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-11-11convert more long -> tools::LongNoel
2020-11-11Improved starmath colordante
2020-10-19use tools::Long in vclNoel
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-08-24Fix typosAndrea Gelmini
2020-08-24Don't apply transparency twice when drawing to mpAlphaVDevMike Kaganski
2020-08-17Use transparent buffer to correctly process transparency in metafilesMike Kaganski
2020-07-29tdf#135264: draw to mpAlphaVDev after DrawTransparentNativelyMike Kaganski
2020-05-23Add missing mpAlphaVDev handlingMike Kaganski
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
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