1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/filebrowser
attila a400d3ebe0 FileTreeComponent: Use incremental updates after refresh to avoid losing UI state
Previously when using the FileBrowserComponent in TreeView mode, a
refresh would delete all items and rebuild the UI based on new
directory scan data, losing the openness state in the process. With
this commit only changes are applied to the current TreeView.
2023-04-19 08:54:50 +02:00
..
juce_ContentSharer.cpp ContentSharer: Update interface to return safer ScopedMessageBox instances 2023-03-27 11:54:37 +01:00
juce_ContentSharer.h ContentSharer: Update interface to return safer ScopedMessageBox instances 2023-03-27 11:54:37 +01:00
juce_DirectoryContentsDisplayComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DirectoryContentsDisplayComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DirectoryContentsList.cpp DirectoryContentsList: Ensure change notification is sent after search completes 2022-09-29 12:05:43 +01:00
juce_DirectoryContentsList.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileBrowserComponent.cpp Widgets: stop calling repaint in lookAndFeelChanged() 2023-03-22 14:59:15 +00:00
juce_FileBrowserComponent.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00
juce_FileBrowserListener.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileChooser.cpp GUI Basics: Refactor juce_gui_basics file structure 2023-03-16 08:53:12 +00:00
juce_FileChooser.h Android: Added the ability to associate a particular file-extension to a mime-type at runtime 2022-11-02 20:27:20 +01:00
juce_FileChooserDialogBox.cpp GUI Basics: Refactor juce_gui_basics file structure 2023-03-16 08:53:12 +00:00
juce_FileChooserDialogBox.h ScopedMessageBox: Replace old AlertWindow uses with new API 2023-02-22 21:00:17 +00:00
juce_FileListComponent.cpp GUI Basics: Refactor juce_gui_basics file structure 2023-03-16 08:53:12 +00:00
juce_FileListComponent.h FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 2022-09-27 15:18:22 +01:00
juce_FilenameComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FilenameComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FilePreviewComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileSearchPathListComponent.cpp FileSearchPath: Allow working with paths that are not necessarily absolute 2023-02-01 23:05:51 +00:00
juce_FileSearchPathListComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileTreeComponent.cpp FileTreeComponent: Use incremental updates after refresh to avoid losing UI state 2023-04-19 08:54:50 +02:00
juce_FileTreeComponent.h FileTreeComponent: Use incremental updates after refresh to avoid losing UI state 2023-04-19 08:54:50 +02:00
juce_ImagePreviewComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImagePreviewComponent.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00