What’s new
———————————–
‘+’ = New feature
‘-‘ = Bug fixed or Removed
‘*’ = Improved or Changed
———————————–

===================================
Version 5.0
2019/01/18
===================================

+ Added supports for Delphi XE10.1(Berlin), XE10.2(Tokyo), XE10.3(Rio)

===================================
Version 4.94
2012/11/12
===================================

+ Newly supports RAD Studio XE3

===================================
Version 4.94
2012/08/09
===================================

– Fixed a bug of MDI Forms with menus

===================================
Version 4.93
2012/08/07
===================================

– Fixed a bug of TToolbar with RAD Studio XE2

– Fixed a bug of TSpeedButton for multiple lines of Caption

===================================
Version 4.92
2011/10/22
===================================

+ Newly supports RAD Studio XE2

===================================
Version 4.92
2011/04/18
===================================

– Fixed a bug about skinned TDateTime

===================================
Version 4.91
2010/10/21
===================================

+ Newly supports RAD Studio XE

===================================
Version 4.91
2010/03/13
===================================

– Fixed a bug about TSaveDialog with “ofOverWritePrompt” option.

===================================
Version 4.9
2009/11/14
===================================

* Improved the Tile for MDI forms

===================================
Version 4.8
2009/09/10
===================================

+ Newly supports RAD Studio 2010

===================================
Version 4.72
2009/08/08
===================================

– Fixed some minor bugs

===================================
Version 4.7
2008/12/30
===================================

+ Added the support for TurboPower Orpheus

+ Added the support for SMImport/SMExport

+ Added the support for WPTools 5

+ Added the support for Rave 7

===================================
Version 4.6
2008/9/7
===================================

+ Added RAD Studio 2009 support

+ Added “Diamond Olive” skin

===================================
Version 4.6
2008/4/26
===================================

* Improved the support for scrollbars of RichEdit like controls

* Improved the support for scrollbars of Grid like controls

===================================
Version 4.5
2008/3/7
===================================

* Improved the support for unicode (TNT controls)

– Fixed some minor bugs

===================================
Version 4.49
2007/12/5
===================================

– Fix a bug for running under Vista

– Fixed some minor bugs

===================================
Version 4.47
2007/09/28
===================================

– Fixed a bug about menu and TAction

– Fixed some minor bugs

===================================
Version 4.45
2007/06/24
===================================

+ Installation tool supports RAD Studio 2007 (Delphi & C++Builder)

===================================
Version 4.45
2007/05/29
===================================

– Fixed a minor bug of the installer for Delphi 2007

===================================
Version 4.45
2007/04/10
===================================

+ Installation tool supports Delphi 2007

===================================
Version 4.45
2006/11/01
===================================

+ Added a new property “AutoSkinWndClassNames”

+ Added the support for “SelStart”, “SelEnd” property of TTrackBar

===================================
Version 4.42
2006/10/16
===================================

* Improved some details to make it better for Windows Vista (RC1)

+ Added a new property “NoChangeButtonsFontColor”

+ Added a new event “OnSkinChanging”

===================================
Version 4.4
2006/10/11
===================================

+ Added full support for menu merging for MDI applications

– Fixed some minor bugs

===================================
Version 4.31
2006/10/09
===================================

+ “JAM Software ShellBrowser for Delphi / C++Builder” is added to the supported 3rd party controls list

===================================
Version 4.3
2006/09/22
===================================

+ Added the support for gradient color and background image on menu and tool bar

===================================
Version 4.21
2006/08/21
===================================

– Fixed the bug for Folder Browser dialog

– Fixed the bug for painting the scrollbars of a control

===================================
Version 4.2
2006/08/04
===================================

+ Added the support for Windows Vista Beta2

===================================
Version 4.11
2006/07/07
===================================

– Fixed the bug for showing caption of minimized MDI Child forms

===================================
Version 4.1
2006/04/13
===================================

* Fixed the skin appearance for TOpenPictureDialog/TSavePictureDialog and other customed dialogs

===================================
Version 4.0
2006/03/24
===================================

+ Fully supports Sunisoft Skin Solutions v2
Upgraded specification for skin description, more flexible in design and implementation.
A brand new SkinBuilder tool which is much easier to use for UI/skin designers.
Added the support for password protected skin file.
Decreased the size of the skin file much.
Supports more flexible design for the shape of a window. Just use transparent color to define non-rectangle title bar and/or bottom border.
Supports 5 sections definition for title bar, so that a special section can be designed for showing the caption of the window.
Added the definition for title bar font color.
Improved definition for progress bars.
Added the definition for main menu bar.
Added the definition for button font color.
Added the support for indeterminate status of check boxes.

