summaryrefslogtreecommitdiff
path: root/vcl/skia/osx
AgeCommit message (Expand)AuthorFilesLines
2022-10-29vcl: simplify how CoreTextFont stores CTFontRefKhaled Hosny1-3/+1
2022-10-29vcl: rename CoreTextStyle to CoreTextFontKhaled Hosny1-5/+5
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin1-1/+1
2022-09-05tdf#150507 like skia, even when subpixel rendering snap to a pixel BaselineCaolán McNamara1-0/+4
2022-06-17handle GC* pixmap functions on Mac reading past pixmap (tdf#145843)Luboš Luňák1-0/+12
2022-05-21update Skia to chrome/m103Luboš Luňák1-0/+1
2022-01-14respect TextRenderModeForResolutionIndependentLayout for mac tooCaolán McNamara1-3/+8
2022-01-12reduce explicit Skia flushingLuboš Luňák1-1/+1
2021-11-30handle Skia not drawing GPU-backend shader to a bitmap (tdf#145797)Luboš Luňák1-0/+9
2021-11-30loplugin:simplifyconstructStephan Bergmann1-2/+2
2021-11-18add an extra margin to native control drawing on Skia/MacLuboš Luňák1-6/+18
2021-11-18fix background color of some native controls with Skia/Mac (tdf#145748)Luboš Luňák1-0/+9
2021-11-18draw Mac widget controls at proper size when HiDPILuboš Luňák1-8/+17
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák1-20/+45
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock1-1/+1
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-08-31reduce code duplicationLuboš Luňák1-24/+17
2021-08-27loplugin:external (macOS)Stephan Bergmann1-0/+3
2021-08-27-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-4/+5
2021-08-26change some left,top,width,height usage in Skia to x,y,w,hLuboš Luňák1-7/+7
2021-08-25use our own Skia surface when using GPU screen drawingLuboš Luňák1-38/+12
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák1-1/+3
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák2-71/+79
2021-08-23add CreateCGImage() variant for Mac/SkiaLuboš Luňák1-0/+88
2021-08-23implement text rendering on Mac using SkiaLuboš Luňák1-0/+51
2021-08-23implement mac native widget drawing also for SkiaLuboš Luňák1-0/+49
2021-08-23explicitly force skia raster on mac for nowLuboš Luňák1-0/+1
2021-08-23implement blitting to screen for skia on macLuboš Luňák1-2/+45
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák1-6/+3
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák2-0/+144