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 d8d2f5d0f4 Added new SystemStats::getDeviceManufacturer() 7 years ago
..
juce_analytics Fixed an intermittent test failure 7 years ago
juce_audio_basics Added some move constructors for MidiFile, and tidied-up its internals a bit 7 years ago
juce_audio_devices Linux: Fixed a MIDI port read/write mixup 7 years ago
juce_audio_formats Removed a couple of places where ancient 3rd party library code still used the register keyword 7 years ago
juce_audio_plugin_client AUv3: Fixed an issue when destructing an AUv3 on a non-message thread 7 years ago
juce_audio_processors AU: Fixed a bug setting default values for discrete parameters 7 years ago
juce_audio_utils Minor formatting fixes 7 years ago
juce_blocks_basics Added documentation to enums in the Blocks module 7 years ago
juce_box2d Bump version number to 5.2.0 7 years ago
juce_core Added new SystemStats::getDeviceManufacturer() 7 years ago
juce_cryptography 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_data_structures Added some missing types to the ValueTree::Iterator class 7 years ago
juce_dsp Added an AudioBlock::multiply() overload for LinearSmoothedValue 7 years ago
juce_events Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 7 years ago
juce_graphics Fix for CoreGraphics clipping to zero-winding paths 7 years ago
juce_gui_basics Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately 7 years ago
juce_gui_extra Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_opengl OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 7 years ago
juce_osc 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_product_unlocking Fixed a bug in TracktionMarketplaceStatus::readReplyFromWebserver() that would cause it to fail if all the data was not read at once 7 years ago
juce_video Tidied up some module dependencies 7 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. 8 years ago