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.
hogliux 98b76b54de Fixed an issue in LookAndFeel v4 which would always override the combobox justification 7 years ago
..
juce_audio_basics Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
juce_audio_devices Android: Add workaround for devices which falsely report supporting floating point audio 7 years ago
juce_audio_formats Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 7 years ago
juce_audio_plugin_client VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again 7 years ago
juce_audio_processors Added an extra forced resize callback in linux VST hosting to avoid some repaint issues 7 years ago
juce_audio_utils Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
juce_blocks_basics Blocks/api (#18) 7 years ago
juce_box2d JUCE Demo: Increased the compiler warning level 7 years ago
juce_core Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
juce_cryptography Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 7 years ago
juce_data_structures Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 7 years ago
juce_events Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device. 8 years ago
juce_graphics Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
juce_gui_basics Fixed an issue in LookAndFeel v4 which would always override the combobox justification 7 years ago
juce_gui_extra Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
juce_opengl Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 7 years ago
juce_osc Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 7 years ago
juce_product_unlocking Bump version number to 5.0.2 8 years ago
juce_video Andorid: Removed some android video stubs which could cause a crash on application startup 8 years ago
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 7 years ago