| .. |
|
juce_ContentSharer.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ContentSharer.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01: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
|
Only send a single change message when DirectoryContentsList::refresh() is invoked
|
2018-06-18 09:55:08 +01:00 |
|
juce_DirectoryContentsList.h
|
Fixed a data race when iterating directory contents
|
2018-05-21 13:17:16 +01:00 |
|
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)
|
2018-02-09 12:25:35 +00:00 |
|
juce_FileBrowserComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_FileBrowserListener.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FileChooser.cpp
|
Added an option to specify a parent component when creating a file chooser
|
2018-07-10 17:41:40 +01:00 |
|
juce_FileChooser.h
|
Added an option to specify a parent component when creating a file chooser
|
2018-07-10 17:41:40 +01:00 |
|
juce_FileChooserDialogBox.cpp
|
Added an option to specify a parent component when creating a file chooser
|
2018-07-10 17:41:40 +01:00 |
|
juce_FileChooserDialogBox.h
|
Added an option to specify a parent component when creating a file chooser
|
2018-07-10 17:41:40 +01:00 |
|
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)
|
2018-02-09 12:25:35 +00:00 |
|
juce_FileListComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FilenameComponent.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
juce_FilenameComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_FilePreviewComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FileSearchPathListComponent.cpp
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
juce_FileSearchPathListComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FileTreeComponent.cpp
|
Added a method OptionalScopedPointer::reset()
|
2017-12-13 11:05:22 +00:00 |
|
juce_FileTreeComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ImagePreviewComponent.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ImagePreviewComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |