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 4280b51d09 Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 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 Clarified some Button LookAndFeel parameter names 7 years ago
menus Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER 7 years ago
misc Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
mouse Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 7 years ago
native Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 7 years ago
positioning Add documentation tags 7 years ago
properties Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
widgets Some misc cleanups, mainly around WeakReference usage and rectangles 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