File Release Notes and Changelog
Release Name: 1.7.1
Notes:
This version introduces bugfixes for known issues in version 1.7 and prior.
Changes:
Bugfixes:
---------
* fixes for AVs in new line drawing methods (LineS, LineTS, LineAS)
* replaced incorrect call of VertLineS and HorzLineS in LineTS and LineAS with
VertLineTS and HorzLineTS
* fix for buffer reallocation inefficiency in TCustomPaintBox32
(non-critical, long standing)
This should improve performance on resizing for all TCustomPaintBox32 derived
controls.
* added missing call to inherited constructor in TPolygon32 constructor
(caused big trouble on Win9x/WinME systems)
* RenderText now ignores Windows-based font smoothing in VCL
(VCL-only change because the QT version that's used in CLX doesn't support
disabling font antialiasing, neither in Windows nor in Linux/X11)
* CLX compilation fixes
* C++ Builder compilation fixes
* ColorMul removed (duplicate of ColorModulate)
* minor cleanups