summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-23vcl: Simplify AquaGraphics*::drawTextLayout() callingKhaled Hosny
2023-07-21Fix typoAndrea Gelmini
2023-07-20tdf#156361 use slow blending path if alpha mask blending is diabledPatrick Luby
2023-07-18tdf#155661 Apply border from center point not from whole sizeAron Budea
2023-07-10fix build: SkiaHelper.cxx missed W on -Wunused-parameterJustin Luth
2023-07-10update skia to m116Noel Grandin
2023-07-04remove skia workaroundNoel Grandin
2023-07-02optimised Skia Invert() operationNoel Grandin
2023-06-21Related tdf#155143: blacklist Nvidia GTX 960M for Skia hardware renderingJulien Nabet
2023-05-15tdf#155143: blacklist 3 Nvidia cards for Skia hardware renderingJulien Nabet
2023-05-15Resolves tdf#155070 - Easy access to skia.logHeiko Tietze
2023-05-07crash seen with empty moLineColor on macOS with skiaCaolán McNamara
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-03-26tdf#154378: blacklist GeForce RTX 3080 for Skia hardware renderingJulien Nabet
2023-03-08tdf#153538: blacklist GeForce GTX 1070 Ti for Skia hardware renderingJulien Nabet
2023-03-03Fix SAL_INFO dereferencing optionalsMike Kaganski
2023-01-31loplugin:unusedfieldsNoel Grandin
2023-01-30Update skia to m111Noel Grandin
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-25Revert "Update skia to m110"Stephan Bergmann
2023-01-25Update skia to m110Noel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2023-01-05Related: tdf#152703 Prevent possible hang when live resizing a windowPatrick Luby
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby
2022-12-21initial Experimental System-Dependent PrimitiveRenderer for CairoCaolán McNamara
2022-12-21No need for bool return value hereNoel Grandin
2022-12-20Example System-Dependent PrimitiveRenderer for Direct2D (Win)Armin Le Grand (Allotropia)
2022-12-17tdf#151627 + tdf#152559: blacklist Nvidia device id="0x1402"Julien Nabet
2022-12-15tdf#145843 Do not use CGBitmapContextCreate() to create a bitmap contextPatrick Luby
2022-11-30Avoid a dynamic cross cast on macOSStephan Bergmann
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: unify skew for artificial italicKhaled Hosny
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: move creating DWFontFace to WinFontFaceKhaled Hosny
2022-11-19vcl: move creating DWriteFactory to a centeral placeKhaled Hosny
2022-11-09tdf#151929: crash if video card changed (Win nVidia GTX 670)Julien Nabet
2022-10-29vcl: simplify how CoreTextFont stores CTFontRefKhaled Hosny
2022-10-29vcl: rename CoreTextStyle to CoreTextFontKhaled Hosny
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin
2022-09-14do not check and refcount Info access to Skia bitmaps (tdf#150817)Luboš Luňák
2022-09-07Revert "tdf#150555: Skia seems to fail with Windows 8/8.1"Xisco Fauli
2022-09-05tdf#150507 like skia, even when subpixel rendering snap to a pixel BaselineCaolán McNamara
2022-08-26freetype 2.9 was relesed in Jan 2018, drop workaround for <= 2.8Caolán McNamara
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-23tdf#150555: Skia seems to fail with Windows 8/8.1Julien Nabet