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 17fb72f826 Tweak to the updating of the popup display value in Slider 7 years ago
..
application Updated file headers and the README with the JUCE 5 license 8 years ago
buttons Removed a few more old compiler workarounds 7 years ago
commands Updated file headers and the README with the JUCE 5 license 8 years ago
components Bit of tidying up in Component 7 years ago
drawables SVG parser: if font-size is unspecified for text, a non-zero default size is used 7 years ago
filebrowser Removed some old compiler bug workarounds 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 8 years ago
layout Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors 7 years ago
lookandfeel Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods 7 years ago
menus Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed 7 years ago
misc UnitTestRunner: Fixed some build warnings on Linux 8 years ago
mouse Fixed a scaling bug when doing drag auto-repeat 7 years ago
native Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h 7 years ago
positioning Suppressed a VS2013 assignment operator compiler warning 8 years ago
properties Removed a few more old compiler workarounds 7 years ago
widgets Tweak to the updating of the popup display value in Slider 7 years ago
windows Removed some old compiler bug workarounds 7 years ago
juce_gui_basics.cpp Avoided unnecessarily including the grid unit test code 7 years ago
juce_gui_basics.h Bump version number to 5.1.1 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago