summaryrefslogtreecommitdiff
path: root/postprocess/Package_images.mk
blob: 54cb84eadb4585e2bf319e020be40e5696e2ea4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_Package_Package,postprocess_images,$(call gb_CustomTarget_get_workdir,postprocess/images)))

$(eval $(call gb_Package_add_files,postprocess_images,$(LIBO_SHARE_FOLDER)/config,\
	$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
))

# vim: set noet sw=4 ts=4:
vic 2023-02-28fix up misleading mismatching indent and add mode linesCaolán McNamara Caolán McNamara 2023-01-25ofz#55389 Integer-overflowCaolán McNamara 2023-01-07ofz#54707 Integer-overflowCaolán McNamara 2022-12-19ofz#54240 Integer-overflowCaolán McNamara 2022-12-13ofz#54240 Integer-overflowCaolán McNamara 2022-12-12ofz#54202 TimeoutCaolán McNamara 2022-12-07ofz#53824 Out-of-memoryCaolán McNamara 2022-12-04ofz#53842 TimeoutCaolán McNamara 2022-12-03ofz#53868 Integer-overflowCaolán McNamara 2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara 2022-11-26ofz#53764 Integer-overflowCaolán McNamara 2022-11-21add some checks for OpenSymbolCaolán McNamara 2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara 2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock 2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny 2022-07-18cid#1507357 Big parameter passed by valueCaolán McNamara 2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin 2022-03-24ofz#45991 Timeout, reduce allowed scalingCaolán McNamara 2022-03-18ofz#45675 TimeoutCaolán McNamara 2022-03-16ofz#45612 TimeoutCaolán McNamara 2022-03-06ofz#45230 avoid OOMCaolán McNamara 2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák 2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin 2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin 2021-10-12loplugin:unusedmethodsNoel Grandin 2021-09-28vcl: rename OutDevState to StackChris Sherlock 2021-08-18undo changes to TextAlignCaolán McNamara 2021-08-17Remove metaact::Write and metaact.hxx:Readpanoskorovesis 2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis 2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis 2021-07-30convert TextAlign to scoped enumCaolán McNamara 2021-07-12move the existing std::unique_ptr<tools::Long[]> rather than duplicating itCaolán McNamara 2021-07-12cid#1487034 explicitly pass len of aArrayCaolán McNamara 2021-07-09Add Handler for MetaTextArray Readpanoskorovesis 2021-06-11MetaAction::Clone() -> constLuboš Luňák