/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "../qt5/QtInstanceProgressBar.cxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ n'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdiimpl.hxx
AgeCommit message (Expand)Author
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-01-12remove newly unused X11SalGraphicsImplCaolán McNamara
2022-12-21No need for bool return value hereNoel Grandin
2021-12-11don't duplicate SalGraphics docs in SalGraphicsImplLuboš Luňák
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-04-07vcl: move graphic handling into Qt5GraphicsBackendTomaž Vajngerl
2021-02-24actually prefer DrawTransformedBitmap() if it's known to be fastLuboš Luňák
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-02-24simply use drawTransformedBitmap()Luboš Luňák
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-11-14remove SalPointNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2019-11-27extend vcl backendtest to more backendsLuboš Luňák
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák
2019-11-27Add getting of render backend name + impl. for skiaTomaž Vajngerl
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-01-08vcl: this function is already documented in the base classChris Sherlock
2016-01-08vcl: this function is already documented in the base classChris Sherlock
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks