[LyX/master] Allow to provide explicit icons for things like command-alternative

2020-06-05 Thread Jean-Marc Lasgouttes
commit 12a9753fb527161cc25ba2a8df6166c96ceabe07 Author: Jean-Marc Lasgouttes Date: Thu May 14 16:35:51 2020 +0200 Allow to provide explicit icons for things like command-alternative The automatic icons for "command-alternative", "math-insert", "math-(big)delim" and "command"

[LyX/master] Use combined toolbar icons for depth-(in|de)crement and outline-(in|out)

2020-06-05 Thread Jean-Marc Lasgouttes
commit b08791f7314965e3d8ff515d51ff0567d442b0bf Author: Jean-Marc Lasgouttes Date: Tue May 12 19:53:47 2020 +0200 Use combined toolbar icons for depth-(in|de)crement and outline-(in|out) The Tab binding already combines those (and more). --- lib/Makefile.am

[LyX/2.3.x] Status

2020-06-05 Thread Richard Kimberly Heck
commit b9a3582a1817f250aa473d034415a64756eb08c0 Author: Richard Kimberly Heck Date: Fri Jun 5 17:36:45 2020 -0400 Status --- status.23x |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index 9c6059f..1e2bcdd 100644 --- a/status.23x +++

[LyX/2.3.x] Added apa7 layout

2020-06-05 Thread Kornel Benko
commit cb680fcf7d67119bd652906214dd1e3bc46c2047 Author: Kornel Benko Date: Fri Jun 5 22:49:07 2020 +0200 Added apa7 layout --- lib/Makefile.am |2 + lib/layouts/apa6.layout | 522 + lib/layouts/apa7.layout |9 + lib/layouts/apax.inc

[LyX/master] Fixup 74540c98: handle selection for label background

2020-06-05 Thread Jean-Marc Lasgouttes
commit a71b96ac426438abb4fe835d0ad000c769693421 Author: Jean-Marc Lasgouttes Date: Fri Jun 5 22:32:58 2020 +0200 Fixup 74540c98: handle selection for label background 74540c98 was a fixup of d207e85c, which avoided using inset background as inset label background.

[LyX/master] Added apa7 layout

2020-06-05 Thread Kornel Benko
commit cb26ecbb58b9cd8e6999a822b8557695d54c67de Author: Kornel Benko Date: Fri Jun 5 22:03:59 2020 +0200 Added apa7 layout --- lib/Makefile.am |2 + lib/layouts/apa6.layout | 550 +--- lib/layouts/apa7.layout |9 +

[LyX/2.3.x] Cmake installs: Clean up some installs

2020-06-05 Thread Kornel Benko
commit a56c3d26218684ec4bead80ba9b90927a0b120e4 Author: Kornel Benko Date: Fri Jun 5 14:10:04 2020 +0200 Cmake installs: Clean up some installs --- development/cmake/Install.cmake | 82 ++- 1 files changed, 46 insertions(+), 36 deletions(-) diff

[LyX/2.3.x] Fix bug #11405.

2020-06-05 Thread Richard Kimberly Heck
commit 774bbbe1b6bab98c93800c59cae00615f3f9fdca Author: Richard Kimberly Heck Date: Mon May 18 00:06:59 2020 -0400 Fix bug #11405. We don't actually prevent hidden buffers from being dirty, so we need to save them if they are. (cherry picked from commit

[LyX/2.3.x] Fix bug #10316.

2020-06-05 Thread Richard Kimberly Heck
commit a355cd82c236e7753420a594ca11738d05f4f29f Author: Richard Kimberly Heck Date: Mon Mar 2 23:57:08 2020 -0500 Fix bug #10316. By sending the request through the usual dispatch machinery, we make sure the cursor is valid when we're done. (cherry picked from commit

[LyX/2.3.x] Fix first draw of auto-open inset

2020-06-05 Thread Richard Kimberly Heck
commit 0fde27465d9f41686bd68591060ca5598892a748 Author: Jean-Marc Lasgouttes Date: Sat May 23 16:47:48 2020 +0200 Fix first draw of auto-open inset note-next and reference-next should trigger an update so that metrics are updated when the cursor ends up in an auto-open inset.

[LyX/2.3.x] Back to development

2020-06-05 Thread Richard Kimberly Heck
commit dab0e4cb9715bf6344e5c6a327a449bc7105624f Author: Richard Kimberly Heck Date: Fri Jun 5 15:29:15 2020 -0400 Back to development --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a78d867..a6add76 100644 ---

[LyX/master] Cmake installs: Clean up some installs

2020-06-05 Thread Kornel Benko
commit b71fb0d0f60e23e8edeb25253f5bff07b1ffb22e Author: Kornel Benko Date: Fri Jun 5 13:00:00 2020 +0200 Cmake installs: Clean up some installs --- development/cmake/Install.cmake | 41 --- 1 files changed, 21 insertions(+), 20 deletions(-) diff