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 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
..
juce_AlertWindow.cpp Ensure that pressing the escape key always dismisses an AlertWindow 7 years ago
juce_AlertWindow.h Add documentation tags 7 years ago
juce_CallOutBox.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_CallOutBox.h Add documentation tags 7 years ago
juce_ComponentPeer.cpp Ensured that any top-level component transforms are not applied twice 7 years ago
juce_ComponentPeer.h Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
juce_DialogWindow.cpp Some internal modernisation in windowing classes 7 years ago
juce_DialogWindow.h Add documentation tags 7 years ago
juce_DocumentWindow.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_DocumentWindow.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_NativeMessageBox.h Add documentation tags 7 years ago
juce_ResizableWindow.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_ResizableWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_ThreadWithProgressWindow.cpp Another batch of ScopedPointer cleanups 7 years ago
juce_ThreadWithProgressWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_TooltipWindow.cpp Allow multiple TooltipWindows as long as they do not share the same parent component 7 years ago
juce_TooltipWindow.h Allow multiple TooltipWindows as long as they do not share the same parent component 7 years ago
juce_TopLevelWindow.cpp Removed a newline between a jassert and its associated comment 7 years ago
juce_TopLevelWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago