summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Bump version to 6.1.7.26cib-6.1-26Thorsten Behrens1-1/+1
2021-08-05Fix alternate JREs missing bin/ directory on java.library.pathSamuel Mehrbrodt1-0/+18
2021-07-26sw: layout: fix red triangle problem with text frame in sectionsMichael Stahl1-1/+1
2021-07-26curl: upgrade to release 7.78.0Michael Stahl7-14/+16
2021-07-23upgrade to Expat 2.4.1Caolán McNamara2-2/+16
2021-07-23Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann1-1/+4
2021-07-23At least MSVC 19.15.26726 (VS 2017 15.8.1) needs the SAL_STREAM fix tooStephan Bergmann1-1/+1
2021-05-21libxml2: upgrade to release 2.9.12Michael Stahl3-6/+6
2021-05-20tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl2-1/+3
2021-05-14python3: fix segfault importing ctypesMichael Stahl2-0/+35
2021-05-14tdf#134582 sfx2: when storing, set Version on embedded object storageMichael Stahl1-0/+33
2021-05-14add missing includeMichael Stahl1-0/+2
2021-05-14odk: build examples with GCC with explicit -std=c++11Michael Stahl1-1/+1
2021-05-14external/libwpd: Missing include for size_tStephan Bergmann2-0/+11
2021-05-14exteranl/coinmp: Fix build with recent GCC 11 trunkStephan Bergmann2-0/+34
2021-05-14external/coinmp: C++17 no longer supports "register"Stephan Bergmann2-0/+370
2021-05-14external/liborcus: Missing includesStephan Bergmann2-0/+31
2021-04-23Related tdf#139804 Allow activating btn on first clickSamuel Mehrbrodt1-0/+1
2021-04-23tdf#141703 Restore tab function in sd tablesSamuel Mehrbrodt1-2/+5
2021-04-23cid#1474166 Deference null return valueCaolán McNamara1-16/+18
2021-04-15tdf#40534 correctly match page with memory slabJan-Marek Glogowski2-52/+24
2021-04-13Fixup xmlsecurity testThorsten Behrens1-3/+3
2021-04-13xmlsec: fix signing documents on WNTcib-6.1-25Michael Stahl2-0/+69
2021-04-06Add mechanism to selectively enable macros for document eventsSamuel Mehrbrodt4-0/+58
2021-04-06Revert "Revert "Improve macro checks""Samuel Mehrbrodt3-7/+26
2021-04-06Bump version to 6.1.7.25Thorsten Behrens1-1/+1
2021-03-31xmlsecurity: replace OOXMLSecParser implementationMichael Stahl3-234/+1314
2021-03-31xmlsecurity nss: fix OOXML signing with ECDSA keyMiklos Vajna3-3/+57
2021-03-29Also fix the generated test certs + generator script to avoid expiredMiklos Vajna3-3/+3
2021-03-29xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl22-210/+679
2021-03-29libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1Miklos Vajna3-4358/+0
2021-03-29Fix commentsSamuel Mehrbrodt2-3/+3
2021-03-29clang-format ooxmlsecexporter.cxxMichael Stahl1-74/+129
2021-03-29xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl4-90/+221
2021-03-29xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl8-80/+68
2021-03-29xmlsecurity: replace XSecParser implementationMichael Stahl8-358/+1404
2021-03-29expand out some namespace aliases [xmlsecurity/source/helper]Noel Grandin4-123/+107
2021-03-29css::security::DocumentSignatureInformation::SignatureTime is 32 bitStephan Bergmann3-2/+3
2021-03-29tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna9-19/+87
2021-03-29tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties refMiklos Vajna2-0/+12
2021-03-29default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2021-03-29do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2021-03-29Improve checkExtensionStephan Bergmann1-12/+19
2021-03-29tdf#130216: normalize paths with .. segmentsMike Kaganski1-11/+23
2021-03-29tdf#127941: Don't be _that_ eager to assert(!IsTextEdit());Jan Holesovsky1-1/+4
2021-03-29call System.runFinalizersOnExit by reflection, since it was removed in jdk11Fridrich Štrba2-0/+15
2021-03-23gbuild: don't use -Wunused-macros with sccacheMichael Stahl1-2/+2
2021-03-23gbuild: avoid -Wunused-macros with clang and icecream+ccacheMichael Stahl1-2/+2
2021-03-23gbuild: avoid -Wunused-macros with clang and icecreamMichael Stahl1-2/+2
2021-03-16tdf#139804 Focus form controls inside document with Alt-<Mnemonic>Samuel Mehrbrodt5-5/+37