summaryrefslogtreecommitdiff
path: root/vcl/skia/x11
AgeCommit message (Expand)Author
2023-01-31loplugin:unusedfieldsNoel Grandin
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: unify skew for artificial italicKhaled Hosny
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-04-13vcl: move X11 drawing that uses cairo into X11CairoSalGraphicsImplTomaž Vajngerl
2022-03-16-Werror=unused-but-set-variableStephan Bergmann
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2021-11-16apply SAL_FORCE_HIDPI_SCALING on X11 even while drawingLuboš 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-30fix missing variable assignmentLuboš Luňák
2021-08-25use our own Skia surface when using GPU screen drawingLuboš Luňák
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák
2021-05-24fix Skia Windows text renderingLuboš Luňák
2021-05-24fix font scale width handling for Skia/X11 (tdf#136081)Luboš Luňák
2021-05-24fix skia/x11 text artifical italicLuboš Luňák
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2021-03-03'using namespace SkiaHelper' in skia vcl sourcesLuboš Luňák
2021-03-01generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák
2020-10-19use tools::Long in vclNoel
2020-10-08track dirty areas for Skia drawingLuboš Luňák
2020-10-06add missing null pointer checkLuboš Luňák
2020-10-04default to BGRA for Skia, even on X11Luboš Luňák
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-29disable VSync for Skia/Vulkan on Linux/nVidiaLuboš Luňák
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák
2020-09-21set properly font X-scale for Skia+X11 (tdf#136891)Luboš Luňák
2020-08-26update Skia to chrome/m86 snapshotLuboš Luňák
2020-07-16flush all Skia drawing before drawing to the screenLuboš Luňák
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-05-22Related: tdf#132536 drop FreetypeManager FreetypeFont cachingCaolán McNamara
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-12rework Skia setupLuboš Luňák
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák
2020-02-07add Skia crash zone checkingLuboš Luňák
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák
2019-12-06use SkBitmap::setImmutable() where suitableLuboš Luňák
2019-11-27use the native Skia color Type when using VulkanLuboš Luňák
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák
2019-11-27do not use Xlib for accessing something that is not an X windowLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák
2019-11-27avoid repeated SkSurface recreating because of X11 being asynchronousLuboš Luňák