604463aa | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments (#208) * Fix spelling in code comments * Update ImageControl.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
ceb51a8e | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl -----
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
51cb29da | 01-Apr-2024 |
mseidel |
Updated English dictionary |
4c5b548f | 18-Mar-2024 |
Damjan Jovanovic |
Upgrade OpenSSL to version 3.0.13. LICENSE and NOTICE files now reflect its new license. The obsolete "DISABLE_OPENSSL" setting has been removed. Patch Python 2 to support OpenSSL 3.
Upgrade OpenSSL to version 3.0.13. LICENSE and NOTICE files now reflect its new license. The obsolete "DISABLE_OPENSSL" setting has been removed. Patch Python 2 to support OpenSSL 3.0.x. Support old versions of Windows. Uses Strawberry Perl on Windows to build, fetched as a dependency. Workarounds for missing integer limit constants in the old version of MSVC we use. NASM now works when it's in the PATH, instead of needing --with-nasm-path to ./configure. Patch by: me
show more ...
|
deb3f44d | 26-Mar-2024 |
mseidel |
Forgot to update MD5 |
fd18302c | 26-Mar-2024 |
mseidel |
Updated Ukrainian dictionary |
2e35ac1c | 19-Mar-2024 |
mseidel |
Fixed typo (Veticale -> Verticale) in Italian list of gradients. This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128597 |
b832377d | 17-Mar-2024 |
mseidel |
Change order of Help topics |
244f2bcc | 17-Mar-2024 |
Damjan Jovanovic |
Don't allow calls to OpenSSLCipher::blockSize() before the cipher is initialized. Patch by: me |
08edcdf3 | 17-Mar-2024 |
mseidel |
Correction to my last commit |
42c0a318 | 17-Mar-2024 |
Damjan Jovanovic |
getFlag() isn't happy on Visual Studio 2008, hack it to work. Patch by: me |
f3025b08 | 17-Mar-2024 |
Damjan Jovanovic |
Add compatibility with OpenSSL 1.0.x. Patch by: me |
f65b4e32 | 17-Mar-2024 |
Damjan Jovanovic |
Use &v[0] instead of v.data() for "::std::vector v", because Visual Studio 2008 doesn't have the ::std::vector::data() method in its broken/incomplete STL. Patch by: me |
f4568fca | 17-Mar-2024 |
mseidel |
Use correct icons in Help |
506fa58b | 02-Mar-2024 |
Damjan Jovanovic |
Implement the (MS Office 2010+) OOXML "Agile encryption" support, so that we can open such password-protected OOXML files. Adds all the Agile encryption XML tokens and namespaces, and pa
Implement the (MS Office 2010+) OOXML "Agile encryption" support, so that we can open such password-protected OOXML files. Adds all the Agile encryption XML tokens and namespaces, and parses the XML from EncryptionInfo stream, gets OpenOffice to recognize the file is encrypted and ask for a password, and successfully decrypts the file if password is correct. Also a number of other fixes and improvements: - Sorted main/oox/source/token/tokens.txt so it's in alphabetical order (wrong order might have broken certain tokens?). - Refactored how OOXML encryption is generally handled. It's now in its own file. - Added logging to the FilterDetect class. It logs to the office-wide default logger. - Added a flush() method to the BinaryXOutputStream class. - Changed FilterDetect to use XMultiComponentFactory and XComponentContext instead of the deprecated XMultiServiceFactory. - Error handling was generally improved. - Exception safety and some memory safety (::std::vector instead of new[]) in all the new code. Memory leaks should not be possible. Much of the code involved in the decryption was ported from the excellent Apache POI project, so it's been credited in our NOTICE file. Patch by: me
show more ...
|
88ba6ead | 11-Mar-2024 |
Arrigo Marchiori |
Disable "pedantic" warnings from CoinMP compilation Allows compilation with GCC 11 |
93a0d7ef | 16-Jan-2024 |
Arrigo Marchiori |
Disable -Werror during nss compilation (cherry picked from commit 2201f5fd0147ad0b789fa99f490d09968bb8e126) |
66131ff5 | 09-Mar-2024 |
mseidel |
Adjustment for nss libs on Windows |
fa2bd107 | 09-Mar-2024 |
mseidel |
Ad test files to rat excludes |
0295a7cd | 08-Mar-2024 |
mseidel |
Add several README.md to rat exclude (corrected path) |
1662ea82 | 08-Mar-2024 |
mseidel |
Add several README.md to rat exclude |
1b3a943e | 08-Mar-2024 |
Matthias Seidel |
Update xmlsec1-configure.patch |
2266b4fa | 07-Mar-2024 |
Matthias Seidel |
Build nss with OS_TARGET=WINNT (#199) * Build nss with OS_TARGET=WINNT * Additional files * Fixed typo |
35cc7112 | 06-Mar-2024 |
mseidel |
Update icons |
9ecfb336 | 03-Mar-2024 |
mseidel |
Update icons |