JKQtPlotter/lib/jkqtmathtext
2023-08-24 21:49:39 +02:00
..
nodes JKQTMathText: Update several layouting nodes (especially braces) 2023-07-01 15:57:57 +02:00
parsers made more STATIC data members thread_local or secured them by a std::mutex. This was at least JKQTMathText and JKQTBasePlotter should be usable in several threads 2023-06-30 13:52:17 +02:00
private fixed several (pedantic) compiler warnings 2022-07-23 16:05:13 +02:00
resources JKQTMathText: 2022-09-01 14:36:34 +02:00
CMakeLists.txt BUGFIX: Error for PDBs when building STATIC libs on MSVC 2022-10-06 11:54:18 +02:00
jkqtmathtext_imexport.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtmathtext.cpp NEW: Added JKQTMathText::setFontOptions(), which allows to make fonts initially e.g. bold, italic, ... and extended JKQTMathText::setFontSpecial() accordingly 2023-08-16 13:52:29 +02:00
jkqtmathtext.h doc-fix 2023-08-16 15:35:44 +02:00
jkqtmathtext.readme
jkqtmathtextlabel.cpp
jkqtmathtextlabel.h
jkqtmathtexttools.cpp made more STATIC data members thread_local or secured them by a std::mutex. This was at least JKQTMathText and JKQTBasePlotter should be usable in several threads 2023-06-30 13:52:17 +02:00
jkqtmathtexttools.h NEW: added JKQTPLabelMinBesides and JKQTPLabelMaxBesides to JKQTPLabelPosition, so labels can be set besides the axes 2023-08-24 21:49:39 +02:00
LibTarget.cmake.in