| .. |
|
juce_analytics
|
Fixed some compiler warnings
|
7 years ago |
|
juce_audio_basics
|
Fixed an invalid memory read when handling MIDI reset messages
|
7 years ago |
|
juce_audio_devices
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
7 years ago |
|
juce_audio_formats
|
Replaced another call to InputStream::skipNextBytes() with ::setPosition() in CoreAudioFormatMetatdata::read()
|
7 years ago |
|
juce_audio_plugin_client
|
VST3: Set the isStretchingTop/Left/Bottom/Right arguments of ComponentBoundsConstrainer::checkBounds() to fix some resizing issues when using a constrainer with a fixed aspect ratio
|
7 years ago |
|
juce_audio_processors
|
VST3: Use the version of MidiBuffer::Iterator::getNextEvent() which deals with the raw MidiBuffer data in MidiEventList::toEventList() to fix a use-after-free bug with SysEx message data
|
7 years ago |
|
juce_audio_utils
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
7 years ago |
|
juce_blocks_basics
|
Clarified the documentation for some LittleFoot functions
|
7 years ago |
|
juce_box2d
|
Fixed some gcc 8 compiler warnings
|
7 years ago |
|
juce_core
|
Made an assertion in MemoryOutputStream::write() slightly more forgiving
|
7 years ago |
|
juce_cryptography
|
Multiple spelling fixes
|
7 years ago |
|
juce_data_structures
|
Fixed a documentation typo
|
7 years ago |
|
juce_dsp
|
DSP: Fixed some errors in the previous commit
|
7 years ago |
|
juce_events
|
Fixed a couple of typos
|
7 years ago |
|
juce_graphics
|
Added a LookAndFeel method to modify Label borders
|
7 years ago |
|
juce_gui_basics
|
Don't cancel ThreadWithProgressWindow when it isn't the foremost modal component to allow multiple windows
|
7 years ago |
|
juce_gui_extra
|
Cleaned up some doc comments
|
7 years ago |
|
juce_opengl
|
Extended the timeout on Android when trying to open a GL context
|
7 years ago |
|
juce_osc
|
Cleaned up some doc comments
|
7 years ago |
|
juce_product_unlocking
|
Cleaned up some doc comments
|
7 years ago |
|
juce_video
|
Removed some debugging output
|
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 |