[LyX/master] Add a bit of debugging code

2021-02-27 Thread Richard Kimberly Heck
commit 170f06089d62bee673f55191dbc328680fee0d94 Author: Richard Kimberly Heck Date: Sat Feb 27 20:34:19 2021 -0500 Add a bit of debugging code --- src/LaTeX.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index 31d6144..6e7fe92

[LyX/2.3.x] Fix bug #3751

2021-02-27 Thread Enrico Forestieri
commit 51ec16b6c77222aa018959e165adc29d3b9648e5 Author: Enrico Forestieri Date: Sun Feb 28 00:33:43 2021 +0100 Fix bug #3751 We lack the necessary font (cmb10) for drawing bold uppercase greek letters. It would be overkill adding it for this sole purpose, so adopt the same

[LyX/2.3.x] Fix bug #3294

2021-02-27 Thread Enrico Forestieri
commit 999831043e6da50b3095a2dfec7000d4209e586c Author: Enrico Forestieri Date: Sat Feb 27 23:31:25 2021 +0100 Fix bug #3294 --- src/mathed/InsetMathRoot.cpp |8 +++- status.23x |3 +++ 2 files changed, 10 insertions(+), 1 deletions(-) diff --git

[LyX/master] Fix bug #3751

2021-02-27 Thread Enrico Forestieri
commit 7b526d6461a517888d1291e376a36f29aec9e272 Author: Enrico Forestieri Date: Sat Feb 27 21:40:28 2021 +0100 Fix bug #3751 We lack the necessary font (cmb10) for drawing bold uppercase greek letters. It would be overkill adding it for this sole purpose, so adopt the same

[LyX/master] Fix bug #12169 Patch from Daniel.

2021-02-27 Thread Richard Kimberly Heck
commit 0895b76f1ed8d984d766b185b425346b3f020cd4 Author: Richard Kimberly Heck Date: Sat Feb 27 13:27:03 2021 -0500 Fix bug #12169 Patch from Daniel. --- src/frontends/NullPainter.h |2 +- src/frontends/Painter.h |2 +- src/frontends/qt/GuiPainter.cpp | 21

[LyX/master] Fix bug #3294

2021-02-27 Thread Enrico Forestieri
commit 195b928f92d5e00874f64fffa21852cdef80bc10 Author: Enrico Forestieri Date: Sat Feb 27 14:49:55 2021 +0100 Fix bug #3294 --- src/mathed/InsetMathRoot.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/mathed/InsetMathRoot.cpp

[LyX/master] FindAdv: Added handling of some chars found in unnicodesymbols

2021-02-27 Thread Kornel Benko
commit a3e10cd067b4a49aabc7416777ac796d85c032d0 Author: Kornel Benko Date: Sat Feb 27 14:14:28 2021 +0100 FindAdv: Added handling of some chars found in unnicodesymbols --- src/lyxfind.cpp | 131 +++ 1 files changed, 131 insertions(+),