[LyX/master] Move \PassOptionsToPackage before the first package loaded

2020-05-12 Thread Juergen Spitzmueller
commit 2663e3845e6cc33ec543510aec16c7a37841e26d Author: Juergen Spitzmueller Date: Wed May 13 08:48:08 2020 +0200 Move \PassOptionsToPackage before the first package loaded Fixes #11862 --- src/BufferParams.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[LyX/master] Tools: recognize most sans serif fonts in listFontWithLang.pl

2020-05-12 Thread Kornel Benko
commit 1bda6da7f96fbc4906d7dd31bb2a79da1d54779a Author: Kornel Benko Date: Tue May 12 19:53:28 2020 +0200 Tools: recognize most sans serif fonts in listFontWithLang.pl Starts to be crazy. Many fonts have to be (visually!) inspected, because there is no hint about this feature.

[LyX/master] Avoid a warning

2020-05-12 Thread Jean-Marc Lasgouttes
commit e52af398649d33825cd41d63db83b41d770ce88e Author: Jean-Marc Lasgouttes Date: Tue May 12 17:42:50 2020 +0200 Avoid a warning --- src/TextMetrics.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index c92af02..d908e

[LyX/master] Get rid of lyx::next uses for RandomAccessList

2020-05-12 Thread Jean-Marc Lasgouttes
commit 6d97e3993489a23aea79f899f156fd2f6e21cc4d Author: Jean-Marc Lasgouttes Date: Mon May 11 12:31:25 2020 +0200 Get rid of lyx::next uses for RandomAccessList These uses are inefficient (a loop really) and require that pit_type is ptrdiff_t. Instead, RandomAccesslist