.. |
juce_ContentSharer.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
7 years ago |
juce_ContentSharer.h
|
ContentSharing: minor tweaks.
|
7 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
|
Added DirectoryContentsDisplayComponent::ColourIds::highlightedTextColourId and removed a line in LookAndFeel_V4::drawFileBrowserRow() that could result in multiple unnecessary repaints
|
7 years ago |
juce_DirectoryContentsList.cpp
|
Assorted threading and undefined behaviour fixes
|
7 years ago |
juce_DirectoryContentsList.h
|
Assorted threading and undefined behaviour fixes
|
7 years ago |
juce_FileBrowserComponent.cpp
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileBrowserComponent.h
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileBrowserListener.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_FileChooser.cpp
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
7 years ago |
juce_FileChooser.h
|
Updated the documentation to include a MacOS caveat to the FileChooser
|
7 years ago |
juce_FileChooserDialogBox.cpp
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileChooserDialogBox.h
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileListComponent.cpp
|
Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers
|
7 years ago |
juce_FileListComponent.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_FilePreviewComponent.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_FileSearchPathListComponent.cpp
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileSearchPathListComponent.h
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
juce_FileTreeComponent.cpp
|
Added a method OptionalScopedPointer::reset()
|
7 years ago |
juce_FileTreeComponent.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_FilenameComponent.cpp
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
juce_FilenameComponent.h
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
juce_ImagePreviewComponent.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_ImagePreviewComponent.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |