====== Release Notes ====== ===== v1.2.3 ===== * Changes to support CWR models * Fixed version reference in sample project ===== v1.2.2 ===== * Fixed program crash due to non-pinned GC memory ===== v1.2.1 ===== * Fixed memory leak * Fixed error when calling ''Dispose'' on a ''jForm'' ===== v1.2.0 ===== * Added [[.:jTextBox]] control. * Added [[.:jKeyboard]] control. * Added [[.:text_features#textmargin_property|TextMargin]] property to all controls. * Added [[.:text_features#usemnemonic_property|UseMnemonic]] property to all controls. * Added [[.:jbutton#islatched_property|IsLatched]] property to ''jButton''. * Enter key now activates ''jButton'' and ''jSwitch'' controls when they have input focus. * Defaulted ''TabStop'' property to false on ''jLabel'', ''jImage'', and all shape controls. * Fixed problem with Unicode characters not displaying properly in Visual Studio designer. * Fixed a display anomaly when updating multi-line text. * Minor refactoring ===== v1.1.0 ===== * Added [[.:jRadioButton]], [[.:jCheckbox]], and [[.:jImageLamp]] controls. * Added [[.:text_features#fontsmoothing|FontSmoothing]] feature. * Changed default properties and events for ''jLamp'' and ''jSwitch'' * Fixed broken text display in designer when changing ''TextAlignment'', ''Font'', or ''TextOffset'' properties. * Fixed problem with mouse cursor displaying when the screen was touched even though the [[.:jform#showmousecursor_property|jForm.ShowMouseCursor]] property was set to ''false''. * Major refactoring of text drawing and rendering. * Fixed Quadratic/Cubic curves in ''Path'' class. * Added ''Path'' constructor for user-created ''Path'' objects. * Added ''GetBrush'' methods to ''Stroke'' and ''Border'' classes. * Force re-paint when button is pressed to ensure the visual feedback is displayed. * Removed lock on custom font files when application exits. * Added dispose feature for internal image canvases on ''jForm'', ''jImage'', ''jImageButton'' * Added additional image format support: * PNG 32-bit 72-DPI * PNG 24-bit 96-DPI * PNG 24-bit 72-DPI * JPG 24-bit 96-DPI * JPG 24-DPI 72-DPI * BMP 24-bit 96-DPI * BMP 24-DPI 72-DPI * Added feature to show image resolution and dimensions in Visual Studio property grid. * Renamed default deployment directory in project templates. * Added sample project to installation folder. * Additional minor refactoring. ===== v1.0.0 ===== * Initial release.