[LyX/master] Findadv: Handle \lettrine{} in initials.module

2019-02-04 Thread Kornel Benko
commit 50550a215f72da6f5d3f80efad87449a72cdbf0c Author: Kornel Benko Date: Tue Feb 5 08:04:47 2019 +0100 Findadv: Handle \lettrine{} in initials.module The problem here is, that selecting any subset of a \lettrine{} line always creates an initials header. That makes it impossib

[LyX/master] Do not rely on x_ when painting label

2019-02-04 Thread Jean-Marc Lasgouttes
commit 051b6ce68af2b7b075e1abb89e1e960beae71379 Author: Jean-Marc Lasgouttes Date: Mon Feb 4 12:13:01 2019 +0100 Do not rely on x_ when painting label Additionally fixes a warning about unused value (from clang-analyzer). --- src/RowPainter.cpp | 10 +++--- src/TextMetrics.

[LyX/master] Fix bug #11484

2019-02-04 Thread Enrico Forestieri
commit 6316b9b7aed7d67c585f8c17cce5669f8cbb5d65 Author: Enrico Forestieri Date: Mon Feb 4 10:49:02 2019 +0100 Fix bug #11484 When splitting parameters at commas, take into account that commas inside curly braces are not parameter separators. --- src/insets/InsetInclude.cpp |