summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
AgeCommit message (Expand)Author
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-08-27tdf#150610 fix broken rendering of text meta actionsPatrick Luby
2023-08-19Eliminate special alpha mask inversions when Skia is disabledPatrick Luby
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-17simply some LogicToPixel calculation sitesNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2022-11-13ofz#53338 AbrtCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
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