summaryrefslogtreecommitdiff
path: root/uitest/Module_uitest.mk
blob: fb82005a04681845def03d8f04666cefa75fddfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Module_Module,uitest))

$(eval $(call gb_Module_add_uicheck_targets,uitest,\
    UITest_calc_demo \
    UITest_writer_demo \
    UITest_impress_demo \
    UITest_demo_ui \
    UITest_math_demo \
    UITest_manual_tests \
))
10:58:38 +0000'>2016-11-26ServerFontLayout is already goneKhaled Hosny 2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny 2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain 2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara 2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page 2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin 2016-01-27vcl: remove extraneous included headers in textrender.hxxChris Sherlock 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara 2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock 2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock 2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock 2016-01-04Remove unused forward declarationsTor Lillqvist 2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock 2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock 2015-12-24loplugin:unnecessaryvirtualNoel Grandin 2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist 2015-06-11Cleanup crossplatform cairoMox Soini 2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara