# -*- 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_Executable_Executable,langsupport)) $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES)) $(eval $(call gb_Executable_set_include,langsupport,\ $$(INCLUDE) \ -I$(SRCDIR)/svtools/inc \ -I$(SRCDIR)/svtools/source/inc \ )) $(eval $(call gb_Executable_use_external,langsupport,boost_headers)) $(eval $(call gb_Executable_use_sdk_api,langsupport)) $(eval $(call gb_Executable_use_libraries,langsupport,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ svt \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,langsupport,\ svtools/langsupport/langsupport \ )) # vim: set noet sw=4 ts=4: ta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/undo
AgeCommit message (Expand)Author
2024-10-24tdf#157130 undo and track changes not restoring characters (macOS)Noel Grandin
2024-09-06tdf#161741 undo nits: NeedsClearRedo is private + prioritize TopLevelJustin Luth
2024-08-16tdf#161741 tdf#161705 undo: delay ClearRedo until Undo finishesJustin Luth
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski
2024-03-14cool#8443 let Insert Chart dialog to undo out of order on CancelMike Kaganski
2023-05-04Resolves: tdf#134308 if max undo is 0, treat as if no undoCaolán McNamara
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-25A bit of RAIIMike Kaganski
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2021-11-15svl: use std::rotate() in SfxUndoManager::ImplUndo()Miklos Vajna
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-02flatten SfxUndoManager_Data a littleNoel Grandin
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-10-19use tools::Long in svlNoel
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin