MyGUI v3.2.2 Release Notes

  • 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.