[LyX/master] Introduce default box frame color (#12921)

2023-09-30 Thread Juergen Spitzmueller
commit 087f6bce71dc6d164bccaa49461d17338e7d6c4e Author: Juergen Spitzmueller Date: Sat Sep 30 09:56:27 2023 +0200 Introduce default box frame color (#12921) This better aligns with dark mode --- development/FORMAT |4 lib/lyx2lyx/lyx_2_4.py | 21 ++

[LyX/master] Update tex2lyx tests after recent format change

2023-09-30 Thread Juergen Spitzmueller
commit 1d00389bf88fef4b395cb7f8ed2c1c354364b0e1 Author: Juergen Spitzmueller Date: Sat Sep 30 09:59:36 2023 +0200 Update tex2lyx tests after recent format change --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test/CJKutf8.lyx.lyx |2 +-

[LyX/master] Prevent access to null local_font

2023-09-30 Thread Juergen Spitzmueller
commit fc9684a130300e5655aedda34eefd8ddf0db0f92 Author: Juergen Spitzmueller Date: Sat Sep 30 13:01:20 2023 +0200 Prevent access to null local_font --- src/insets/Inset.cpp|8 src/insets/Inset.h |4 src/insets/InsetBox.cpp |3 ++-

[LyX/master] Fix escape string (reported by José)

2023-09-30 Thread Juergen Spitzmueller
commit 9b8183b877f2acd767879d934bc64817f1b506ed Author: Juergen Spitzmueller Date: Sat Sep 30 13:07:00 2023 +0200 Fix escape string (reported by José) --- lib/lyx2lyx/lyx_2_4.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/l

[LyX/master] fix nested uwave

2023-09-30 Thread Juergen Spitzmueller
commit 7ccdc6edf548c8eda345c70a4212b70e6003ad0c Author: Udi Fogiel Date: Wed Sep 27 01:32:55 2023 +0300 fix nested uwave --- src/Font.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Font.cpp b/src/Font.cpp index 8c73e91..7e0798d 100644 --- a/src/Font.cpp

[LyX/master] Style

2023-09-30 Thread Juergen Spitzmueller
commit 8b1f1c29ffa4f9b511fafb1195a3ad16993a2d31 Author: Juergen Spitzmueller Date: Sat Sep 30 13:58:57 2023 +0200 Style --- src/insets/Inset.cpp |2 +- src/insets/Inset.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/Inset.cpp b/src/insets/Inset

[LyX/master] Limit RTL hack to classic engines (#12919)

2023-09-30 Thread Juergen Spitzmueller
commit 04bfbc0f7a1964790256117f146ba040054b34b2 Author: Juergen Spitzmueller Date: Sat Sep 30 16:59:37 2023 +0200 Limit RTL hack to classic engines (#12919) It breaks with LuaTeX, is definitely not needed with XeTeX, and it is doubted whether it is needed at all (but this needs

[LyX/master] proper unicode support for hebrew in 8bit engines

2023-09-30 Thread Juergen Spitzmueller
commit 48eda746dabecf100bd163b822ed9db68ab9eb3f Author: Udi-Fogiel Date: Wed Sep 27 14:45:43 2023 +0300 proper unicode support for hebrew in 8bit engines --- lib/languages |9 - lib/unicodesymbols | 102 ++-- src/Encoding.cpp

[LyX/master] Uodate fr.po

2023-09-30 Thread jpc
commit 2c9178ecfd04340b4678cf832d2a6423ebd46f83 Author: jpc Date: Sat Sep 30 18:20:47 2023 +0200 Uodate fr.po po/fr.gmo | Bin 654974 -> 654951 bytes po/fr.po | 1336 +++-- 2 files changed, 672 insertions(+), 664 deleti

[LyX/master] Amend 04bfbc0f

2023-09-30 Thread Scott Kostyshak
commit 10403b7959b5d8c4c931943708eb8832418612f8 Author: Scott Kostyshak Date: Sat Sep 30 20:20:03 2023 -0400 Amend 04bfbc0f Patch from Udi. --- src/Encoding.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Encoding.cpp b/src/Encoding.cpp index dc84

[LyX/master] Amend 087f6bce

2023-09-30 Thread Scott Kostyshak
commit a6882a1db0152af270bcba08215424793946d99a Author: Scott Kostyshak Date: Sat Sep 30 20:21:22 2023 -0400 Amend 087f6bce Explanation from Udi: There is a missing validation for the requirement of xcolor in InsetBox::validate, the case we use Boxed with non-defau

[LyX/master] ctests: uninvert couple of suspended tests

2023-09-30 Thread Scott Kostyshak
commit bb55c3429ff194a24836a50a5c94ea7978bc4605 Author: Scott Kostyshak Date: Sat Sep 30 20:43:10 2023 -0400 ctests: uninvert couple of suspended tests Due to recent changes, 'xcolor' is now loaded in the corresponding document export, which somehow fixes the compilation error