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 557b4f99ac Fix for START_JUCE_APPLICATION when windows.h has been included. 13 years ago
..
juce_audio_basics Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 13 years ago
juce_audio_devices Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 13 years ago
juce_audio_formats Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 13 years ago
juce_audio_plugin_client Allowed overriding of the dictionary key used in AU state storage. 13 years ago
juce_audio_processors AU plugin hosting: now sends events when parameters change. 13 years ago
juce_audio_utils Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
juce_browser_plugin Version number bump. 13 years ago
juce_core Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
juce_cryptography Version number bump. 13 years ago
juce_data_structures Added a get() method to ReferenceCountedObjectPtr. 13 years ago
juce_events Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
juce_graphics Workarounds for some c++11 compiler warnings. 13 years ago
juce_gui_basics Fix for START_JUCE_APPLICATION when windows.h has been included. 13 years ago
juce_gui_extra Added a get() method to ReferenceCountedObjectPtr. 13 years ago
juce_opengl Workarounds for some c++11 compiler warnings. 13 years ago
juce_video Fix for GCC syntax problem. 13 years ago