# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_UnoApiMerge_UnoApiMerge,types)) $(eval $(call gb_UnoApiMerge_use_api,types,\ udkapi \ offapi \ )) $(eval $(call gb_UnoApiMerge_set_reference_rdbfile,types,\ offapi/type_reference/types \ )) # ugly hack for now! statistic : $(gb_Helper_MISC)/api_statistic $(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiMerge_get_target,types) $(PERL) util/checknewapi.pl $(call gb_UnoApiMerge_get_target,types) $(UNOAPI_REFERENCE_types) "$(RSCREVISION)" "$(gb_UnoApiMerge_REGVIEWTARGET)" > $@ # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Expand)Author
2023-12-15wasm: include missing custom shape presetsCaolán McNamara
2023-11-16expert config: Proper editing support for numbersSamuel Mehrbrodt
2023-11-13Use SvxNameDialog for editing config valuesSamuel Mehrbrodt
2023-10-28Fix WASM TB following 217f23f6437b1cac10fb4ea09b72fa896d46bd6bJulien Nabet
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios
2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir
2023-07-09tdf#151273, tdf#151925: Don’t use QFont text layout by defaultKhaled Hosny
2023-03-23tdf#142978 Remove a11y check dialogSamuel Mehrbrodt
2023-03-23jsdialog: enable data validation dialogSzymon Kłos
2023-02-13Fix typoAndrea Gelmini
2023-02-13Mention that Emscripten 3.1.30 is known to work for COWASMTor Lillqvist
2023-02-13Don't overload the word 'module' unnecessarilyTor Lillqvist
2023-02-06Minor typo fixes and some additional informationTor Lillqvist
2023-02-03Fix typoAndrea Gelmini
2023-02-02Add instructions for when building headless LO core for WASMTor Lillqvist
2022-12-14Update Qt5 build instructions to use Allotropia's pre-patched repoTor Lillqvist
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-11-29Don't build the Qt5 Mandelbrot demos unless we have Qt5Tor Lillqvist
2022-11-14WASM: fix loading writer docs after rebaseBalázs Varga (allotropia)
2022-11-01tdf#142446 follow up: Fix missing ui file crash and a11y ui errorsJim Raykowski
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-09-29tdf#151197: Remove EmojiControlKhaled Hosny
2022-07-07tdf#139953 Apply and Edit Changes - drop first dialog go directly to EditAman Jha
2022-06-20tdf#141026 Put user and computer name into collapsed sectionSiddhant Chaudhary
2022-03-30Fix typoAndrea Gelmini
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski
2022-01-21Fix typosAndrea Gelmini
2022-01-21Fix typosAndrea Gelmini
2022-01-20WASM update README.wasm.mdJan-Marek Glogowski
2022-01-20WASM re-activate and fix the Chart buildArmin Le Grand (Allotropia)
2022-01-19WASM merge wasm-qt into static moduleJan-Marek Glogowski
2022-01-19WASM add fontconfig data to FS imageJan-Marek Glogowski
2022-01-19WASM create and link the Emscripten FS imageJan-Marek Glogowski
2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski