Skip to content

VisUI 1.4.0

Compare
Choose a tag to compare
@kotcrab kotcrab released this 15 Dec 10:37
· 106 commits to master since this release

Version: 1.4.0 (LibGDX 1.9.6)

  • Added: #259 VisImageTextButton#setGenerateDisabledImage(boolean) along with getter, added VisImageButton#isGenerateDisabledImage
  • Added: #260 FileChooser#setDefaultFileName(String)
  • Added: #279 ToastManager(Group) constructor
  • Fixed: #255 Custom cursor handling in VisSplitPane and MultiSplitPane
  • Fixed: #262 FileChooser was not updating selected file list when text was cut or pasted into file name field
  • Fixed: FileChooser file name suggestion menu was not updating file name field when navigating suggestion list using arrow keys
  • Fixed: #273 Fixed rare crash when doing undo in VisTextField can cause IllegalStateException
  • #252 Spinner now implements Disableable
  • Improved: #264 Added Turkish diacritics, added currency symbols: €, ¥
  • Changed: #272 VisTextField and subclasses will now use style.backgroundOver when field has keyboard focus or mouse is over it (previously it was only shown on mouse over)