Releases: besh81/nana-creator
Releases · besh81/nana-creator
Developing v0.19.0
- linked nana 1.7.1
- update filebox/folderbox to new version
- propertygrid: added tooltip ans set functions (thanks to: JamesBremner)
- propertygrid: now properties are update also on focus lost (thanks to: JamesBremner)
- items_dialog: new add item/separator method. Now item/separator is added at the same level of the selected item
- items_dialog: fixed bug in menubar. Now separator can only be added to submenu
Developing v0.18.1
- some code fixes to allow nana creator to run on raspberri pi
- updated pugixml lib to version 1.9
Developing v0.18.0
- linked nana 1.7 (develop)
- added schema properties: listbox
- new propertygrid control:
- added ibox (default value management)
- pg_color: new layout
- minor code improvements & bug fixes
Developing v0.17.0
- notebook: added tabs weight
- checkbox: fixed bug in radio group initialization
- propertygrid: disabled items now have greyed label too
- added control properties: button, checkbox, combox, listbox, menubar, panel, picture, progress, textbox, toolbar, treebox
- new items_dialog exchange format used in collectable items: collapse, combox, listbox, menubar, tabbar, toolbar (LOST COMPATIBILITY WITH PREVIOUS VERSIONS)
- removed Tokenizer lib
- updated all the guis created with nana-creator
- improved code generation
- fixed some minor bugs/code