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.
Noah Dayan 1c21f34e21 Fix typo in juce_Button.h 7 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 7 years ago
buttons Fix typo in juce_Button.h 7 years ago
commands Another batch of ScopedPointer cleanups 7 years ago
components Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
drawables Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
filebrowser Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
keyboard Misc cleanups relating to ScopedPointer 7 years ago
layout More ScopedPointer/unique_ptr compatibility work 7 years ago
lookandfeel More ScopedPointer/unique_ptr compatibility work 7 years ago
menus More ScopedPointer/unique_ptr compatibility work 7 years ago
misc Another batch of ScopedPointer cleanups 7 years ago
mouse Standardised some lambda syntax 7 years ago
native Linux: Fixed a leaking XWindowSystem 7 years ago
positioning Removal of RelativeCoordinate classes from the Drawables 7 years ago
properties More ScopedPointer/unique_ptr compatibility work 7 years ago
widgets More ScopedPointer/unique_ptr compatibility work 7 years ago
windows Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
juce_gui_basics.cpp Add native content sharing support for iOS and Android 7 years ago
juce_gui_basics.h Tidied up some module dependencies 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago