Skip to content

VisUI 1.1.5

Compare
Choose a tag to compare
@kotcrab kotcrab released this 03 Aug 11:24
· 209 commits to master since this release

Version: 1.1.5 (LibGDX 1.9.3)

  • API Changed: VisTextField#setCurosrAtTextEnd renamed to setCursorAtTextEnd (typo)
  • Added: Tooltip#getTarget
  • Added: MenuItem constructors taking style name
  • Changed: It's now impossible to create FileTypeFilter Rule without providing at least one extension
  • Changed: FileTypeFilter select box won't be shown when FileChooser SelectionMode is set to DIRECTORIES
  • Changed: FileChooser now can be closed by pressing enter when file name field has focus
  • Changed: Dialogs#showOKDialog can be closed using enter and escape key
  • Changed: #176 (comment) - FileChooser path text field will now show end of the path when it's too long
  • Changed: FileChooser will fallback to default directory when setDirectory is called with invalid file handle (either non existing path or pointing to file)
    • Fixes possible crash when current directory is removed while it's open in file chooser
    • Removed protected handleAsyncError, no longer needed