JKQtPlotter/lib/jkqtcommon
2023-07-22 10:45:11 +02:00
..
private
CMakeLists.txt made JKQTPPlotSymbol() thread-safe 2023-06-25 18:05:16 +02:00
jkqtcommon_imexport.h
jkqtpbasicimagetools.cpp - NEW added several new color palettes and fixed/improved handling of palettes with few colors in them 2023-07-21 22:07:46 +02:00
jkqtpbasicimagetools.h fixed some Qt5 compile errors 2023-07-22 10:45:11 +02:00
jkqtpcodestructuring.cpp
jkqtpcodestructuring.h
jkqtpconcurrencytools.cpp added concurrency tools header to jkqtpcommmon, initially with JKQTPSynchronized<T> 2023-06-25 17:51:21 +02:00
jkqtpconcurrencytools.h made JKQTPPlotSymbol() thread-safe 2023-06-25 18:05:16 +02:00
jkqtpdebuggingtools.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
jkqtpdebuggingtools.h 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
jkqtpdrawingtools.cpp made JKQTPPlotSymbol() thread-safe 2023-06-25 18:05:16 +02:00
jkqtpdrawingtools.h fixed some compiler warnings 2023-06-29 08:44:20 +02:00
jkqtpenhancedpainter.cpp bugfixed issing include 2022-09-27 09:57:50 +02:00
jkqtpenhancedpainter.h NEW: barcharts may hav rounded corners now, via JKQTPBarGraphBase::setRectRadius() 2022-09-27 01:42:54 +02:00
jkqtpgeometrytools.cpp FIXED: JKQTPGeoEllipse is now correctly drawn with a nonzero angle 2023-07-21 19:27:57 +02:00
jkqtpgeometrytools.h
jkqtphighrestimer.cpp
jkqtphighrestimer.h dox update/fix 2022-09-19 21:55:12 +02:00
jkqtpicons.cpp
jkqtpicons.h
jkqtpmathtools.cpp NEW: Added new JKQTPCALabelType elements (JKQTPCALTfrac...), so axis label ticks can be displayed as fractions 1/2 instead of 0.5 2022-09-22 00:44:54 +02:00
jkqtpmathtools.h NEW: Added new JKQTPCALabelType elements (JKQTPCALTfrac...), so axis label ticks can be displayed as fractions 1/2 instead of 0.5 2022-09-22 00:44:54 +02:00
jkqtpstringtools.cpp fixed some Qt5 compile errors 2023-07-22 10:45:11 +02:00
jkqtpstringtools.h NEW: You can use additional syntax derived from CCS to define colors in style.ini.files (or when using jkqtp_String2QColor() ): You can use full CSS-color syntax with functions "rgb(R,G,B)", "rgba(...)", "hsl(...)", "hsv(...)", "gray(...)", "green(...)", "red(...)", "blue(...)" 2023-07-21 19:25:46 +02:00
jkqttools.cpp
jkqttools.h
LibTarget.cmake.in