JKQtPlotter/lib/jkqtmathtext/nodes
2022-07-09 10:57:46 +02:00
..
jkqtmathtextbracenode.cpp NEW: JKQTMathText: added functions to set the font-size in pixels (as alternative to the existing functions that set them in points), implements request #76 2022-07-04 21:02:43 +02:00
jkqtmathtextbracenode.h NEW: JKQTMathText: LaTeX-Parser understands optional instruction parameters in [...] now 2022-06-19 15:11:06 +02:00
jkqtmathtextdecoratednode.cpp refactored/simplified JKQTMathText::parseLatexString() 2022-07-06 22:44:02 +02:00
jkqtmathtextdecoratednode.h refactored/simplified JKQTMathText::parseLatexString() 2022-07-06 22:44:02 +02:00
jkqtmathtextfracnode.cpp refactored/simplified JKQTMathText::parseLatexString() 2022-07-06 22:44:02 +02:00
jkqtmathtextfracnode.h refactored/simplified JKQTMathText::parseLatexString() 2022-07-06 22:44:02 +02:00
jkqtmathtextinstructionnode.cpp bugfixed Qt5.x problem 2022-07-09 10:57:46 +02:00
jkqtmathtextinstructionnode.h JKQTMathText: refactored \\instruction parsing 2022-07-08 23:15:42 +02:00
jkqtmathtextlistnode.cpp IMPROVEMENT: JKQTMathText: added x-correction for sub/superscript above/below/besides integrals 2022-06-27 22:57:49 +02:00
jkqtmathtextlistnode.h bugfix: JKQTMathText: \sum and \prod used the wrong symbol in XITS-mode 2022-06-26 00:28:49 +02:00
jkqtmathtextmatrixnode.cpp - NEW: reworked node class tree: inserted base-class nodes for single-child, dual-child! 2022-06-08 23:52:22 +02:00
jkqtmathtextmatrixnode.h - NEW: reworked node class tree: inserted base-class nodes for single-child, dual-child! 2022-06-08 23:52:22 +02:00
jkqtmathtextnode.cpp bugfix: JKQTMathText: \sum and \prod used the wrong symbol in XITS-mode 2022-06-26 00:28:49 +02:00
jkqtmathtextnode.h bugfix: JKQTMathText: \sum and \prod used the wrong symbol in XITS-mode 2022-06-26 00:28:49 +02:00
jkqtmathtextnodetools.cpp NEW: LaTeX-Parser simplifies parse-tree to increase speed of execution 2022-06-19 22:36:38 +02:00
jkqtmathtextnodetools.h NEW: LaTeX-Parser simplifies parse-tree to increase speed of execution 2022-06-19 22:36:38 +02:00
jkqtmathtextsqrtnode.cpp minor bugfix: missing return 2022-07-06 21:00:24 +02:00
jkqtmathtextsqrtnode.h IMPROVED: JKQTMathText: optional parameter of \sqrt is properly parsed now 2022-06-28 21:59:50 +02:00
jkqtmathtextsubsupernode.cpp bugfix: JKQTMathText: \sum and \prod used the wrong symbol in XITS-mode 2022-06-26 00:28:49 +02:00
jkqtmathtextsubsupernode.h moved JKQTMathText images to their own subdirectory 2022-06-09 14:42:25 +02:00
jkqtmathtextsymbolnode.cpp JKQTMathText: refactored \\instruction parsing 2022-07-08 23:15:42 +02:00
jkqtmathtextsymbolnode.h refactored/simplified JKQTMathText::parseLatexString() 2022-07-06 22:44:02 +02:00
jkqtmathtexttextnode.cpp - JKQTMathText: IMPROVED/breaking: refactored symbol node JKQTMathTextSymbolNode and changed font-lookup! 2022-07-03 20:30:12 +02:00
jkqtmathtexttextnode.h - JKQTMathText: IMPROVED/breaking: refactored symbol node JKQTMathTextSymbolNode and changed font-lookup! 2022-07-03 20:30:12 +02:00
jkqtmathtextwhitespacenode.cpp bugfixed missing QFontMettricsF::width() in newer Qt versions, should fix issue #77 2022-07-05 20:14:51 +02:00
jkqtmathtextwhitespacenode.h NEW: JKQTMathText: added functions to set the font-size in pixels (as alternative to the existing functions that set them in points), implements request #76 2022-07-04 21:02:43 +02:00