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 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 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 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
commands Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 7 years ago
components 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
drawables 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
filebrowser Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 7 years ago
keyboard Some light modernisation of a bunch of old code 7 years ago
layout Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
lookandfeel Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 7 years ago
menus Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 7 years ago
misc 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
mouse Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
native Some light modernisation of a bunch of old code 7 years ago
positioning Some light modernisation of a bunch of old code 7 years ago
properties Fixed a typo in TextPropertyComponent 7 years ago
widgets Added support for multi-touch drag and drop 7 years ago
windows Some internal modernisation in windowing classes 7 years ago
juce_gui_basics.cpp 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
juce_gui_basics.h Bump version number to 5.1.2 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago