Skip to content

Releases: besh81/nana-creator

Developing v0.19.0

03 May 10:38
Compare
Choose a tag to compare
  • 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

04 Mar 13:38
Compare
Choose a tag to compare
  • some code fixes to allow nana creator to run on raspberri pi
  • updated pugixml lib to version 1.9

Developing v0.18.0

07 Feb 13:35
3738b2c
Compare
Choose a tag to compare
  • 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

10 Jan 13:50
Compare
Choose a tag to compare
  • 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