/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include #include #include #include #include #include /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ '>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2024-12-07Drop pre-Win10 code from WinSkiaSalGraphicsImplMike Kaganski
2024-11-25Improve rendering speed for native controls when using Skia/MetalPatrick Luby
2024-11-24tdf#157312 and tdf#163945 Lower Skia flush timer priority on macOSPatrick Luby
2024-11-21use default implementation for drawEPSNoel Grandin
2024-11-21remove OutDevSupportType::TransparentRectNoel Grandin
2024-11-19Simplify SalGraphicsImpl::InitNoel Grandin
2024-11-18SalGraphics does not need virtual freeResources()Noel Grandin
2024-11-18tdf#163945 Lower priority of Skia flush timerPatrick Luby
2024-11-12tdf#163486: PVS: Identical branchesBogdan Buzea
2024-11-10tdf#163734 Revert commit f4c2c7c79cfe4464ac596afda37b8904d06969dbPatrick Luby
2024-11-04new loplugin:staticconstexprNoel Grandin
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin
2024-10-12update to skia m129Noel Grandin
2024-10-08update to skia m119Noel Grandin
2024-10-06Update to skia m116Noel Grandin
2024-09-02tdf#162646 suppress drawing hairlines when scalingPatrick Luby
2024-09-01tdf#162646 don't move orthogonal polypolygons when scalingPatrick Luby
2024-08-29tdf#162646 set extra drawing constraints when scalingPatrick Luby
2024-08-20Implement Custom Font Collections on pre-Windows 10 systemsMike Kaganski
2024-07-10loplugin:casttovoidStephan Bergmann
2024-06-25tdf#159175 Do not allocate a CGLayer for each NSWindow when using SkiaPatrick Luby
2024-06-25Related tdf#148569: do not apply macOS fix to non-macOS platformsPatrick Luby
2024-06-19Fix typoAndrea Gelmini
2024-06-17tdf#148569 set extra drawing constraints when scalingPatrick Luby
2024-05-10loplugin:ostr in vclNoel Grandin
2024-04-27tdf#153306 prevent subpixel shifting of X coordinatePatrick Luby
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski