summaryrefslogtreecommitdiff
path: root/postprocess/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
31e0f67aa973c5f046deb630'>tdf#142978 Add a11y check sidebarSamuel Mehrbrodt 2023-01-24sw: add document model for multi-page fly framesMiklos Vajna 2023-01-14sw: add ThemeColorChanger that sweeps the model and changes colorsTomaž Vajngerl 2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl 2022-12-07sw: split out some of the LOK parts of SwXTextDocument into a separate fileMiklos Vajna 2022-11-30WASM: need sw/../translatehelper.cxx backThorsten Behrens 2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl 2022-11-15sw: add accessibility check statusbar controlTomaž Vajngerl 2022-11-15sw: add online accessibility check implementationTomaž Vajngerl 2022-10-24sw: rename IGrammarContact*, SwGrammarContact* to GrammarContact*Tomaž Vajngerl 2022-10-17sw content controls: add rendering for the aliasMiklos Vajna 2022-10-12new uno command uno:Translate with deepl apiMert Tumer