summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/salgdi.cxx
AgeCommit message (Expand)Author
2023-01-31loplugin:unusedfieldsNoel Grandin
2023-01-16The third "depth argument is unusedCaolán McNamara
2023-01-12drop some unneeded includesCaolán McNamara
2023-01-12make SupportsCairo always return true nowCaolán McNamara
2023-01-12remove newly unused X11SalGraphicsImplCaolán McNamara
2023-01-12mpClipRegion is newly unusedCaolán McNamara
2023-01-12X11SalGraphics::SetClipRegion is newly unusedCaolán McNamara
2023-01-12merge duplicate CairoTextRender implsCaolán McNamara
2023-01-11drop unused X11SalGraphics::GetDitherPixmapCaolán McNamara
2023-01-11remove defunct pXRenderFormat fieldCaolán McNamara
2023-01-11drop newly unused codeCaolán McNamara
2023-01-10reorg to make use of X11SalFrame/X11SalVirtualDevice surfaceCaolán McNamara
2023-01-10move surface into X11SalFrame/X11SalVirtualDeviceCaolán McNamara
2023-01-06use current known geometry for surface size instead of SAL_MAX_INT16Caolán McNamara
2023-01-04always use X11CairoSalGraphicsImplCaolán McNamara
2022-04-13vcl: move X11 drawing that uses cairo into X11CairoSalGraphicsImplTomaž Vajngerl
2022-04-12vcl: use auto delegate for X11SalGraphics and remove duplicatesTomaž Vajngerl
2022-01-01vcl: move drawPolyLine (+legacy) to SvpGraphicsBackendTomaž Vajngerl
2021-12-30vcl: move applyColor and clipRegion to CairoCommonTomaž Vajngerl
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-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-16X11SalGraphics::SupportsCairo is pretty slow and its value won't changeCaolán McNamara
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-11-14remove SalPointNoel Grandin
2020-11-03loplugin:unusedfieldsNoel
2020-11-01Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann
2020-10-31X11Pixmap::mhDrawable only ever holds a PixmapStephan Bergmann
2020-10-19use tools::Long in vclNoel
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-11-27build properly with or without Skia enabledLuboš Luňák
2019-11-27initial empty Skia VCL implementationLuboš Luňák
2019-11-27move opengl vcl files to opengl/Luboš Luňák
2019-10-19loplugin:unusedfieldsNoel Grandin
2019-10-18cid#1454633 silence Uncaught exceptionCaolán McNamara
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen