summaryrefslogtreecommitdiff
path: root/hwpfilter/Module_hwpfilter.mk
blob: 461c017930602d838fc57581e408da1bf2803f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Module_Module,hwpfilter))

$(eval $(call gb_Module_add_targets,hwpfilter,\
    Library_hwp \
))

$(eval $(call gb_Module_add_check_targets,hwpfilter,\
    CppunitTest_hwpfilter_test_hwpfilter \
))

# vim: set noet sw=4 ts=4:
to check Sequence emptiness in [e-i]*Arkadiy Illarionov 2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin 2019-04-30improve loplugin:stringconstantNoel Grandin 2019-03-18Added tiled watermark export option for pdfmerttumer 2019-03-16tdf#62728 add PDF/A-2 support, change UI default to use thatThorsten Behrens 2019-01-31Support bitmap PDF export for RedactionMuhammet Kara 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen 2018-10-19clang-tidy readability-misleading-indentationNoel Grandin 2018-08-16PDF export: allow API users to opt in for version 1.6Miklos Vajna 2018-08-06coverity#1438216 Resource leakCaolán McNamara 2018-08-02loplugin:returnconstant in filterNoel Grandin 2018-07-21Fix typosAndrea Gelmini 2018-07-09tdf#112690: make page size of exported PDF closer to what is setAron Budea 2018-04-27Change default PDF version to 1.5Khaled Hosny 2018-03-09loplugin:constantparam in vclNoel Grandin 2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-10-23loplugin:includeform: filterStephan Bergmann 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-27loplugin:constparams in filterNoel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-23loplugin:oncevar filter..formsNoel Grandin