You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: FileChooser file sorting options available under right click menu
Added: FileChooser#setSorting(FileSorting) and #setSortingOrderAscending along with appropriate getters
Added: FileChooser#setSaveLastDirectory - allows to automatically remember last directory user browsed between app launches, disabled by default
Fixed: VisSplitPane was not restoring default cursor when user dragged pointer outside od pane area
Fixed: #188 - same instance of VisDialog couldn't be closed for the second time using close button
Fixed: FileChooser NPE when user right clicked last file item after deleting all others files
Fixed: FileChooser Duplicated instances of same disk could be visible on list when chooser was displayed right after creating
Fixed: #196 - ColorPicker sending old color to listener instead of new
Changed: FileChooser in save mode with active file type filter rule will automatically append rule extensions if user have't typed extension or extension was wrong
Changed: FileChooser now shows files modified date when using details view mode
Changed: FileChooser will no longer show files when selection mode is DIRECTORIES - this behaviour can be changed in DefaultFileFilter
Changed: When VisWindow#fadeOut() is called then window touchable is set to disabled. Additionally keyboard focus is reset if any window child Actor owns keyboard focus.
This is done to prevent user input after fade out animation has started.
After fade out has finished window touchable property will be restored to previous value which was set before fade out started.
Skin changes:
Added: VisTextArea added style: textArea - no background drawable and focus border is disabled
Added: FileChooserStyle added Drawable: contextMenuSelectedItem - used to mark active item in context menu (by default vis-radio-tick)