summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-03ofz#67708 ignore oversized colspansdistro/allotropia/zeta-7-4Caolán McNamara1-2/+10
2024-04-03ofz: negative column offsetCaolán McNamara1-0/+5
2024-04-03ofz#67540 negative offsetCaolán McNamara1-11/+14
2024-04-03tdf#157241 sw: assert when importing ToX in table in rhbz589883-2.docxMichael Stahl1-6/+9
2024-04-03tdf#157241 sw: fix crash on RTF paste or insert of nested tablesMichael Stahl1-1/+35
2024-03-29add notify for script useCaolán McNamara1-0/+3
2024-03-20python3: upgrade to release 3.8.19Michael Stahl2-3/+3
2024-03-08ucb: webdav-curl: only set CURLOPT_NOBODY for HEADMichael Stahl1-10/+9
2024-03-08ucb: webdav-curl: try to share DNS and TLS data as wellMichael Stahl1-0/+7
2024-03-08ucb: webdav-curl: add a shared cookie storeMichael Stahl1-0/+57
2024-03-08ucb: webdav-curl: try fallback authentication on 403 errorMichael Stahl1-13/+50
2024-03-08ucb: webdav-curl: don't set CURLOPT_NOBODY for OPTIONSMichael Stahl1-3/+2
2024-02-26tdf#147731 sw: fix memory leak in SwDoc::CopyPageDesc()Michael Stahl3-46/+46
2024-02-26sw: fix issue with copying stashed frame formatTomaž Vajngerl3-4/+33
2024-02-26tdf#158302 fix build against system-libxml-2.12Miklos Vajna20-15/+32
2024-02-22tdf#159502 remove --without-system-libxml from LibreOfficeLinux.confMichael Stahl1-1/+0
2024-02-22libxml2: upgrade to release 2.12.5Michael Stahl1-2/+2
2024-02-22upgrade libxml2, libxslt & liblangtagCaolán McNamara6-10/+59
2024-02-22Fix Linux --without-system-libxml buildStephan Bergmann1-1/+1
2024-02-22libxslt: upgrade to release 1.1.38Taichi Haradaguchi2-3/+3
2024-02-22external/libxml2: Fix missing external symbols needed by xmllintStephan Bergmann1-1/+7
2024-02-22ExternalProject_libxml2 still needs to build the xmllint executableStephan Bergmann1-1/+1
2024-02-22upgrade to libxml2-2.11.4Caolán McNamara9-7/+35
2024-02-16Expat: upgrade to release 2.6.0Taichi Haradaguchi3-2/+52
2024-02-16nss: upgrade to release 3.98Michael Stahl2-17/+13
2024-02-16nss: upgrade to release 3.97Andras Timar1-2/+2
2024-02-16nss: upgrade to release 3.90Taichi Haradaguchi1-2/+2
2024-02-16calc null-derefCaolán McNamara1-0/+4
2024-02-02ofz: Use-of-uninitialized-valueCaolán McNamara1-3/+7
2024-01-15gbuild: WASM: try to fix "Missing generated source file *_embind.cxx"Michael Stahl1-0/+5
2024-01-09sfx2: reorder the checks in SfxBaseModel::postEvent_Impl()Michael Stahl1-8/+8
2024-01-09Use xKeepAlive instead of m_pDataArmin Le Grand (allotropia)1-2/+2
2024-01-09windows signing: also wait for/depend on extras (gallery)Christian Lohmaier1-0/+1
2024-01-05Need --disable-gen for the Qt5-based WASM LibreOffice nowTor Lillqvist1-0/+1
2024-01-05Move Qt5 and scripting options for Emscripten to the distro-configs fileTor Lillqvist2-2/+2
2024-01-05freetype: don't build yet another copy of zlibMichael Stahl1-1/+1
2024-01-05Fix Fix --disable-curl build for wasmBalazs Varga2-2/+9
2023-12-11unotools: oops, fix buildMichael Stahl1-1/+1
2023-12-11backport skia "Avoid combining extremely large meshes" fixCaolán McNamara2-0/+35
2023-12-11curl: add patch for CVE-2023-46218Michael Stahl2-0/+49
2023-12-11tdf#158577 Allow locking down adding new trusted authorsNoel Grandin1-1/+3
2023-12-10disable failing inputline UITestNoel Grandin1-6/+7
2023-12-10CppunitTest_desktop_lib: adjust asserts so this works againMiklos Vajna1-2/+4
2023-11-24reuse AllowedLinkProtocolFromDocument in impress/drawCaolán McNamara1-11/+18
2023-11-23we can have just one LoadURL for writerCaolán McNamara3-26/+20
2023-11-21sd: remote: check that received commands have expected argumentsMichael Stahl1-0/+21
2023-11-21tdf#158094 Can't remove trusted certificate in Macro SecurityNoel Grandin1-0/+15
2023-11-20combine these hyperlink dispatchers into one callCaolán McNamara3-9/+17
2023-11-20reuse AllowedLinkProtocolFromDocument in writerCaolán McNamara1-8/+12
2023-11-20reorg calc hyperlink check to reuse elsewhereCaolán McNamara3-32/+34