| 4ce4b6f0 | 14-Oct-2019 |
mseidel |
Added graphics for zoom slider to Industrial icon set |
| 2db73460 | 13-Oct-2019 |
mseidel |
Cleaned up resource file |
| c3f39834 | 12-Oct-2019 |
mseidel |
Cleaned up resource file |
| 5c892ca8 | 10-Oct-2019 |
mseidel |
Cleaned up resource file |
| 193e2a48 | 08-Oct-2019 |
Don Lewis
|
Upgrade libxml2 to version 2.9.9 and libxslt to version 1.1.33. libxml2-nan-inf-fix.patch has been incorporated upstream. Cherry-pick four upstream post 1.1.33 libxslt commits to ad
Upgrade libxml2 to version 2.9.9 and libxslt to version 1.1.33. libxml2-nan-inf-fix.patch has been incorporated upstream. Cherry-pick four upstream post 1.1.33 libxslt commits to address three CVEs and one functionality regression. Without the latter fix, xsltproc generates bad code for the writerfilter module causing a build failure.
show more ...
|
| 0e119c8c | 08-Oct-2019 |
mseidel |
Cleaned up resource file, removed MASKCOLOR |
| fe81d284 | 08-Oct-2019 |
mseidel |
Cleaned up resource files, removed MASKCOLOR |
| fccc8503 | 07-Oct-2019 |
Don Lewis |
Upgrade openssl to version 1.0.2t. This requires NASM to build on Windows. |
| 91d03466 | 07-Oct-2019 |
Damjan Jovanovic |
Add .DIB as an extension for BMP files. Closes #i10687# Cannot insert .dib pictures in documents. Patch by: me |
| f65b8bff | 05-Oct-2019 |
mseidel |
Patch for Win64 shell extension, provided by: Don Lewis |
| 994a157d | 04-Oct-2019 |
Don Lewis |
Unbreak --disable-unit-tests builds. The cppuhelper module was unconditionally trying to use gtest. |
| 7a50e16f | 04-Oct-2019 |
Don Lewis |
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/Extern
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/ExternalHeaders/Library and solver/*/*/workdir/ExternalHeaders/Library listed as dependencies. If these directories did not exist, then a pattern match rule intended to create files under the solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} directories would be triggered. The recipe for that rule would then mkdir -p solver/*/*/workdir/ExternalHeaders and then touch solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} creating it as a plain file. A subsequent make rule would unconditionally mkdir -p solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} and fail. Fix the incorrect gbuild usage and add some sanity checks to gbuild to catch the problem closer to the source and more deterministically.
show more ...
|
| ce409d71 | 03-Oct-2019 |
Jim Jagielski |
Ignore the file which has the git short hash tucked away |
| 1154ba4a | 03-Oct-2019 |
Jim Jagielski |
Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/openoffice into trunk
|
| 27a447d8 | 03-Oct-2019 |
Jim Jagielski |
Allow for source repo builds to include repo revision number, as stored when the tarball/zipfile was created. |
| 8b5576ce | 03-Oct-2019 |
Jim Jagielski |
protect empty vars - fix https://github.com/apache/openoffice/commit/2d5709ddcf2cff97da30b2b98b71afda0c77781e |
| f8d20be8 | 03-Oct-2019 |
Jim Jagielski |
Revision number now generic... Repo based, whatever that repo is |
| 883a5120 | 03-Oct-2019 |
Don Lewis |
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specif
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specified. Clean up loadlibrary.obj leftovers.
show more ...
|
| 190cb148 | 02-Oct-2019 |
Don Lewis |
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compile
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compiler flags when building the modules that link to the expat static libraries to accomplish the same thing, but in a supported way. Don't build the expat man pages since we don't have the necessary build dependencies and we don't need them anyway.
show more ...
|
| 2dc44091 | 02-Oct-2019 |
mseidel |
Cleaned up resource files, removed MASKCOLOR |
| 7ad89c32 | 02-Oct-2019 |
Don Lewis |
Delete leftover debug code. |
| 0f2b0e66 | 30-Sep-2019 |
mseidel |
Cleaned up resource file |
| e6e9948e | 29-Sep-2019 |
mseidel |
Cleaned up resource file, removed MASKCOLOR |
| a228e354 | 25-Sep-2019 |
mseidel |
Cleaned up resource file |
| a01350ce | 25-Sep-2019 |
Matthias |
Update msi-encodinglist.txt Changed encoding for Romanian Windows Installer to Unicode. This fixes the broken diacritics such as ș, ț, which are replaced by ?. |