1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/modules/juce_gui_basics/filebrowser
2019-05-15 11:02:03 +01:00
..
juce_ContentSharer.cpp Minor whitespace tidying 2019-03-15 14:10:14 +00:00
juce_ContentSharer.h Minor whitespace tidying 2019-03-15 14:10:14 +00:00
juce_DirectoryContentsDisplayComponent.cpp
juce_DirectoryContentsDisplayComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DirectoryContentsList.cpp Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
juce_DirectoryContentsList.h Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted 2019-02-19 12:06:04 +00:00
juce_FileBrowserComponent.cpp Reworked the logic in FileBrowserComponent::currentFileIsValid() to ensure that directories can't be selected when only browsing for files 2019-04-29 11:24:22 +01:00
juce_FileBrowserComponent.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_FileBrowserListener.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileChooser.cpp Minor whitespace tidying 2019-03-15 14:10:14 +00:00
juce_FileChooser.h Minor whitespace tidying 2019-03-15 14:10:14 +00:00
juce_FileChooserDialogBox.cpp Fixed some compiler warnings 2019-05-01 11:55:33 +01:00
juce_FileChooserDialogBox.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FileListComponent.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FileListComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FilenameComponent.cpp Fixed the behaviour of FilenameComponent::getLocationToBrowse() when a default file has been set 2019-04-29 10:18:45 +01:00
juce_FilenameComponent.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_FilePreviewComponent.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_FileSearchPathListComponent.cpp
juce_FileSearchPathListComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FileTreeComponent.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FileTreeComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ImagePreviewComponent.cpp Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
juce_ImagePreviewComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00