| .. |
|
juce_ContentSharer.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_ContentSharer.h
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00:00 |
|
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!
|
2017-11-28 16:18:40 +00:00 |
|
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
|
Fixed some more typos
|
2020-01-07 08:53:23 +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
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_FileSearchPathListComponent.cpp
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
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
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +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 |