Skip to content

v0.8.5

Compare
Choose a tag to compare
@texus texus released this 06 Apr 11:11
· 151 commits to 0.8 since this release

Changelog:

  • Big improvements to Gui Builder
  • Svg images are now supported
  • ComboBox can now contain some text when no item is selected
  • Added function to ComboBox to disallow changing the selected item by scrolling the mouse wheel
  • Added RightClicked signal to ListView
  • Added functions to ListView to change existing items
  • Support typing tabs in TextBox (if tab usage is disabled in gui)
  • Added function to signals to temporarily disable callbacks
  • Added addition and subtraction operators to Outline
  • ChildWindow can now have a different border color in focused state
  • Added function to select item in TreeView
  • EditBox::setInputValidator now returns false when regex was invalid
  • Let ComboBox send the ItemSelected event only after the mouse is released
  • TitleBarHeight property of default renderer was ignored in ChildWindow
  • Label didn't ignore events after ignoreMouseEvents was called
  • Adding space around widgets in Grid to fill the given size wasn't working properly
  • Loading widget from file failed when min or max was used in layout strings