8000 Release v0.8.7 · texus/TGUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.8.7

Compare
Choose a tag to compare
@texus texus released this 08 Feb 13:54
· 50 commits to 0.8 since this release

Changelog:

  • TextBox can now have a default text that is displayed when it is empty (PR #117)
  • Added SignalManager class to connect signals by widget name (even if widget not loaded yet) (PR #112)
  • Added setTextSize function to Widget and Gui to allow changing text sizes globally
  • Improved TextureManager to only load image once if different parts of image are requested
  • Index as optional parameter in SignalItem (which was added in 0.8.6) didn't actually work yet
  • MenuItemClicked signal is now also emitted when clicking on menu that has no menu items
  • Added option to not replace existing widgets when loading widgets from file
  • Added isAnimationPlaying function to Widget (for the show and hide animations)
  • Fixed linking issues when compiling TGUI as a static library while dynamically linking SFML
  • MousePressed signal in ListBox is now send after the selected item changed instead of before
0