commit dec5724483d7d28177fc4adde418e5320ea26cf9
Author: Juergen Spitzmueller
Date: Sun Mar 2 03:59:31 2025 +0100
colortbl example
---
LyX/NewInLyX25/colortbl.png | Bin 0 -> 65828 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/LyX/NewInLyX25/colortbl.png b/LyX/NewInLyX
commit 3134d2881ca6bf11e017b370fba54705f722a803
Author: Juergen Spitzmueller
Date: Sun Mar 2 04:20:35 2025 +0100
tex2lyx: factor out lyxcolor parsing
---
src/tex2lyx/Preamble.cpp | 171 +--
src/tex2lyx/Preamble.h | 2 +-
.
commit 69bc0db8fe5beb7185c982e177c48ec0c3c753b2
Author: Juergen Spitzmueller
Date: Sun Mar 2 04:24:59 2025 +0100
tex2lyx: support for \arrayrulecolor and \columncolors
---
src/tex2lyx/Context.h| 9 +
src/tex2lyx/Preamble.cpp | 34 +-
src/tex2lyx
commit 52d0b3a6f71355ce030c9ad3044f3360da5cb317
Author: Juergen Spitzmueller
Date: Sun Mar 2 06:04:45 2025 +0100
tex2lyx: add support for \cellcolor, \rowcolor, \columncolor
---
src/tex2lyx/Context.h | 2 +-
src/tex2lyx/table.cpp | 442 ++
commit acda39c282da8d40045ba3e6ca848df3cbcea2d5
Author: Juergen Spitzmueller
Date: Sun Mar 2 07:24:59 2025 +0100
tex2lyx: support multirow with negative nrows
---
src/tex2lyx/table.cpp | 49 ++---
1 file changed, 34 insertions(+), 15 deletions(-)
commit 5832db46691882a4589e360a215b4f789f7fe766
Author: Juergen Spitzmueller
Date: Sun Mar 2 05:08:26 2025 +0100
Do not warn on not found Note/Box painter colors for new documents
These colors are only registered when the respective param is parsed
---
src/BufferParams.cpp | 1
commit 1cdced0f651795b6ccdc4f2a7cdac2ad1014e4bc
Author: Juergen Spitzmueller
Date: Sun Mar 2 05:12:16 2025 +0100
Fix escaping
---
lib/lyx2lyx/lyx_2_5.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/lyx2lyx/lyx_2_5.py b/lib/lyx2lyx/lyx_2_5.py
index f5394bc5dc..30d
commit 00acee89d80fca41284d21b1435218ba331d1364
Author: Juergen Spitzmueller
Date: Sat Mar 1 08:21:57 2025 +0100
UI fixes
---
src/frontends/qt/ui/ColorUi.ui | 2 +-
src/frontends/qt/ui/TabularUi.ui | 86
2 files changed, 44 insertions(+), 44 dele
commit c1e024a0c39819fbdaacfdc00fa94eb971b6fe98
Author: Juergen Spitzmueller
Date: Sat Mar 1 10:23:53 2025 +0100
\rowcolors fixes
---
src/insets/InsetTabular.cpp | 31 ++-
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/src/insets/InsetTabular.cp
commit 78c181c375b0d1381a1680488025344e9088828c
Author: Juergen Spitzmueller
Date: Sat Mar 1 12:52:25 2025 +0100
Update documentation for colored tables
lib/doc/EmbeddedObjects.lyx| 1668 ---
lib/doc/UserGuide.lyx | 172 +++-
lib/doc/de/Embedd
commit 833a227f9b53dbdd08a0f312ef15541ff6026b46
Author: Juergen Spitzmueller
Date: Sat Mar 1 12:55:41 2025 +0100
Update tex2lyx tests
---
src/tex2lyx/test/CJK.lyx.lyx | 2 +-
src/tex2lyx/test/CJKutf8.lyx.lyx | 2 +-
src/tex2lyx/test/DummyDocument.l
commit 63c439e11ac3f3c1921717d8c8f5db3aff08ec31
Author: Juergen Spitzmueller
Date: Sat Mar 1 11:20:33 2025 +0100
Amend c1e024a0c
Cut 'n' paste error
---
src/insets/InsetTabular.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/insets/InsetTabular.cpp b/sr
commit f424ba6502b887c86f2985df438374273efdc357
Author: Juergen Spitzmueller
Date: Sat Mar 1 11:41:13 2025 +0100
Fix resetting of \arrayrulecolor
---
lib/lyx2lyx/lyx_2_5.py | 2 +-
src/insets/InsetTabular.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/l
commit 4c8301f8c837024bcdd2d7543907896a14caf887
Author: Kornel Benko
Date: Sat Mar 1 14:08:35 2025 +0100
Update sk.po
---
po/sk.po | 125 ---
1 file changed, 104 insertions(+), 21 deletions(-)
diff --git a/po/sk.po b/po/sk.po
ind
commit f1e01dc0cf00e8865aa65584c573cce86ef86713
Author: Jean-Marc Lasgouttes
Date: Sat Mar 1 21:45:05 2025 +0100
Pass variable by reference to avoid copy (spotted by Coverity Scan)
---
src/frontends/qt/ColorsCombo.cpp | 2 +-
src/frontends/qt/ColorsCombo.h | 2 +-
2 files changed, 2 inse
commit 707046263d529f8ca4cef626b1c2fca2d9fd053f
Author: Jean-Marc Lasgouttes
Date: Sat Mar 1 21:38:26 2025 +0100
Fix cut-and-paste error spotted by Coverity Scan
---
src/tex2lyx/text.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/
commit adccc524d4f0f6989fdca39b7709ebfc1f75e76b
Author: Pavel Sanda
Date: Sat Mar 1 21:10:40 2025 +0100
Try to fix compilation for old bionic.
Also removing leading spaces - such centering won't
work across different fonts/systems. I do not see how
to make such centering th
17 matches
Mail list logo