summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Release 6.3.6.17.p1feature/cib_contract57d_p1Samuel Mehrbrodt1-1/+1
2022-09-26tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actionsSamuel Mehrbrodt5-162/+0
2022-05-12Release 6.3.6.17Michael Stahl1-1/+1
2022-05-12Fix Python deprecation warningsStephan Bergmann2-2/+2
2022-05-12vcl: disable timer test (never succeeded for me on Linux)Michael Stahl1-1/+1
2022-05-12officecfg,stoc: allow running JVM UNO components out-of-processMichael Stahl4-13/+246
2022-05-12stoc/javaloader: create instances with uno constructorsNoel Grandin2-50/+11
2022-05-12Properly use createOneInstanceComponentFactory for javaloaderStephan Bergmann1-10/+2
2022-05-11Add error handling to RenamePrgFolder and RemovePrgFolderSamuel Mehrbrodt1-4/+18
2022-04-26Release 6.3.6.16Samuel Mehrbrodt1-1/+1
2022-04-26Extend UNO API for custom jump listsSamuel Mehrbrodt2-46/+297
2022-04-22sw: layout: fix crash when deleting page with section being formattedMichael Stahl3-0/+24
2022-04-02Release 6.3.6.15Thorsten Behrens1-1/+1
2022-04-01clamp and add some logging like SvmReaderCaolán McNamara1-0/+20
2022-04-01protect frame from triggering deleting itselfCaolán McNamara3-0/+351
2022-04-01lastPoint might be 0xFFFFCaolán McNamara1-1/+1
2022-04-01fail more gracefully if m_aTmpPosition is emptyCaolán McNamara1-0/+2
2022-04-01check if cast is to the right typeCaolán McNamara1-13/+18
2022-04-01ensure null terminatorCaolán McNamara1-8/+3
2022-04-01keep paragraph's that failed to load until import is completeCaolán McNamara2-0/+6
2022-04-01Better handling of msiRenwa Hiwa1-1/+1
2022-04-01limit style export to words max style countCaolán McNamara2-16/+16
2022-04-01read of width/height uses wrong record sizezhutyra1-2/+6
2022-04-01ensure bounds checkingzhutyra1-50/+15
2022-04-01ofz#43577 valid reclen must be >= 20Caolán McNamara1-3/+10
2022-04-01ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+2
2022-04-01compare authors using ThumbprintCaolán McNamara1-3/+12
2022-04-01xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl8-20/+208
2022-04-01xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl5-0/+69
2022-04-01test: upgrade test NSS database from dbm: to sql:Michael Stahl6-6/+13
2022-04-01xmlsecurity: fix new tests on WNTMichael Stahl4-9/+340
2022-04-01xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+100
2022-04-01xmlsecurity: add test for timestampsMichael Stahl2-0/+22
2022-03-31libxml2: upgrade to release 2.9.13Michael Stahl1-3/+3
2022-03-31upgrade to expat 2.4.6Caolán McNamara1-2/+2
2022-03-31libxslt: upgrade to release 1.1.35Michael Stahl4-74/+4
2022-03-31upgrade expat to 2.4.4Caolán McNamara2-11/+8
2022-03-31only use X509DataCaolán McNamara3-0/+12
2022-03-31icu: add patch for CVE-2021-30535Michael Stahl3-0/+135
2022-03-31postgresql: upgrade to release 13.5Michael Stahl1-2/+2
2022-03-31openldap: upgrade to release 2.4.59Michael Stahl1-2/+2
2022-03-31libjpeg-turbo: add patch for CVE-2020-17541Michael Stahl2-0/+39
2022-03-31curl: upgrade to release 7.78.0Michael Stahl7-14/+16
2022-03-31upgrade to Expat 2.4.1Caolán McNamara2-2/+16
2022-03-31libxml2: upgrade to release 2.9.12Michael Stahl3-6/+6
2022-03-30Add UNO API for custom Jump ListsSamuel Mehrbrodt4-21/+142
2022-03-30Register JumpList service in RDB databaseThorsten Behrens2-1/+2
2022-03-29Drop ComPtr and use sal::systools::COMReferenceThorsten Behrens2-18/+30
2022-03-27Jumplist is windows-onlyThorsten Behrens1-1/+1
2022-03-25Add UNO API for custom Jump ListsSamuel Mehrbrodt10-0/+520