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 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
..
application Fixed a couple more documentation typos 7 years ago
buttons Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
commands Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
components Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
drawables Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
filebrowser Only send a single change message when DirectoryContentsList::refresh() is invoked 7 years ago
keyboard Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
layout Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
lookandfeel Tidied up some more old typedefs 7 years ago
menus Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
misc BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 7 years ago
mouse Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
native Tidied up some broken use of std::unique_ptr for holding linux handles 7 years ago
positioning Add documentation tags 7 years ago
properties Increased shadowing warning level, and fixed a few warnings that were generated 7 years ago
widgets Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
windows Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_gui_basics.cpp Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
juce_gui_basics.h Bump version number to 5.3.2 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago