* Fixed bug: color value setting to None when presing Cancel on color selector. * Add '.png' format to Stockimage if tk version support it. fixes 36 * Minor changes to main UI.
0.9.6.5
* Fixed bug on menu creation. * Fixed issues 14 and 22 * Added helper method to avoid call get_variable for every variable. refs 29
0.9.6.4
* Fixed bug 33 "Wrong textvariable format when create ui file"
0.9.6.3
* Use old menu preview on platforms other than linux (new preview does not work on windows)
0.9.6.2
* Property editors rewritten from scratch * Improved menu preview * Added font property editor * Fixed menu issues
0.9.5.1
* Add select hotkey to widget tree. (i - select previous item, k - select next item) * Copied menu example from wiki to examples folder.