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 fcecf67ab3 Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 7 years ago
..
application Fixed a couple more documentation typos 7 years ago
buttons Clarified some Button LookAndFeel parameter names 7 years ago
commands Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
components Added an assertion in Component to prevent accidental component recursion 7 years ago
drawables Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
filebrowser Added an option to specify a parent component when creating a file chooser 7 years ago
keyboard Made some JUCE classes TriviallyCopyable 7 years ago
layout Clarified some Button LookAndFeel parameter names 7 years ago
lookandfeel Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 7 years ago
menus Removed some erroneous noexcepts 7 years ago
misc Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
mouse Fixed a z-order bug when DragAndDrop-ing between plug-in windows 7 years ago
native Moved some notification center addObserver calls in NSViewComponentPeer's constructor to after the window has been created 7 years ago
positioning Add documentation tags 8 years ago
properties Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
widgets Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 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