summaryrefslogtreecommitdiff
path: root/wizards/Package_wizards.mk
blob: cb2f25282cd069d149cc28b36f221009552a813d (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,wizards_wizardshare,$(SRCDIR)/wizards/source/resources))

$(eval $(call gb_Package_add_files,wizards_wizardshare,$(LIBO_SHARE_FOLDER)/wizards,\
	resources_en_US.properties \
))

# vim:set noet sw=4 ts=4:
eKit/LibreOfficeKitEnums.h?h=feature/wasm&id=6953aa7ce0e276c4961d7caac9ea2542d92f08bc'>Fix typoAndrea Gelmini 2019-05-21Fix typoAndrea Gelmini 2019-05-20lok: update graphic selection callback descriptionMarco Cecchetti 2019-05-03libreofficekit: send show/hide messages for dialogsSzymon Kłos 2019-04-26lok: allow paste content to popup dialogHenry Castro 2019-04-15lok: emit ProfileZone data in messages when requested.Michael Meeks 2018-12-10lok: shape scaling reworkMarco Cecchetti 2018-11-07lok: send signature status on document loadTomaž Vajngerl 2018-11-06lok: Notify about the current editing context.Jan Holesovsky 2018-08-29Fix typo: s/an other/another/gAndrea Gelmini 2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai 2018-04-03lok - sc: validity list drop down button callbackMarco Cecchetti 2018-03-17lok: notify clients of clipboard changesAshod Nakashian 2018-02-08sw lok: IME support + unit testPranav Kant 2017-12-21Fix typosAndrea Gelmini 2017-12-21lokdocview: Handle INVALIDATE_HEADER cbPranav Kant 2017-12-16lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti 2017-12-15lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti 2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant 2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant