summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-03-11tdf#136238 Speedup deleting a very very large cross page tableNoel Grandin1-3/+5
2024-10-24tdf#157130 undo and track changes not restoring characters (macOS)Noel Grandin1-6/+2
2024-09-06tdf#161741 undo nits: NeedsClearRedo is private + prioritize TopLevelJustin Luth1-16/+9
2024-08-16tdf#161741 tdf#161705 undo: delay ClearRedo until Undo finishesJustin Luth1-0/+28
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski1-10/+1
2024-03-14cool#8443 let Insert Chart dialog to undo out of order on CancelMike Kaganski1-4/+36
2023-05-04Resolves: tdf#134308 if max undo is 0, treat as if no undoCaolán McNamara1-1/+4
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25A bit of RAIIMike Kaganski1-16/+10
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin1-4/+5
2021-11-15svl: use std::rotate() in SfxUndoManager::ImplUndo()Miklos Vajna1-9/+7
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna1-5/+13
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna1-2/+2
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-0/+10
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-08-02flatten SfxUndoManager_Data a littleNoel Grandin1-24/+23
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-20/+20
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-2/+0
2020-10-19use tools::Long in svlNoel1-1/+2
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-8/+4
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin1-4/+8
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-3/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-27loplugin:virtualdead in svlNoel Grandin1-8/+0
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-04-29tdf#125030: Prevent double-clearing the guardMike Kaganski1-0/+1
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov1-29/+8
2018-11-01use unique_ptr in markForDeletionNoel Grandin1-29/+19
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin1-12/+12
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin1-45/+32
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+4
2018-10-08loplugin:constfields in svlNoel Grandin1-3/+3
2018-09-19flatten SfxUndoArrayNoel Grandin1-151/+90
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-5/+5
2018-01-12More loplugin:cstylecast: svlStephan Bergmann1-2/+2
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-4/+2
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-0/+39
2017-10-18Replace lists by vectors in svlJulien Nabet1-15/+8
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-2/+2
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: svlStephan Bergmann1-4/+2
2017-06-21loplugin:unusedfields store..svlNoel Grandin1-3/+0
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-06Plausible fix for timezone offset issue in Repair Document.Michael Meeks1-0/+1