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.
hogliux 1a9df22eee Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 7 years ago
..
application Updated file headers and the README with the JUCE 5 license 8 years ago
buttons Button: Added a getTriggeredOnMouseDown method 7 years ago
commands Updated file headers and the README with the JUCE 5 license 8 years ago
components Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus 7 years ago
drawables Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
filebrowser JUCE Demo: Increased the compiler warning level 7 years ago
keyboard Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
layout Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
lookandfeel Fixed an issue in LookAndFeel v4 which would always override the combobox justification 7 years ago
menus Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd 8 years ago
misc UnitTestRunner: Fixed some build warnings on Linux 8 years ago
mouse Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource 7 years ago
native Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 7 years ago
positioning Suppressed a VS2013 assignment operator compiler warning 8 years ago
properties Added a method to TextPropertyComponent to set whether it should respond to file drag and drop 8 years ago
widgets Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
windows Misc code cleanups 8 years ago
juce_gui_basics.cpp Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 8 years ago
juce_gui_basics.h Bump version number to 5.1.0 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago