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.
Reuben Thomas a41de9522b Add some openGL extension functions 6 years ago
..
juce_analytics Fixed some compiler warnings 7 years ago
juce_audio_basics Removed some erroneous noexcepts 6 years ago
juce_audio_devices MacOS: Enabled 352.8 kHz sample rates in the audio device 6 years ago
juce_audio_formats Fixed some gcc 8 compiler warnings 6 years ago
juce_audio_plugin_client Moved some VST version compiler warnings out of juce_CheckSettingMacros.h and into the VST wrapper so that JUCE_COMPILER_WARNING can be used 6 years ago
juce_audio_processors Whitespace 6 years ago
juce_audio_utils Clarified some Button LookAndFeel parameter names 6 years ago
juce_blocks_basics Fix for last BLOCKS check-in on linux 6 years ago
juce_box2d Fixed some gcc 8 compiler warnings 6 years ago
juce_core CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
juce_cryptography Bump version number to 5.3.2 7 years ago
juce_data_structures Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 6 years ago
juce_dsp Fixed some gcc 8 compiler warnings 6 years ago
juce_events Fixed a couple of typos 6 years ago
juce_graphics Made some more JUCE classes trivially copyable 6 years ago
juce_gui_basics SVG: Rescale image before transforming to ensure that it is the correct size 6 years ago
juce_gui_extra Add support for DPI aware applications on Windows 6 years ago
juce_opengl Add some openGL extension functions 6 years ago
juce_osc Fixed some gcc 8 compiler warnings 6 years ago
juce_product_unlocking Fixed a bug unlocking products with multiple machine numbers 6 years ago
juce_video Add support for DPI aware applications on Windows 6 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