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.
jules 7ab4d1708b Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
..
juce_ActionBroadcaster.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
juce_ActionBroadcaster.h Add documentation tags 7 years ago
juce_ActionListener.h Add documentation tags 7 years ago
juce_AsyncUpdater.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
juce_AsyncUpdater.h Add documentation tags 7 years ago
juce_ChangeBroadcaster.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_ChangeBroadcaster.h Add documentation tags 7 years ago
juce_ChangeListener.h Add documentation tags 7 years ago