[LyX/master] Cmake export tests: Ignore some pdflatex tests for Hebrew documents

2020-08-25 Thread Kornel Benko
commit af146f07e6ff7e0fdd40ef59eb95e9b3d06ac6dd Author: Kornel Benko Date: Tue Aug 25 14:31:15 2020 +0200 Cmake export tests: Ignore some pdflatex tests for Hebrew documents These tests are not expected to succeed anytime soon. --- development/autotests/ignoredTests |2 ++ 1

[LyX/master] Add space before display math that starts a paragraph

2020-08-25 Thread Jean-Marc Lasgouttes
commit cc349fd03183d902bd334d499c3f3bd5f7e9c848 Author: Jean-Marc Lasgouttes Date: Tue Aug 25 13:05:29 2020 +0200 Add space before display math that starts a paragraph This extra spacing was missing and is important for detecting extra par breaks before equations (which are

[LyX/master] #6401 avoid use of lyxCode()

2020-08-25 Thread Stephan Witt
commit 3c1b4a5d7e39c674b7e938101d1ba9ec35a15147 Author: Stephan Witt Date: Tue Aug 25 07:14:29 2020 +0200 #6401 avoid use of lyxCode() --- src/Paragraph.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index

[LyX/master] Center correctly top labels like Abstract.

2020-08-25 Thread Jean-Marc Lasgouttes
commit 294e4884ee29585d311177406cd31499e6d81877 Author: Jean-Marc Lasgouttes Date: Tue Aug 25 10:25:14 2020 +0200 Center correctly top labels like Abstract. They used to take the paragraph indentation into account. Fixes bug #11939. --- src/RowPainter.cpp | 12