Age | Commit message (Expand) | Author |
2024-03-21 | ITEM: Remove InvalidateAllItems() | Armin Le Grand (allotropia) |
2024-03-21 | Moving parts of readonly checks from model to view. | Gökay Şatır |
2024-03-18 | tdf#40244 tdf#160192: create tempFile elsewhere if LogicBase is RO | Justin Luth |
2024-03-15 | tdf#160192: avoid hang when trying to overwrite doc/lockfile in RO dir | Justin Luth |
2024-03-11 | Disallow closing document during generation of preview | Mike Kaganski |
2024-03-11 | Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free | Mike Kaganski |
2024-02-26 | Use SHGetKnownFolderPath, to avoid MAX_PATH limitation | Mike Kaganski |
2024-02-23 | Fix warning C4312 when building with MSVC without -Wv:18 | Mike Kaganski |
2024-02-15 | i#112829: offer svg as clipboard format as well | Damjan Jovanovic |
2024-02-14 | tdf#159707: fix crash when changing to edit mode (calc) | Julien Nabet |
2024-02-08 | tdf#158975 Add option to not write temp file next to local file | Samuel Mehrbrodt |
2024-02-02 | Add SfxMedium::IsRepairPackage | Mike Kaganski |
2024-02-01 | tdf#154587: allow directory entries in ZIP packages | Mike Kaganski |
2024-02-01 | tdf#159496: clear mxObjectContainer in PrepareSecondTryLoad_Impl | Mike Kaganski |
2024-02-01 | sc: put used currencies on top of the currency pop-up list | Tomaž Vajngerl |
2024-01-30 | just get SfxViewShell::Current once | Caolán McNamara |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-24 | sfx2: check SfxViewShell::Current() | Xisco Fauli |
2024-01-23 | Make wholesome ODF package encryption the default | Thorsten Behrens |
2024-01-23 | ITEM: Solve SfxVoidItem(0) situation | Armin Le Grand (allotropia) |
2024-01-17 | Eliminate hang in iOS app (and maybe the Android app) during export | Patrick Luby |
2024-01-17 | ITEM: Remove suspicious extra-Which in ::Put | Armin Le Grand (allotropia) |
2024-01-16 | tdf#53614 - Don't try to lock file after cancelling the import process | Andreas Heinisch |
2024-01-11 | tdf#158937 Allow cancel of password dialog during recovery | Matt K |
2024-01-09 | sfx2: reorder the checks in SfxBaseModel::postEvent_Impl() | Michael Stahl |
2024-01-08 | cid#1545370 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-01-05 | Use officecfg instead of SvtFilterOptions wrapper in sfx2, sd, oox | Gabor Kelemen |
2023-12-31 | cid#1546464 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-31 | Replace "size() == 0 with empty()" (sfx2) | Julien Nabet |
2023-12-30 | move IsFuzzing to comphelper | Caolán McNamara |
2023-12-28 | Added boolean op's to SfxPoolItemHolder | Armin Le Grand (allotropia) |
2023-12-22 | cid#1546500 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-21 | Remove DeleteItemOnIdlex | Armin Le Grand (allotropia) |
2023-12-20 | tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption | Michael Stahl |
2023-12-20 | cid#1545835 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-14 | tdf#105844 sfx2: add another consistency check | Michael Stahl |
2023-12-13 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl |
2023-12-13 | sfx2: remove wrong asserts | Michael Stahl |
2023-12-11 | tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM | Michael Stahl |
2023-12-10 | cid#1545177 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-10 | Keep original error | Mike Kaganski |
2023-12-10 | cid#1546281 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-07 | sfx2: simplify SetCommonStorageEncryptionData() calls | Michael Stahl |
2023-12-07 | tdf#105844 package,sfx2: wholesome ODF package wrapping encryption | Michael Stahl |
2023-12-07 | some cosmetic improvements, better warnings | Michael Stahl |
2023-11-29 | Related: tdf#104718 Use package repair request and behavior | Mike Kaganski |
2023-11-26 | *DocumentLockFile ctor may throw | Mike Kaganski |
2023-11-19 | Extended loplugin:ostr: sfx2 | Stephan Bergmann |
2023-11-19 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 10) | Julien Nabet |
2023-11-16 | reorg calc hyperlink check to reuse elsewhere | Caolán McNamara |