[LyX/2.4.1-devel] Set buffer_ correctly when inseting a math macro over a selection

2024-04-25 Thread Jean-Marc Lasgouttes
commit 13a34d6cd1bbf2a93d5b51624de7085d594cf8fa Author: Jean-Marc Lasgouttes Date: Thu Apr 25 14:28:10 2024 +0200 Set buffer_ correctly when inseting a math macro over a selection The code that handles this special macro insertion (in Cursor::mathMacroClose())) is very weird:

[LyX/2.4.x] Last review of French Intro manual before 2.4.0

2024-04-25 Thread jpc
commit 857cfb1dcd5acee98793755f584730ebea926e55 Author: jpc Date: Thu Apr 25 18:26:47 2024 +0200 Last review of French Intro manual before 2.4.0 --- lib/doc/fr/Intro.lyx | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/doc/fr/Intro.lyx

[LyX/2.4.x] Last review of French Customization manual before 2.4.0

2024-04-25 Thread jpc
commit 391c64f0fc9e50af5a9e295519edc76a49cb1413 Author: jpc Date: Thu Apr 25 18:00:16 2024 +0200 Last review of French Customization manual before 2.4.0 --- lib/doc/fr/Customization.lyx | 49 ++-- 1 file changed, 20 insertions(+), 29

[LyX/master] Set buffer when creating a MathData from parts of another one

2024-04-25 Thread Jean-Marc Lasgouttes
commit ed2f3cb9cfa1e871d48a92d41791a77bd218ab67 Author: Jean-Marc Lasgouttes Date: Thu Apr 25 17:13:15 2024 +0200 Set buffer when creating a MathData from parts of another one This is triggered by selecting part of an equation under Xcb platform (x11). Indeed, the current

[LyX/master] Set buffer_ correctly when inseting a math macro over a selection

2024-04-25 Thread Jean-Marc Lasgouttes
commit b45a957929a78cefc729a0fa984214eb83357d42 Author: Jean-Marc Lasgouttes Date: Thu Apr 25 14:28:10 2024 +0200 Set buffer_ correctly when inseting a math macro over a selection The code that handles this special macro insertion (in Cursor::mathMacroClose())) is very weird:

[LyX/master] typo

2024-04-25 Thread Jean-Marc Lasgouttes
commit af3521881c209fa0019414096334057f3b6e8c75 Author: Jean-Marc Lasgouttes Date: Thu Apr 25 14:27:22 2024 +0200 typo --- src/mathed/MathRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathRow.cpp b/src/mathed/MathRow.cpp index

[LyX/master] Autotools: optimize with -Og when debugging

2024-04-25 Thread Jean-Marc Lasgouttes
commit 623cc13b60bc7345ad8a45bb1a6ab95e16dba6b0 Author: Jean-Marc Lasgouttes Date: Thu Apr 25 12:30:48 2024 +0200 Autotools: optimize with -Og when debugging When debug (-g) is enabled (default when compiling a development version), the existing -O optimization level is not

[LyX/master] Force a Buffer * argument to math insets constructor

2024-04-25 Thread Jean-Marc Lasgouttes
commit c013799887eb5c330f3cff4d51542028683fe1bb Author: Jean-Marc Lasgouttes Date: Wed Apr 24 15:07:15 2024 +0200 Force a Buffer * argument to math insets constructor Make sure that math insets have a proper buffer. To this end, make the Buffer* parameter of InsetMath

[LyX/master] Force a Buffer * argument to MathData constructor

2024-04-25 Thread Jean-Marc Lasgouttes
commit 57d713065545ac53a62a641d12a8b8c2c62c22fc Author: Jean-Marc Lasgouttes Date: Wed Apr 24 12:04:23 2024 +0200 Force a Buffer * argument to MathData constructor In order to ensure that MathData objects have a valid buffer, the default MathData() constructor is deleted. This