Skip to content

Releases: codemanyak/Turtleizer_CPP

Version 11.0.1 (2024-10-05)

05 Oct 18:28
Compare
Choose a tag to compare
  • Project configuration updated for Visual Studio 2022 (version 17.4.03);
  • Declarations of unimplemented (obsolete) methods Turtleizer::isDirty() and Turtleizer::onPaint(HWND) removed / disabled;
  • Some types / signatures modified to pass stricter type checks and avoid compiler warnings;
  • Adaptations to signature changes of standard library functions.

Version 11.0.0 (2021-04-23)

23 Apr 07:33
Compare
Choose a tag to compare

Enhancements

  • #6 New GUI features in analogy to Structorizer 3.31-02:
    • Statusbar
    • Scrollbars
    • Zooming
    • Measuring via mouse move/drag
    • Viewport expansion to negative quadrants
    • Image export as CSV, PNG, SVG
    • Context menu offering navigation, zooming, visibility, measuring, and image export options/functions

Version 10.0.1 (2019-07-09)

09 Jul 11:57
c917f5a
Compare
Choose a tag to compare

Bugfixes #1 - #3

  • String types (character width) now dependent on platform settings (macro UNICODE)
  • Precaution against compiler complaints about sprintf function
  • DPI awareness on positioning turtle images

Version 10.0.0 (2018-10-23)

23 Oct 14:52
Compare
Choose a tag to compare

First release with semantic version number. Value conversion warnings avoided by explicit casting.
Compatible with Structorizer versions 3.28-07 and beyond.