Skip to content

v0.8.1

Compare
Choose a tag to compare
@texus texus released this 15 Oct 20:37
· 297 commits to 0.8 since this release

Changelog:

  • Submenus are now supported in MenuBar
  • Menus can now be disabled in MenuBar and given a different text color
  • You can now connect a signal handler to a single menu item in MenuBar
  • ChildWindow position can be locked to disable dragging it
  • Scrollbar thumb should not become smaller than the scrollbar width
  • Percentage in layout no longer includes the outline of the parent
  • MenuBar didn't work when moved and inverted menu direction was broken
  • Text size in MenuBar was reset when changing font
  • Handle delete button on android correctly when using SFML >= 2.5
  • ChildWindow callback with unbound parameter caused crash

The 0.8.1b release adds files to lib/cmake/TGUI which are needed to use the precompiled libraries in a project using cmake. The dll files have also been moved from the lib folder to a new bin folder.