summaryrefslogtreecommitdiff
path: root/vcl/inc/skia
AgeCommit message (Expand)Author
2024-11-21use default implementation for drawEPSNoel Grandin
2024-11-19Simplify SalGraphicsImpl::InitNoel Grandin
2024-11-18SalGraphics does not need virtual freeResources()Noel Grandin
2024-10-06Update to skia m116Noel Grandin
2024-08-20Implement Custom Font Collections on pre-Windows 10 systemsMike Kaganski
2024-07-17Use IsRunningUnitTest / IsRunningUITest consistentlyMike Kaganski
2024-07-17Simplify checking for "running under unit/ui test"Noel Grandin
2024-06-25tdf#159175 Do not allocate a CGLayer for each NSWindow when using SkiaPatrick Luby
2024-05-10loplugin:ostr in vclNoel Grandin
2024-04-06tdf#143148 use pragma once instead of include guardsHeikki Ilvesmäki
2024-02-26tdf#143148 Use pragma once instead of include guards in vcl and xmloffanish.deshpande
2023-12-31Acquire solar mutex in SkiaZone, instead of assertingMike Kaganski
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-19Reimplement fix for tdf#156629 and tdf#156630Patrick Luby
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-23vcl: Simplify AquaGraphics*::drawTextLayout() callingKhaled Hosny
2023-07-10update skia to m116Noel Grandin
2023-07-02optimised Skia Invert() operationNoel Grandin
2023-01-30Silence two GCC warnings in Skia include filesStephan Bergmann
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby
2022-12-21No need for bool return value hereNoel Grandin
2022-11-19vcl: move creating DWFontFace to WinFontFaceKhaled Hosny
2022-11-19vcl: move creating DWriteFactory to a centeral placeKhaled Hosny
2022-09-14do not check and refcount Info access to Skia bitmaps (tdf#150817)Luboš Luňák
2022-03-16throw away skia control cache on theme changeCaolán McNamara
2022-02-03handle graphics test specially in backends too if neededLuboš Luňák
2022-01-14respect TextRenderModeForResolutionIndependentLayout for mac tooCaolán McNamara
2022-01-12reduce explicit Skia flushingLuboš Luňák
2022-01-11build a IDWriteFontCollection1 of our FR_PRIVATE fontsCaolán McNamara
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-10cache Skia drawing based on checksum of bitmap content (tdf#146095)Luboš Luňák
2021-12-10make sure Skia bitmap checksum is invalidated properlyLuboš Luňák
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-12-04only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024)Luboš Luňák
2021-11-30workaround gcc bug #55776 about enum class shadowing a globalLuboš Luňák
2021-11-29implement xor drawing directly using Skia (tdf#141090)Luboš Luňák
2021-11-29remove Skia kDifference workaroundLuboš Luňák
2021-11-22handle filling and stroking at the same time if possibleLuboš Luňák
2021-11-22move code to helper functionsLuboš Luňák
2021-11-16loplugin:finalprotectedStephan Bergmann
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák
2021-11-16log also whether SkiaSalBitmap has any pending scalingLuboš Luňák
2021-11-16when caching bitmaps in skia, take into account HiDPILuboš Luňák
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák
2021-11-12get rid of Skia's 'rasterhack' for Invert()Luboš Luňák
2021-11-12fix assertion with scaled alpha image in SkiaSalBitmapLuboš Luňák