summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2023-02-16osl::Mutex->std::mutex in GtkSalDataNoel Grandin
2023-02-13tdf#143148 Use pragma once in vcldeepanshuraj099
2023-02-10tdf#150451 Fix borders in Editbox controls (kf5)Rafael Lima
2023-02-09vcl: GetGlyphOutlineUntransformed() always returns true nowKhaled Hosny
2023-02-09Require HarfBuzz 5.1.0Khaled Hosny
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-02-01tdf#143148 Use pragma once instead of include guardsanfanite396
2023-02-01tdf#66580 write more metadata to embedded and attached filesTomaž Vajngerl
2023-01-31loplugin:unusedfieldsNoel Grandin
2023-01-30Silence two GCC warnings in Skia include filesStephan Bergmann
2023-01-30Fix iOS build errorsPL
2023-01-27Remove support for AIXStephan Bergmann
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-24tdf#66580 write ODF document as an attachment in hybrid modeTomaž Vajngerl
2023-01-23XUnoTunnel->dynamic_cast in vcl::GraphicNoel Grandin
2023-01-20Base GraphicDescriptor on OWeakObjectStephan Bergmann
2023-01-18only need ooo_fixed for gtk3Caolán McNamara
2023-01-15XUnoTunnel->dynamic_cast in UnoBinaryDataContainerNoel Grandin
2023-01-13Related: tdf#152703 Eliminate potential blocking during live resizePatrick Luby
2023-01-12tdf#152994 only query dark mode in Windows >= 10.0.18362Caolán McNamara
2023-01-12move drawTransformedBitmap to CairoCommon and reuse for X11CairoSalGraphicsImplCaolá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-12no more X11SalBitmapCaolán McNamara
2023-01-12this is never a X11SalBitmap anymoreCaolán McNamara
2023-01-12drop internal support for 1-bit imagesNoel Grandin
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-11use SvpSalBitmap for X11/gen alsoCaolán McNamara
2023-01-11move GetBitCount into CairoCommonCaolán McNamara
2023-01-10Related: tdf#152950 assert if this arises anywhere elseCaolán McNamara
2023-01-10move invert into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-10reuse ROP and XOR solutionsCaolán McNamara
2023-01-10reorg to share more code more simplyCaolá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-07move drawRect into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-06move drawPolygon into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-06move drawPolyLine into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2023-01-06move drawPolyPolygon into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-06move getPixel into CairoCommon and reuse from X11CairoSalGraphicsImplCaolán McNamara
2023-01-06use current known geometry for surface size instead of SAL_MAX_INT16Caolán McNamara
2023-01-06Revert "move getPixel into CairoCommon and reuse from X11CairoSalGraphicsImpl"Caolán McNamara
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp