# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # 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/. # $(eval $(call gb_Executable_Executable,vcldemo)) $(eval $(call gb_Executable_use_api,vcldemo,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,vcldemo,\ boost_headers \ glm_headers \ harfbuzz \ )) ifeq ($(DISABLE_GUI),) $(eval $(call gb_Executable_use_externals,vcldemo,\ epoxy \ )) endif $(eval $(call gb_Executable_add_defs,vcldemo,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_set_include,vcldemo,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,vcldemo,\ basegfx \ comphelper \ cppu \ cppuhelper \ tl \ sal \ salhelper \ )) $(eval $(call gb_Executable_use_vclmain,vcldemo)) $(eval $(call gb_Executable_add_exception_objects,vcldemo,\ vcl/workben/vcldemo \ )) # vim: set noet sw=4 ts=4: i/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/backbuffer.cxx
AgeCommit message (Expand)Author
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2020-10-20do not disable AA in vclcanvas if Skia is usedLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-04-18loplugin:flatten in canvasNoel Grandin
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-04-16formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-10Unwind VCLObject bits for OutputDevice derivatives.Michael Meeks
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2012-06-19re-base on ALv2 code.Michael Meeks