Release History

Initiation of development September 21, 2009

1.0 September 28, 2009

Initial release.

1.1 September 29, 2009

Removed requirement that the keyboard focus leave the current field for changes in that field's setting to be reflected in the image.

Fixed bug in blob code that caused disallow reentrants to malfunction.

1.2 September 30, 2009

Fixed (I think) a hanging bug in the Blob/Polygon code.

Made window resize correctly when loading a document.

Expanded text field for canvas size to accommodate numbers > 999.

1.3 September 30, 2009

Created option for fabrics in phases that have non-unity aspect ratios.

1.4 October 1, 2009

Improved speed of calculation by about 2-3 orders of magnitude.

Removed extra decimal places in mode listing.

1.4.1 October 4, 2009

Removed debugging code that prevented randomness (program would produce identical results each time it was run).

Made fabric settings save with document.

1.5 October 10, 2009

Fixed bug that failed to place window correctly when opening a saved document.

Implemented Undo/Redo, and "dirty state" of documents.

When a saved document is loaded immediately after running the program, the existing blank document is closed.

Rolled a number of bug fixes found during ModeQuiz development back into the code base.

1.6 October 26, 2009

Allowed decimal entry in drawer fields.

Removed Square particle shape (redundant with Rectangle).

Changed Circle to Oval (ellipse), and allowed it to have aspect ratio and rotation.

Fixed bug in which lower phases would not recalculate when upper-level phases were altered.

Fixed bug in which fields would not update correctly when phase was removed.

1.6.1 November 23, 2009

Made "Actual Mode" fields non-editable.

1.7 June 12, 2010

Fixed bug in which changing phase order would not cause re-drawing of phases.

Back to top