Age | Commit message (Collapse) | Author |
|
Change-Id: Ic661fad279ad26f8aebc9ca1a2c8b271090e7d62
|
|
Change-Id: Ia11d85351922cb190a7ae53d2510fa390a46e0e2
|
|
Change-Id: I2d29266078124f3b28c45cf60145e0f6e6bebe4c
|
|
Change-Id: Ia8d537cbfca12e77bc139ab690e734a8e110214a
|
|
Change-Id: Ic881ef1c3575c8bd922db829aedcb7a22f9a6c72
|
|
Change-Id: I3dbd9cd17162a6d74d792c9634ea85d16db073a0
|
|
Change-Id: I5619e8dcc9670ea09f6f27bc15a5b248e83378d9
|
|
Change-Id: If9db88d33699c5cd3c48dca42bc3c86e6f3eea3b
|
|
See https://fonts.google.com/?query=The+DocRepair+Project
DocRepair project intended to improve compliance with the
ISO/IEC 29500 standard by providing fallback for proprietary
fonts that minimizes text reflow in Office Open XML documents.
Agency FB -> Agdasima
Baskerville Old Face -> Bacasime Antique
Berlin Sans FB -> Belanosima
Cooper Black -> Caprasimo
Lucida Calligraphy -> Lugrasimo
Lucida Grande -> Lunasima
Lucida Handwriting -> Lumanosimo
Change-Id: I82a29bd9eeda88198290134a7906a35b6349a1b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169765
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169828
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I9547679d0749e1bf539867cb1038c78ef8dcae12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169586
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
|
|
Change-Id: Ia347ea638cb1ccdc4f0a351509f010c3444a4c62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169432
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
|
|
Change-Id: I8f3b3bbed98c026302400be448d621ce530d5e79
|
|
Change-Id: Ibdf64d7605c81e9006c1637a85a4a539993dffa6
|
|
Change-Id: I92481956d041c4a5077aa7a56af2df3ab72fd9bf
|
|
Change-Id: I72d86d1a7dcadf3e015b5f9a3eb98d56fb9a49c5
|
|
Change-Id: I466b8f86e8a53a238ed2ce2d2b053dc519ff8eed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164794
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: Ie2fc3de7861b870d5a4b2aa9943af7401f21a1b7
|
|
Change-Id: I8c189f3708898087560255fbf353ac88e1dad432
|
|
Change-Id: Ifb0ea3df4b544706527081f0ff21694c4dd2cad6
|
|
Change-Id: I147a1e96e4c2fc855f66168c7633d254fd9d6c19
|
|
Change-Id: I81860a94b33eba95918c30b0e92b583cc2d02ff3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160969
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
|
|
Change-Id: I6bb7de64be70c68362169ae459cffa37478395b1
|
|
Change-Id: I086375044292658c7bfb7b7d4a99d4d1e1313ac3
|
|
Change-Id: I1c4a240ba3af7805865b96fbee4911c022cac897
|
|
Integrates zxcvbn-c as a static library.
zxcvbn-c is C/C++ implementation of
https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation.
This is the first step for introducing a password strength
meter. Some example projects that utilize zxcvbn-c are
KeepassXC, monero-gui.
ExternalProject_zxcvbn-c takes care of the dictionary node
generation bits resulting in the dict-src.h
Then StaticLibrary_zxcvbn-c depends on
ExternalProject_zxcvbn-c and uses the generated bits and the
zxcvbn-c source to compile the library.
It should be possible to get rid of dictionary node
generation bit with a patch that includes a constant
dict-src.h that's what monero-gui does for example. But this
might also obfuscate what dict-src.h is.
Right now the dictionary that is included with zxcvbn-c only
targets English, so that might be something to improve upon.
Change-Id: Ic2b0a558cff341114d69fbdc257979a28bf5c865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157565
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
|
|
Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
|
|
Change-Id: I376459b1bee20e819ba3ee8fa6776d79fe84e8b8
|
|
Change-Id: I49e7c7ebf91d07f1fb0758933b32ae1b53ac2240
|
|
- FunctionBasedURPConnection is used to enable a client to open a URP
connection to a fresh Kit instance in COOL.
- This URP connector can be used with that and
https://github.com/CollaboraOnline/online/pull/6992 to use a Java Uno
Remote Protocol client over websockets
- For interoperability with existing Collabora Online websockets a
prefix (urp ) is added to each message sent and a similar prefix
(urp: ) is expected on each message recieved. This allows sending over
the same websocket as other data is being transmitted through. If you
are writing a bridge to work with this, you will need to add/strip the
prefixes accordingly
- This commit uses Java WebSocket
(https://github.com/TooTallNate/Java-WebSocket) to send data over
websockets.
Change-Id: I2bda3d0b988bef7883f9b6829eeb5b7ae8075f27
Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151171
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
|
|
Change-Id: Ie682a8747bb5f51115815ccd0ac9e26a4c4c32f9
|
|
Change-Id: I9747388a7b1514a165b2e6aad3e211139a0e4633
|
|
Change-Id: Ife0d509b91f17510e6a32494e6456fe7043781ec
|
|
Change-Id: Id87aa5eb32e5f60f2c6a3148d762475fe87d78f0
|
|
Change-Id: Ie5565acd9f6acdda012fb64ac0d43de3a375135c
|
|
Change-Id: I3dc6dd34344c0afd6cfcc3d771990e07307d432b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153867
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
|
|
Change-Id: Iaaaaf2776a870836a3a9985628e7ccf902c23eff
|
|
Change-Id: Id34d3ecb170be128bb19d6982845bc4fbd4af598
|
|
Change-Id: I3243e55b996f8a647fbe060f83a76d3ee416e6b9
|
|
Change-Id: I934d635e0d241b9884017e4a22ba99e9d1459783
|
|
Change-Id: Iea1190aa7e0b9d81a8cf73ebbafd318e73fca757
|
|
since
commit f45b7871e7d31dfc6ed31d1b79928990bba0d0dd
Author: Michael Stahl <michael.stahl@allotropia.de>
Date: Tue Dec 14 16:03:46 2021 +0100
ucb: remove --with-webdav=serf
Remove code in ucb/source/ucp/webdav, and now unused externals
apr, apr-util, serf.
Change-Id: Idfb1f921c0d048f18f23263c04ac718ca1c95ebf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147886
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I6d5a9f661041361e7c516887a298c84ac71e14ff
|
|
Change-Id: I20b30ce01b08787f560cd00cd87db9cec1699240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147746
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ic974dbd48cb9b1b2e417430325e4611a66d1aa7c
|
|
Change-Id: Icbf6bd2aba36baccb5e4046f02c6c5c69cb5f7e1
|
|
Change-Id: I699112a3e554013bab75b82d1eae00098216c886
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144893
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Templates using the fonts are left unchanged.
Change-Id: I5ed21155ddd5038eb91f6ad6bcbd7f27f2478638
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143665
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
|
|
Change-Id: I043250075037de2b8d56a0708f26c5c2120b2afc
|
|
Change-Id: I979e01ee6cab26431a6e54094c59ea28e886019a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143647
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Kept Source Sans Pro for now because it is used in some styles and using
also weights that not supported by other fonts we bundle (e.g. light).
Change-Id: I2eb9c6a2951e0c39e7021a5c90ed549d03f4a4e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143645
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
|