JKQtPlotter/lib/jkqtmathtext
2022-08-14 16:59:03 +02:00
..
nodes code cleanup: Removed Parameter prevNodeSize from JKQTMathTextNode::draw() and JKQTMathTextNode::getSize()/JKQTMathTextNode::getSizeInternal(), since it is only really necessary for JKQTMathTextSubscriptNode and JKQTMathTextSuperscriptNode 2022-08-14 16:59:03 +02:00
private fixed several (pedantic) compiler warnings 2022-07-23 16:05:13 +02:00
resources updated XITS to current master 2019-11-16 14:16:45 +01:00
CMakeLists.txt improved CMake scripts: better output, less warnings 2022-07-23 13:59:23 +02:00
jkqtmathtext_imexport.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtmathtext.cpp JKQTMathText: ensure mini size of \left/\right braces, when contained text is very small, e.g. only lower-case 2022-08-13 21:56:09 +02:00
jkqtmathtext.h code cleanup: Removed Parameter prevNodeSize from JKQTMathTextNode::draw() and JKQTMathTextNode::getSize()/JKQTMathTextNode::getSizeInternal(), since it is only really necessary for JKQTMathTextSubscriptNode and JKQTMathTextSuperscriptNode 2022-08-14 16:59:03 +02:00
jkqtmathtext.readme reorganized library files into lib-subdirectory and modified tests, doc, ... accordingly 2018-11-25 20:25:44 +01:00
jkqtmathtextlabel.cpp NEW/BREAKING: restructured JKQTMathText: broke up single, large CPP-file into several smaller files 2022-06-08 15:38:26 +02:00
jkqtmathtextlabel.h NEW: LaTeX-Parser simplifies parse-tree to increase speed of execution 2022-06-19 22:36:38 +02:00
jkqtmathtexttools.cpp NEW: JKQTMathText::parse() by default allows linebreaks in the LaTeX string to be parsed. This can be switched off by a parameter 2022-08-13 14:36:49 +02:00
jkqtmathtexttools.h NEW: JKQTMathText::parse() by default allows linebreaks in the LaTeX string to be parsed. This can be switched off by a parameter 2022-08-13 14:36:49 +02:00
LibTarget.cmake.in clean-up of library dependencies 2022-07-18 15:01:12 +02:00