Age | Commit message (Collapse) | Author |
|
and update the version mentioned in our min req in the readme.xrm
follow up to
commit 0c9ccc7dbf6deb4d012e0d1e6eb934e54e0f19bc
Author: Caolán McNamara <caolanm@redhat.com>
Date: Fri Oct 2 21:21:45 2020 +0100
raise min version of gtk to 3.20.0
Change-Id: Ibae55c97e1ee577f4b7435d124cda6a21005ad0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104692
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Iaa1726883202c35a3d5ce76893f05de46551e672
|
|
Change-Id: I84bfd619b2f8802bc311eaa221670a9cae904160
|
|
Follow-up for commits 8b57d07a64e03db32b5383f58a40c1509392cd24
and 5f665a855ef26faea4dfa2ac427685b60545e8b8
Change-Id: I8f0f9a7a81636623df766f9d4ea414bde9d408bc
|
|
Change-Id: I62ec93d7051bbb795f01f6779f65d7fbf77a672a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101904
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I09404b311a121d0316f30991f82fc21e596f080a
|
|
Change-Id: I2a9253f3c9699a235cdb1f051e728708a5da15b1
|
|
Change-Id: I5ab692f72ae2433fa39b23c65f16fe9a71fc990c
|
|
Change-Id: I0295600d528facb0411981a68c1c8a4224bf1dc5
|
|
Change-Id: I3dfbefcb8554bacf0a1b1747fc24e8d96ee09037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96440
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ia17d96dc31e86e8cce822c39f1e129a610ef0646
|
|
Change-Id: Ifd1d3999d1c6eb9aba7919850859e6b7cb652e3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92055
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: Ic21818bfa1b45f06344cbe92c5d57324654a5e04
|
|
Change-Id: I54aa5f399f8c1a7117d0f206752a25a02bb3819a
|
|
Change-Id: I90fba19d96f0fce6ca0e63c83e6dd45087f81c0a
|
|
... representation of given decimal.
Use dtoa.c from https://www.netlib.org/fp/dtoa.c to build a custom
static library that doesn't use current locale (unlike strtod from
stdlib.h). This is the implementation used by e.g. python and nss
(search for "dtoa.c" under UnpackedTarball).
To avoid name clash with the standard strtod, rename the function
to strtod_nolocale.
Size of buffer on stack in ImpSvNumberInputScan::StringToDouble is
256 characters. Logging function usage in make check, of ~124 600
invocations, the longest string was 14 characters, average being
2.1 characters. So heap allocation is unlikely in scenarios with
intensive function usage.
After std::from_chars is available in baseline compilers, external
library can be dropped, and call to strtod_nolocale replaced with
the standard function.
The artifact at https://dev-www.libreoffice.org/src/dtoa-20180411.tgz
is created with
mkdir dtoa && mkdir dtoa/src && wget https://www.netlib.org/fp/dtoa.c -O dtoa/src/dtoa.c && \
printf 'd8bab255476f39ea495c8c8ed164f9077da926e6ca7afb9ad3c56d337c4484fe dtoa/src/dtoa.c' | sha256sum -c && \
tar -c --owner=0 --group=0 --mode=go=r,u=rw --mtime='Wed, 11 Apr 2018 15:59:39 GMT' dtoa/src/dtoa.c | gzip -n > dtoa-20180411.tgz && \
printf '0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4 dtoa-20180411.tgz' | sha256sum -c
(where the date "Wed, 11 Apr 2018 15:59:39 GMT" is from
`wget -S https://www.netlib.org/fp/dtoa.c`
"Last-Modified: Wed, 11 Apr 2018 15:59:39 GMT" header).
Change-Id: Ia61b7678e257c4bc1ff193f3f856d611aa5c1a21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88854
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Added to core and made default on macOS
Change-Id: I1c1e8caab514198717cf6cd7e8c00a1c1d5c15da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89183
Tested-by: Jenkins
Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I35d24b2ace80622fc81935039a833121f1da2795
|
|
See instructions in solenv/gbuild/Trace.mk . This generates a file than
can be viewed e.g. in the Chromium tracing view.
Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
|
|
Change-Id: I21a49cb649ebdc6b8af50f0b92decb77887e721c
|
|
CPython commit f40d4ddff3c800b3c956a5e8820aabe3aa87cddd "Closes #27979:
Remove bundled copy of libffi" causes a bit of a problem because it
turns out that libffi isn't all that stable; there's libffi.so.5 on
CentOS 6, libffi.so.6 on CentOS 7 and libffi.so.7 on
lo_daily_update_gandalf tinderbox.
So we have to bundle it in LO; it's only used on GNU/Linux currently.
CPython commit 32119e10b792ad7ee4e5f951a2d89ddbaf111cc5 "bpo-35947:
Update Windows to the current version of libffi (GH-11797)" also removes
the libffi for MSVC, so in a future python upgrade we will have to build
libffi for MSVC too.
The libffi fork for MacOSX is still in CPython git master.
(regression from b10be5d48433076f0b7238d818020f708553e114)
Change-Id: Ibc20cf8cd3614cf9941b6970662bd930496776b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86493
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
|
|
Change-Id: I6fb736591f32907c8977fbac8fbf1dcbaef1bb97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86092
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Part of Redmine issue 2556
Change-Id: I4bc21162d10170caff6ee44330747a698f7f6b41
Reviewed-on: https://gerrit.libreoffice.org/85423
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I7f35a5dcb3d5c22439890163699e0c9999f256eb
|
|
Not quite complete yet, missing e.g. Vulkan sources, and the setup
is not completely correct either.
Change-Id: I2283bf12f0d226ff8a34554deae5a7bd69045971
|
|
Linux requirements according to what is available in CentOS 7.
Matches https://www.libreoffice.org/get-help/system-requirements
Change-Id: I91e6141198f441e01f976b58a3adeed3cd80abdd
Reviewed-on: https://gerrit.libreoffice.org/81339
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Iad1765bef9e47d5a1588f43b170245c05d590f9a
|
|
3.18 is required to build since commit 12b01c535a05516e1b7c75c316f0cde8e12e3e0b,
and GTK 2 support was removed in commit 1ae450504cf57457f9702684b1517fda1dd3c481
Change-Id: I9143cdbf8447934bace2ca6aca06292f96755835
|
|
Change-Id: Ib98367116f9727f6ec54372d4cd90b657258b0d7
|
|
Change-Id: I4d6c996cbc25053fed93ce62e261c6ae77119961
|
|
Change-Id: Ifd634e32fd0482da41dcb76e33a7de3302e0bc6e
Reviewed-on: https://gerrit.libreoffice.org/77517
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: Ib225bd0d58cb9c0dff88961a064f1a19ae91d528
|
|
The bundle helps to generate QR code in LO.
Change-Id: Iaa9225a72d15806c929d30951cefd3f3fee8960e
Reviewed-on: https://gerrit.libreoffice.org/73302
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
|
|
Change-Id: Ifd72d26db7303ef2e3dbb7ea1212884804889051
|
|
Change-Id: I7d712426ff82242fd1a53779ad1e7df6d6fa86d9
|
|
Change-Id: I28e8d8e4ab940ae838fc555702b5580dc76931dd
|
|
Change-Id: Ia50f8c5e5291ae0ee25e43c04e84cf482cf9cc41
Reviewed-on: https://gerrit.libreoffice.org/71008
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ib1d4c660ff8578d86dc2dddb1aeb55b95f127cb8
|
|
Change-Id: I0f87d96691281e773b48ab11380c0dfa3a65ebba
Reviewed-on: https://gerrit.libreoffice.org/70083
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I8902724d36f789c35d26a89f7288492184d23c1a
Reviewed-on: https://gerrit.libreoffice.org/70023
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I22b33d80a65bc55765ff13f39459de6f68485caa
|
|
Change-Id: I9139bb22881e7761028a7b78ac644bea4f83e35b
|
|
Change-Id: I18ec509ffac02bba0fd6191041a8f994034c8e74
|
|
xmlsec-mscrypto is for LibreOffice <= 6.1
xmlsec-mscng is for LibreOffice >= 6.2
But who knows where this this patch will be backported. Let's include both.
Change-Id: I4c35a7e63c7024022e0215f9dad486afae0896f9
|
|
Change-Id: I9528ea941f4c837b31e8bc8d05d3a5d963567033
Removed: KDE Krystal theme
Added: Breeze, Colibre, Elementary, Karasa Jaga, Sifr
Reviewed-on: https://gerrit.libreoffice.org/69811
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
'Adobe Printer Description Files' and 'International Color
Consortium sRGB Profiles' are not included in LibreOffice.
Change-Id: Ia8270bf12011de51532bda7b4d10c8120e632472
Reviewed-on: https://gerrit.libreoffice.org/69781
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Id0383511d4970fea4413ad2ca2075983d9d6fd34
Reviewed-on: https://gerrit.libreoffice.org/69779
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ia90e817eb9bcb7ce4e634c15e95206d90c3b957d
Reviewed-on: https://gerrit.libreoffice.org/69778
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Alef, Amiri, Culmus, EmojiOne, KACST, Libre Hebrew, Noto,
Reem Kufi, Scheherazade
Change-Id: Iabaf42f14fa9305b133808a8ab3d510b3befaefe
Reviewed-on: https://gerrit.libreoffice.org/69776
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Iba62df3d1d5d33afdcc27b3e727ffd44fdd15c66
Reviewed-on: https://gerrit.libreoffice.org/69775
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|