History log of /aoo41x/main/scp2/source/ooo/ (Results 1 - 25 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
37a7587821-May-2024 mseidel

small cleanup (Tango icon set was removed long ago)

(cherry picked from commit 0080c5f63e314b104eb63be55dbe11f964806e99)

Revision tags: AOO420-Dev5-m5
ab0e39db11-Jul-2023 mseidel

Defined some variables to reduce warnings while packaging for Windows

(cherry picked from commit 1746dd2bc8e0936fb3f18eea60e976c0f1852a9b)

cfaf75ed28-Feb-2023 mseidel

Remove Bitmaps from build (PR #163)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
54f95a9a25-Mar-2021 mseidel

Use %PRODUCTNAME for configuration file

(cherry picked from commit e7604068b5e43f4ea8b79ba424b21a66d44b6d44)

Revision tags: AOO419-GA, AOO418-GA
7bc7a6c417-Oct-2020 DonLewisFreeBSD

Fix build when configured with --without-fonts (#105)

Packaging breaks when the --without-fonts option is passed to
configure because the fc_local.conf.

This seems to have been

Fix build when configured with --without-fonts (#105)

Packaging breaks when the --without-fonts option is passed to
configure because the fc_local.conf.

This seems to have been caused by a mismerge when cherry picking
commits from AOO42X.

Co-authored-by: Don Lewis <truckman@apache.org>

show more ...

746748b124-Sep-2020 Jim Jagielski

Various macOS fixes to force C++11 and correct file layout and builds

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
e9fab90626-Aug-2016 truckman

Upgrade bundled raptor from raptor-1.4.18 to raptor2-2.0.15 to get the
fix for CVE-2012-0037. It is not know whether this vulnerability
affects OpenOffice.

Also upgrade rasqal from

Upgrade bundled raptor from raptor-1.4.18 to raptor2-2.0.15 to get the
fix for CVE-2012-0037. It is not know whether this vulnerability
affects OpenOffice.

Also upgrade rasqal from version 0.9.16 to version 0.9.33 and redland
from version 1.0.8 to version 1.0.17 since all three packages are
closely related parts of the OpenOffice redland module for handling RDF.

OpenDocument version 1.2 documents contain an RDF metadata blob for
things like bookmarks and OLE objects.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1757789 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO4121
7f9310bd25-Jul-2016 truckman

The nss upgrade in r1753163 broke packaging on Windows (if nss is
enabled, which it is not by default) and Mac (not actually verified).
These two platforms do not build a separate libfreeblpr

The nss upgrade in r1753163 broke packaging on Windows (if nss is
enabled, which it is not by default) and Mac (not actually verified).
These two platforms do not build a separate libfreeblpriv3.so (or
Windows equivalent) but instead bundle it into libfreebl3.so. Since a
separate libfreeblpriv3.so is only required on Linux (see #i105566# and
moz#513024#), only attempt to package this library on Linux. Since a
separate libfreeblpriv3.so does not seem to be required on FreeBSD,
don't build it there.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753962 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e32eb42e18-Jul-2016 truckman

#i126891# bundled nss-3.14.4-with-nspr-4.9.5 has many security
vulnerabilities

Upgrade bundled nss-3.14.4-with-nspr-4.9.5 to nss-3.25-with-nspr-4.12.
These CVEs have been fixed since

#i126891# bundled nss-3.14.4-with-nspr-4.9.5 has many security
vulnerabilities

Upgrade bundled nss-3.14.4-with-nspr-4.9.5 to nss-3.25-with-nspr-4.12.
These CVEs have been fixed since nss-3.14.4 was released:
CVE-2014-1533
CVE-2014-1534
CVE-2014-1536
CVE-2014-1537
CVE-2014-1540
CVE-2014-1541
CVE-2014-1542
CVE-2014-1543
CVE-2014-1544
CVE-2014-1545
CVE-2014-1547
CVE-2014-1548
CVE-2014-1549
CVE-2014-1550
CVE-2014-1551
CVE-2014-1552
CVE-2014-1555
CVE-2014-1556
CVE-2014-1557
CVE-2014-1558
CVE-2014-1559
CVE-2014-1560
CVE-2014-1561
CVE-2014-1568
CVE-2014-1569
CVE-2014-1587
CVE-2014-1588
CVE-2014-1589
CVE-2014-1590
CVE-2014-1591
CVE-2014-1592
CVE-2014-1593
CVE-2014-1594
CVE-2014-1595
CVE-2015-4513
CVE-2015-4514
CVE-2015-4515
CVE-2015-4518
CVE-2015-7181
CVE-2015-7182
CVE-2015-7183
CVE-2015-7185
CVE-2015-7186
CVE-2015-7187
CVE-2015-7188
CVE-2015-7189
CVE-2015-7190
CVE-2015-7191
CVE-2015-7192
CVE-2015-7193
CVE-2015-7194
CVE-2015-7195
CVE-2015-7196
CVE-2015-7197
CVE-2015-7198
CVE-2015-7199
CVE-2015-7200
CVE-2015-7575
CVE-2016-1938
CVE-2016-1950
CVE-2016-1978
CVE-2016-1979
Whether any of these actually impacts OpenOffice is not known.

Rebase the nss patches to the new version and move any non-conflicting
changes from the platform-specific patch files to nss.patch. The
nss.patch.mingw file was already out of date and was not updated.

Disable nss tests which require at least partial c++11 (-stdc++0x)
support because they use nullptr. This reportedly requires at least
gcc 4.6, which is newer that some of what is provided by some of
our supported platforms.

Fix build issue on FreeBSD 11.0 and other platforms with picky compilers.
The result of shifting a negative signed value is undefined in C and C++.
The generated code does the expected thing in my experience and this
construct just generates a compiler warning, but
nss-3.24/nss/lib/zlib/inflate.c is compiled with -Werror, which breaks
the build. Fix the issue by doing the calculations using the equivalent
unsigned type. The function return should probably also be changed, but
that is more invasive.

Patch pratom.h to no include <intrin.H> inside an extern "C" block
because it breaks the build on Windows.

Recent versions of nss include a new shared library, libfreeblpriv3.so,
so package it so that it gets installed.

Temporarily change nss download URL from https to http to avoid breaking
bootstrap on the buildbots.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753163 13f79535-47bb-0310-9956-ffa450edef68

show more ...

257b46fa24-May-2016 pfg

Update APR and APR-util.

Update APR to version 1.5.2.
Update APR-util to version 1.5.4

This brings many updates and fixes that have little effect over Apache
OpenOffice at t

Update APR and APR-util.

Update APR to version 1.5.2.
Update APR-util to version 1.5.4

This brings many updates and fixes that have little effect over Apache
OpenOffice at this time.

Tested on FreeBSD.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745407 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d48af59829-Dec-2015 Pedro Giffuni

Optionally bring new crosextra font: Carlito

Carlito is a modern, friendly sans-serif font, metric-compatible with
Microsoft's Calibri font. Carlito comes in regular, bold, italic, and b

Optionally bring new crosextra font: Carlito

Carlito is a modern, friendly sans-serif font, metric-compatible with
Microsoft's Calibri font. Carlito comes in regular, bold, italic, and bold
italic. The family covers Latin-Greek-Cyrillic (not a complete set,
though) with about 2,000 glyphs.

Designed by Lukasz Dziedzic available under Open Font License.

____

In general it's a bad practice to bring new features/fonts under
a Category B license: in this case we do it purely for compatibility
with other office suites and we apply the regular rules for Category B.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722202 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b3eddd3726-Dec-2015 Pedro Giffuni

Bring new crosextra font: Caladea

Caladea is a modern Latin typeface inspired by the contrast, style and
ornaments of Khmer typefaces and writing styles. Its main objective is to
be

Bring new crosextra font: Caladea

Caladea is a modern Latin typeface inspired by the contrast, style and
ornaments of Khmer typefaces and writing styles. Its main objective is to
be used to write Latin texts in a Khmer context, but it is also an elegant
choice for all kinds of texts.

Designed by Carolina Giovagnoli and Andres Torresi
for Huerta Tipografica under an Apache 2.0 License.
____

This is specially interesting as it is metrically compatible with
MS Cambria.

While here sort out some issues:
- Sadly, we don't really carry an equivalent for "Arial Narrow".
- There is not need for Arimo in the Windows platform.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721776 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2b8b9bca24-Nov-2015 Pedro Giffuni

Update basic fonts:

Use new versions of the Google Croscore and DejaVu fonts.
The Croscore fonts do not carry NeuSymbol anymore but
that is not really an issue since we carry OpenSym

Update basic fonts:

Use new versions of the Google Croscore and DejaVu fonts.
The Croscore fonts do not carry NeuSymbol anymore but
that is not really an issue since we carry OpenSymbol.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716179 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
a428685513-Jan-2015 Pedro Giffuni

Update ChromeOS fonts to version 1.23.0

As mentioned in their corresponding web pages, the latest versions
of the ChromeOS fonts are under an Apache License V2.

"Updated in May

Update ChromeOS fonts to version 1.23.0

As mentioned in their corresponding web pages, the latest versions
of the ChromeOS fonts are under an Apache License V2.

"Updated in May 2013 with improved hinting and released under the Apache
2.0 license."

https://www.google.com/fonts/specimen/Arimo
https://www.google.com/fonts/specimen/Tinos
https://www.google.com/fonts/specimen/Cousine

Thanks to Google for providing this great fonts freely.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1651397 13f79535-47bb-0310-9956-ffa450edef68

show more ...

07cb168e16-Jan-2017 pfg

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn't align with ASF policies.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779119 13f79535-47bb-0310-9956-ffa450edef68

show more ...

fcb37b4020-Oct-2019 Ariel Constenla-Haile

i127138 Remove the avmedia Quicktime plugin

(cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54)

95ea275212-May-2014 Herbert Dürr

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry pic

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit eb7664d6c5c9be8a69ece33db9cd896580c512b8)

show more ...

7a3beb3211-Oct-2018 Matthias Seidel

Rollback to Rev. 1843088 due to build errors.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843571 13f79535-47bb-0310-9956-ffa450edef68

64f932e608-Oct-2018 Peter Kovacs

merged in: Issue 127887 - update bundled redland/raptor/rasqal

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843108 13f79535-47bb-0310-9956-ffa450edef68

f62f38a518-Sep-2018 Matthias Seidel

i118025 - Add locale data for Kabyle (kab-DZ)

Added strings for building language packs on Windows.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1841202 1

i118025 - Add locale data for Kabyle (kab-DZ)

Added strings for building language packs on Windows.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1841202 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2e48ff1502-Aug-2017 Jim Jagielski

Close https://svn.apache.org/viewvc?view=revision&revision=1802428
(Missing strings in Windows installer for ca_XR and ca_XV)


git-svn-id: https://svn.apache.org/repos/asf/openoffice

Close https://svn.apache.org/viewvc?view=revision&revision=1802428
(Missing strings in Windows installer for ca_XR and ca_XV)


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803932 13f79535-47bb-0310-9956-ffa450edef68

show more ...

5b11f0d314-Sep-2015 Yuri Dario

#i118923# merge OS/2 trunk changesets from #i125501# #i125592# #i118932# into AOO410 branch.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1702880 13f79535-47bb-031

#i118923# merge OS/2 trunk changesets from #i125501# #i125592# #i118932# into AOO410 branch.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1702880 13f79535-47bb-0310-9956-ffa450edef68

show more ...

104bdc1d13-Jun-2014 Herbert Dürr

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already been deprecated in OSX 10.9. We'll have
to switch to OSX's AVFoundation framework instead soon.

Suggested by: Ariel Constenla-Haile <arielch@apache.org>

Merged from AOO's trunk revisions 1592716 and 1594206


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602357 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410
9874e4f622-Apr-2014 Juergen Schmidt

#124701# merge from trunk, bring moz bootstrap back to find profiles

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1589052 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO410_Beta
f3c13b8d27-Feb-2014 Jürgen Schmidt

#124311# replace installer images for mac, adapt make targets, add sdk, langpack beta targets

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572596 13f79535-47bb-03

#124311# replace installer images for mac, adapt make targets, add sdk, langpack beta targets

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572596 13f79535-47bb-0310-9956-ffa450edef68

show more ...

123456