summaryrefslogtreecommitdiff
path: root/wizards/AllLangResTarget_wzi.mk
blob: ebb3e4b1c7ebcdf0b93e14bddeb6c0410b03711b (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_AllLangResTarget_AllLangResTarget,wzi))

$(eval $(call gb_AllLangResTarget_set_reslocation,wzi,wizards))

$(eval $(call gb_AllLangResTarget_add_srs,wzi,\
	wzi/res \
))

$(eval $(call gb_SrsTarget_SrsTarget,wzi/res))

$(eval $(call gb_SrsTarget_add_nonlocalizable_files,wzi/res,\
	wizards/source/imagelists/imagelists.src \
))

# vim: set noet sw=4 ts=4:
/td>tdf#158147 - UI: Part 38 - Unify lockdown behavior of Options dialogBalazs Varga 2023-11-06"SyntaxVersion" has been declared as "sal_Int16" in unomodelJulien Nabet 2023-10-29Subtraction could wrapMike Kaganski 2023-10-28Move Impl_Print from SmViewShell to SmDocShellMike Kaganski 2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann 2023-10-12Make NC_ constexpr-friendlyStephan Bergmann 2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann 2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann 2023-09-28starmath: Add Arabic functions to elements panelKhaled Hosny 2023-09-28starmath: Add Arabic functionsKhaled Hosny 2023-09-28tdf#142095: Render symbols in Math Symbols Catalogue using document settingsKhaled Hosny 2023-09-28starmath: Arabic symbols from Symbols Catalogue should not be italicKhaled Hosny 2023-09-21starmath: Rename SmSym::GetName() -> GetUiName()Khaled Hosny 2023-09-21tdf#62174: Fix saving of localized iGreek symbolsKhaled Hosny 2023-09-19starmath: Improve glyph positioningKhaled Hosny 2023-09-19starmath: Get the font from current format for special symbolsKhaled Hosny 2023-09-18starmath: Fix editing symbols in the Symbols CatalogueKhaled Hosny 2023-09-18tdf#111705: Add the new maj and hadd operators to the elements panelKhaled Hosny 2023-09-18tdf#111705: Add support of Persian limits operator (U+1EEF1)Khaled Hosny 2023-09-18tdf#111705: Add support of Arabic summation operator (U+1EEF0)Khaled Hosny 2023-09-08tdf#88744: Use real clipboard when inline editing is enabledKhaled Hosny 2023-09-07starmath: Properly update the state to copy/cut/paste buttonsKhaled Hosny 2023-09-05starmath: Always insert using SmCursor when inline editing is enabledKhaled Hosny 2023-09-04starmath: Make cut/copy/paste buttons work with inline editingKhaled Hosny 2023-09-04tdf#134193: Fix inline editing with RTL directionKhaled Hosny 2023-09-04tdf#134193: Support rendering math in RTL modeKhaled Hosny 2023-09-04tdf#134193: Add the ability to set RTL math directionKhaled Hosny 2023-09-03starmath: Graduate inline (visual) editing from experimental featuresKhaled Hosny 2023-08-31tdf#143213: Fix reading math font settings from fileKhaled Hosny 2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek 2023-08-25tdf#101174: Add the ability to change math font in MathKhaled Hosny