The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Poole 670f77f80c Fixed some Android compiler warnings 6 years ago
..
juce_ContentSharer.cpp Fixed some Android compiler warnings 6 years ago
juce_ContentSharer.h Minor whitespace tidying 6 years ago
juce_DirectoryContentsDisplayComponent.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
juce_DirectoryContentsDisplayComponent.h Add documentation tags 7 years ago
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! 6 years ago
juce_DirectoryContentsList.h Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted 6 years ago
juce_FileBrowserComponent.cpp Reworked the logic in FileBrowserComponent::currentFileIsValid() to ensure that directories can't be selected when only browsing for files 6 years ago
juce_FileBrowserComponent.h Added various clang-tidy modernize-* fixes 6 years ago
juce_FileBrowserListener.h Add documentation tags 7 years ago
juce_FileChooser.cpp Minor whitespace tidying 6 years ago
juce_FileChooser.h Minor whitespace tidying 6 years ago
juce_FileChooserDialogBox.cpp Fixed some compiler warnings 6 years ago
juce_FileChooserDialogBox.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FileListComponent.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FileListComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FilePreviewComponent.h Added various clang-tidy modernize-* fixes 6 years ago
juce_FileSearchPathListComponent.cpp Standardised some lambda syntax 7 years ago
juce_FileSearchPathListComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FileTreeComponent.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FileTreeComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FilenameComponent.cpp Fixed the behaviour of FilenameComponent::getLocationToBrowse() when a default file has been set 6 years ago
juce_FilenameComponent.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ImagePreviewComponent.cpp Tidied up some comments and usage of File::createOutputStream() and createInputStream() 6 years ago
juce_ImagePreviewComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago