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 c24c06d2bb Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 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 More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_audio_plugin_client iOS: Added memory warning callbacks 7 years ago
juce_audio_processors Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files 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 8 years ago
juce_core Re-saved all projects. 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 an initialiser list based ValueTree constructor 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 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
juce_gui_basics Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 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 More ScopedPointer/unique_ptr compatibility work 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