[LyX/master] ctests: ignore Japanese dvi3 systemF tests

2020-09-25 Thread Scott Kostyshak
commit bf0f662e93c213dc2136ff963f17795302aaea52 Author: Scott Kostyshak Date: Fri Sep 25 15:11:17 2020 -0400 ctests: ignore Japanese dvi3 systemF tests These started to fail due to a "luatex" package update in the TL20 cycle. From an ML thread [1]: The LuaTeX-ja

[LyX/master] Typo

2020-09-25 Thread Scott Kostyshak
commit 6be7e7ce725de98db73a54c7a2d7c262d8e2c9f7 Author: Scott Kostyshak Date: Fri Sep 25 15:11:03 2020 -0400 Typo --- development/autotests/ignoredTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/ignoredTests

[LyX/2.3.x] Fix clipping for vector formats and when exporting from command line

2020-09-25 Thread Enrico Forestieri
commit b561dfaf2ef73dff89f2c47c78ca68a533b49a4a Author: Enrico Forestieri Date: Fri Sep 25 21:25:40 2020 +0200 Fix clipping for vector formats and when exporting from command line This amends ea81faa9 that only took into account the postscript format and did not consider that

[LyX/master] Use correct bounding box when exporting from command line

2020-09-25 Thread Enrico Forestieri
commit f0807a604cf177da385867a684143782eb9921d8 Author: Enrico Forestieri Date: Fri Sep 25 20:58:40 2020 +0200 Use correct bounding box when exporting from command line Without GUI an image is not available even if it is actually cached. In this case we load the image for

[LyX/master] Correct comment

2020-09-25 Thread Enrico Forestieri
commit a8572c1358d5d2e66612e9f44329a6ffd33516a6 Author: Enrico Forestieri Date: Fri Sep 25 12:11:10 2020 +0200 Correct comment --- src/insets/InsetGraphics.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetGraphics.cpp

[LyX/master] Do not correct clipping bounding box for vector formats

2020-09-25 Thread Enrico Forestieri
commit 9b1763cd42e0fa65df716e0f4ca9dc7dd5d49c9c Author: Enrico Forestieri Date: Fri Sep 25 12:01:57 2020 +0200 Do not correct clipping bounding box for vector formats This amends 380f34a1 that only took into account the postscript format. --- src/insets/InsetGraphics.cpp |2