* Improved the skin effect of the slider of scroll bars.

+ Added the support for skinning the header of TListView.

+ Added the support for skinning TComboBoxEx.

* Removed the flicker of single skinned TScrollBar control.

===================================
Version 3.5
2006/01/25
===================================

* Improved the compatibility for (very) large fonts environment

===================================
Version 3.4
2006/01/07
===================================

+ C++Builder 2006 is supported

===================================
Version 3.4
2005/12/05
===================================

+ Delphi 2006 is supported

===================================
Version 3.4
2005/11/21
===================================

+ Added the support for “WindowMenu” for MDI applications

+ Added the support for the dialogs by InputQuery()

===================================
Version 3.3
2005/11/09
===================================

+ Added the support for “Tabbed Docking” and “Conjoined Docking”

===================================
Version 3.21
2005/09/08
===================================

+ Added the unit-support for “Spin”

===================================
Version 3.2
2005/08/31
===================================

+ Added the support for showing images on top-level menu item

===================================
Version 3.1
2005/06/21
===================================

+ Added the support for InfoPower package

===================================
Version 3.01
2005/05/09
===================================

– Fixed the bug for forms with BorderStyle=bsNone

– Fixed the bug for skinning TCustomForm(not TForm)

– Fixed the bug for skinning the TControlBar

* Improved the compatibility with QuickReport

===================================
Version 3.0
2005/05/01
===================================

+ Added the ability for skinning Windows dialogs
E.g. Open/Save file dialogs, Font/Color dialogs, Print dialogs, etc.

+ Added the full support for third-party controls

+ Added OnSkinChanged event

+ New skins are available

+ Specification of the skin is available, so that you can design your own skins easily

+ BidiMode is supported

+ Docking forms are supported

* Optimized the painting and displaying performance.
Improved the speed of displaying forms/dialogs and removed the flicker of some controls.
E.g. Buttons, PageControls, ProgressBar, etc.

* Improved the specification of Sunisoft Skin files to support many new features

– Fixed some minor bugs, E.g. The AutoHotkeys property of main menu doesn’t work

===================================
Version 2.4
2005/04/12
===================================

+ Added the support for “DevExpress QuantumGrid”, “Raize Components”, “TMS Pack”

– Fixed many minor bugs

===================================
Version 2.3
2005/01/20
===================================

– Fixed the bug “Program crash when quiting in some case”

+ Added the compatibility for Win95/NT4

===================================
Version 2.2
2005/01/12
===================================

– Applied several critical bug fixed patches

===================================
Version 2.1
2005/01/05
===================================

* Improved the drawing for scrollbars, no flicking when draging now

===================================
Version 2.0
2005/01/01
===================================

+ Added the ability for skinning multiple forms automatically

+ Added the ability for skinning dialogs automatically

+ Added the ability for compiling multiple skin files into the EXE file

+ Added the ability for switching multiple built-in skins at run-time

===================================
Version 1.8
2004/12/18
===================================

+ Add support for Tnt Delphi UNICODE Controls

+ Add ResSysMenu* properties to support multilingual request

– Some minor bugs fixed

===================================
Version 1.7
2004/12/08
===================================

* Embeded form supported

* Forms with BorderStyle is bsNone supported

* Improved the compatibility for DevExpress QuantumGrid

– Fixed the bug of incorrect drawing of TStatusBar with non-default height

===================================
Version 1.6
2004/11/25
===================================

+ Newly supports Delphi 2005 (Win32 part)

===================================
Version 1.6
2004/11/18
===================================

+ Add “DrawScrollBar” property for TsuiSkinEngine

===================================
Version 1.5
2004/10/28
===================================

* Improved the compatibility with some third-party VCL controls

===================================
Version 1.4
2004/09/26
===================================

+ Add “BuiltIn” property for TsuiSkinEngine.
Now you can build the skin file into the EXE file,
so that you can distribute the EXE file standard alone

===================================
Version 1.3
2004/09/17
===================================

+ TScrollBox supported

– Fixed many minor bugs.

===================================
Version 1.2
2004/08/25
===================================

+ Add shortcut key support for menus

===================================
Version 1.1
2004/07/06
===================================

+ TFrame supported

===================================
Version 1.0
2004/06/30
===================================

First release