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.
Tom Poole 47ce713d0b Added Component::isPaintingUnclipped 8 years ago
..
application Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
buttons Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
commands Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
components Added Component::isPaintingUnclipped 8 years ago
drawables Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 8 years ago
filebrowser Clean-up the temporary file if the file chooser was canceled or failed 8 years ago
keyboard Replaced some old juce-style sort operations with std::sort and lambdas 8 years ago
layout Added documentation for juce_Grid.h and juce_GridItem.h 8 years ago
lookandfeel Fixed a conversion warning 8 years ago
menus Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 8 years ago
misc Disabled mouse interactions with the splash screen once it has started fading 8 years ago
mouse Increased the movement tolerance for double-clicks when using a touch input source 8 years ago
native FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 8 years ago
positioning Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 8 years ago
properties Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 8 years ago
widgets Added ComboBox::ColourIds::focusedOutlineColourId 8 years ago
windows Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_gui_basics.cpp Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 8 years ago
juce_gui_basics.h Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 8 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago