summaryrefslogtreecommitdiff
path: root/vcl/skia/osx
AgeCommit message (Expand)Author
2024-02-24Related: tdf#159529 eliminate possible memory leakPatrick Luby
2023-10-11tdf#157613 make sure surface is not a null pointerPatrick Luby
2023-10-09loplugin:casttovoidStephan Bergmann
2023-09-27Let SkBitmap determine when it is safe to delete the pixel bufferPatrick Luby
2023-08-23tdf#156854 invert alpha mask for macOS native menu item imagesPatrick Luby
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby
2023-08-09vcl: Organize CoreText font code a bitKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-23vcl: Simplify AquaGraphics*::drawTextLayout() callingKhaled Hosny
2023-07-10update skia to m116Noel Grandin
2023-05-07crash seen with empty moLineColor on macOS with skiaCaolán McNamara
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby
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-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-05tdf#150507 like skia, even when subpixel rendering snap to a pixel BaselineCaolán McNamara
2022-06-17handle GC* pixmap functions on Mac reading past pixmap (tdf#145843)Luboš Luňák
2022-05-21update Skia to chrome/m103Luboš Luňák
2022-01-14respect TextRenderModeForResolutionIndependentLayout for mac tooCaolán McNamara
2022-01-12reduce explicit Skia flushingLuboš Luňák
2021-11-30handle Skia not drawing GPU-backend shader to a bitmap (tdf#145797)Luboš Luňák
2021-11-30loplugin:simplifyconstructStephan Bergmann
2021-11-18add an extra margin to native control drawing on Skia/MacLuboš Luňák
2021-11-18fix background color of some native controls with Skia/Mac (tdf#145748)Luboš Luňák
2021-11-18draw Mac widget controls at proper size when HiDPILuboš Luňák
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-08-31reduce code duplicationLuboš Luňák
2021-08-27loplugin:external (macOS)Stephan Bergmann
2021-08-27-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann
2021-08-26change some left,top,width,height usage in Skia to x,y,w,hLuboš Luňák
2021-08-25use our own Skia surface when using GPU screen drawingLuboš Luňák
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák
2021-08-23add CreateCGImage() variant for Mac/SkiaLuboš Luňák
2021-08-23implement text rendering on Mac using SkiaLuboš Luňák
2021-08-23implement mac native widget drawing also for SkiaLuboš Luňák
2021-08-23explicitly force skia raster on mac for nowLuboš Luňák
2021-08-23implement blitting to screen for skia on macLuboš Luňák
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák