commit e27f15355af1798f67181e4cd95c048a16562d49 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Feb 20 16:20:48 2025 +0100
A bit more color to the world, part II add the possibility to add own custom colors (#1841) development/FORMAT | 13 +- lib/doc/UserGuide.lyx | 79 +++- lib/doc/de/UserGuide.lyx | 69 ++- lib/lyx2lyx/lyx_2_5.py | 62 ++- src/BufferParams.cpp | 15 + src/BufferParams.h | 2 + src/Color.cpp | 11 + src/ColorSet.h | 2 + src/LaTeXColors.cpp | 16 +- src/LaTeXColors.h | 4 +- src/LaTeXFeatures.cpp | 11 +- src/frontends/qt/GuiCharacter.cpp | 14 + src/frontends/qt/GuiDocument.cpp | 170 ++++++++ src/frontends/qt/GuiDocument.h | 11 + src/frontends/qt/ui/ColorUi.ui | 867 +++++++++++++++++++++----------------- 15 files changed, 953 insertions(+), 393 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs