forked from peters/winforms-modernui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
32 lines (26 loc) · 1.7 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Changelog File
-----------------------------------------------------------------------------------
SW 2013-02-20 17:03 - AssemblyVersion 1.1.0.0
-----------------------------------------------------------------------------------
* MetroForm has new Property DisableHeader to hide HeaderText
* Scrollbar has new Property ScrollbarSize to manually define Scrollbar thickness
* MetroLocalize now renders default language correctly if localization file could not be found
* MetroTextbox is resizable again
* ProgressSpinner does not spin in DesignMode and Spinning is changed to TRUE as default
-----------------------------------------------------------------------------------
SW 2013-02-20 - AssemblyVersion 1.1.0.0
-----------------------------------------------------------------------------------
* Changed AssemblyVersion
* Refactored ProgressBar and TabControl to fit the default MetroDesign
* Refactored all Controls to be more stable
* Stripped out and cleaned up overall code structure
* Removed DWM Glass Extend on Vista/7 because was to buggy
* Implemented ShadowForm to create a custom shadow for all forms
* Set FormBorderStyle=None as Default on all plattforms
* Implemented new controls: MetroProgressSpinner, MetroComboBox
* Currently under construction: MetroContextMenuStrip
* Fixed Scrollbar Behaviour overall (Problem in TabControl occurs everywhere... The ScrollValue calculation has to be extended to use the ThumbSize also!)
* Implemented translation class (MetroLocalize) to localize used texts in controls (at this moment only for MetroToggle)
* Implemented GripSizeDisplay on MetroForm
* Added support for window startup location
-----------------------------------------------------------------------------------