Skip to content

MyGUI 3.2.2

Compare
Choose a tag to compare
@Altren Altren released this 26 Jan 15:58
· 588 commits to master since this release

Core

  • Fixed eventChangeMouseFocus and eventChangeKeyFocus not being triggered in certain cases.

Widgets

  • ComboBox: Fixed mouse events incorrectly going to the widget below the ComboBox when clicking on an item.
  • ScrollBar: Added button repeat support, ScrollBar buttons will trigger repeatedly so long as the mouse is held down.

Platforms

  • OpenGLPlatform: Added option to use system GLEW library.
  • OgrePlatform: Improved performance of OgreDataManager::isDataExist.
  • OgrePlatform: Fixed build failure regarding boost libraries used by Ogre not being found.

Resources

  • ResourceManualFont: Added API to create a ResourceManualFont in code rather than from XML.

Tools

  • Fixed broken file dialog directory listing on Linux and make sure files are sorted.