[LyX/master] Fix some glitches in inset-select-all

2014-11-14 Thread Jean-Marc Lasgouttes
commit 3cbdfa17629e4a1f78901c88231faf7e3d6470e3 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Fri Nov 14 10:10:29 2014 +0100 Fix some glitches in inset-select-all Fix a crash reported in #7727. This happened because cur.pos() was reset before cur.pit(). In this case,

[LyX/master] Fix overflow of inset over text (see #9224)

2014-11-14 Thread Jean-Marc Lasgouttes
commit 81badf8550f2fd5e614a22261c4885d747a72106 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Fri Nov 14 11:13:38 2014 +0100 Fix overflow of inset over text (see #9224) The symptoms are the same as the original #9224, but the reason is different. In the new code, the width

[LyX/master] mathed: bformat infoize messages

2014-11-14 Thread Uwe Stöhr
commit ff85a4902ec4fff1b3bf0dbc9c9c53b3e87563cf Author: Uwe Stöhr uwesto...@lyx.org Date: Fri Nov 14 18:18:30 2014 +0100 mathed: bformat infoize messages - should fix bug #1908 diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 8b3cb2b..509977b 100644 ---

[LyX/2.1.x] Fix bug #7954 (now really)

2014-11-14 Thread Georg Baum
commit acc771b2123797c42463c1a564f4934f2b3bef41 Author: Georg Baum b...@lyx.org Date: Fri Nov 14 19:09:34 2014 +0100 Fix bug #7954 (now really) Thanks to maciejr we know now what the remaining problem was with bug 7954: My unicode symbol fallback works fine, the problem was

[LyX/2.1.x] Make the fix for bug 8999 actually work

2014-11-14 Thread Georg Baum
commit 8b31f838c5ceab2cc9aae03e31cdcc673c2a4381 Author: Georg Baum b...@lyx.org Date: Fri Nov 14 21:28:40 2014 +0100 Make the fix for bug 8999 actually work This backports 1cdbb94f which was spotted by cppcheck. diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp

[LyX/master] Fix recursive math macro crash (bug #9140)

2014-11-14 Thread Georg Baum
commit 0f2069b8a5967aac1b4f841214294f1fe21d2cad Author: Georg Baum b...@lyx.org Date: Fri Nov 14 21:30:42 2014 +0100 Fix recursive math macro crash (bug #9140) This is different from bug #8999, since in this case a new macro instance is created. You still get a TeX capacity

[LyX/master] Get rid of boost::noncopyable.

2014-11-14 Thread Richard Heck
commit df7b0eb61d73891e7bc1ddc753d5c0b84a4c3958 Author: Richard Heck rgh...@lyx.org Date: Fri Nov 14 23:40:07 2014 + Get rid of boost::noncopyable. diff --git a/src/LaTeX.h b/src/LaTeX.h index a4fcecd..5db3889 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -19,7 +19,6 @@ #include

[LyX/master] Fix some glitches in inset-select-all

2014-11-14 Thread Jean-Marc Lasgouttes
commit 3cbdfa17629e4a1f78901c88231faf7e3d6470e3 Author: Jean-Marc Lasgouttes Date: Fri Nov 14 10:10:29 2014 +0100 Fix some glitches in inset-select-all Fix a crash reported in #7727. This happened because cur.pos() was reset before cur.pit(). In this case,

[LyX/master] Fix overflow of inset over text (see #9224)

2014-11-14 Thread Jean-Marc Lasgouttes
commit 81badf8550f2fd5e614a22261c4885d747a72106 Author: Jean-Marc Lasgouttes Date: Fri Nov 14 11:13:38 2014 +0100 Fix overflow of inset over text (see #9224) The symptoms are the same as the original #9224, but the reason is different. In the new code, the

[LyX/master] mathed: bformat infoize messages

2014-11-14 Thread Uwe Stöhr
commit ff85a4902ec4fff1b3bf0dbc9c9c53b3e87563cf Author: Uwe Stöhr Date: Fri Nov 14 18:18:30 2014 +0100 mathed: bformat infoize messages - should fix bug #1908 diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 8b3cb2b..509977b 100644

[LyX/2.1.x] Fix bug #7954 (now really)

2014-11-14 Thread Georg Baum
commit acc771b2123797c42463c1a564f4934f2b3bef41 Author: Georg Baum Date: Fri Nov 14 19:09:34 2014 +0100 Fix bug #7954 (now really) Thanks to maciejr we know now what the remaining problem was with bug 7954: My unicode symbol fallback works fine, the problem was

[LyX/2.1.x] Make the fix for bug 8999 actually work

2014-11-14 Thread Georg Baum
commit 8b31f838c5ceab2cc9aae03e31cdcc673c2a4381 Author: Georg Baum Date: Fri Nov 14 21:28:40 2014 +0100 Make the fix for bug 8999 actually work This backports 1cdbb94f which was spotted by cppcheck. diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp

[LyX/master] Fix recursive math macro crash (bug #9140)

2014-11-14 Thread Georg Baum
commit 0f2069b8a5967aac1b4f841214294f1fe21d2cad Author: Georg Baum Date: Fri Nov 14 21:30:42 2014 +0100 Fix recursive math macro crash (bug #9140) This is different from bug #8999, since in this case a new macro instance is created. You still get a TeX capacity

[LyX/master] Get rid of boost::noncopyable.

2014-11-14 Thread Richard Heck
commit df7b0eb61d73891e7bc1ddc753d5c0b84a4c3958 Author: Richard Heck Date: Fri Nov 14 23:40:07 2014 + Get rid of boost::noncopyable. diff --git a/src/LaTeX.h b/src/LaTeX.h index a4fcecd..5db3889 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -19,7 +19,6 @@ #include