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.
ed a1363c1825 Slider: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods. 7 years ago
..
application Fixed a couple more documentation typos 7 years ago
buttons Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
commands Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
components Added missing JUCE_API export attribute to ModalCallbackFunctiojn 7 years ago
drawables Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
filebrowser Fixed a data race when iterating directory contents 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 Fixed a bug in Grid where the area calculation could terminate early 7 years ago
lookandfeel Tidied up some more old typedefs 7 years ago
menus Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
misc BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 7 years ago
mouse Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 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 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
widgets Slider: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods. 7 years ago
windows Ensured that any top-level component transforms are not applied twice 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