.. |
juce_ContentSharer.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_ContentSharer.h
|
Re-structured the low-level Android native code
|
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
|
Only send a single change message when DirectoryContentsList::refresh() is invoked
|
7 years ago |
juce_DirectoryContentsList.h
|
Fixed a data race when iterating directory contents
|
7 years ago |
juce_FileBrowserComponent.cpp
|
FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file)
|
7 years ago |
juce_FileBrowserComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_FileBrowserListener.h
|
Add documentation tags
|
7 years ago |
juce_FileChooser.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_FileChooser.h
|
Cleaned up some doc comments
|
6 years ago |
juce_FileChooserDialogBox.cpp
|
Added an option to specify a parent component when creating a file chooser
|
6 years ago |
juce_FileChooserDialogBox.h
|
Added an option to specify a parent component when creating a file chooser
|
6 years ago |
juce_FileListComponent.cpp
|
FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file)
|
7 years ago |
juce_FileListComponent.h
|
Add documentation tags
|
7 years ago |
juce_FilePreviewComponent.h
|
Add documentation tags
|
7 years ago |
juce_FileSearchPathListComponent.cpp
|
Standardised some lambda syntax
|
7 years ago |
juce_FileSearchPathListComponent.h
|
Add documentation tags
|
7 years ago |
juce_FileTreeComponent.cpp
|
Added a method OptionalScopedPointer::reset()
|
7 years ago |
juce_FileTreeComponent.h
|
Add documentation tags
|
7 years ago |
juce_FilenameComponent.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_FilenameComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ImagePreviewComponent.cpp
|
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
|
6 years ago |
juce_ImagePreviewComponent.h
|
Add documentation tags
|
7 years ago |