# -*- 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_Module_Module,libwpg)) $(eval $(call gb_Module_add_targets,libwpg,\ UnpackedTarball_libwpg \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,libwpg,\ Library_wpg \ )) else $(eval $(call gb_Module_add_targets,libwpg,\ ExternalPackage_libwpg \ ExternalProject_libwpg \ )) endif # vim: set noet sw=4 ts=4: fa434dab8744c548db166cd24ee82e8759e1f'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/librelogo/source
AgeCommit message (Expand)Author
2022-12-05LibreLogo: fix SVG export of font features and text portionsLászló Németh
2022-12-05LibreLogo: fix parsing argument of default Logo commandsLászló Németh
2022-12-05tdf#105575 LibreLogo: hide turtle during lockingLászló Németh
2022-12-05tdf#105575 LibreLogo: speed up by lock (re)paintLászló Németh
2022-12-05LibreLogo: LABEL/TEXT: add more character formattingLászló Németh
2022-11-21tdf#113592 LibreLogo: update fallback localizationLászló Németh
2022-09-30LibreLogo: fix ast, gug, hsb and sid language supportLászló Németh
2022-04-22LibreLogo: add basic HTML formatting support to LABELLászló Németh