| .. |
|
juce_analytics
|
Fixed some compiler warnings
|
7 years ago |
|
juce_audio_basics
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
|
juce_audio_devices
|
Fix for an edge-case when handling corrupt MIDI data in MidiDataConcatenator
|
7 years ago |
|
juce_audio_formats
|
Fixed some gcc 8 compiler warnings
|
7 years ago |
|
juce_audio_plugin_client
|
AUv3: Fixed a bug enforcing legacy parameter IDs
|
7 years ago |
|
juce_audio_processors
|
VST3: Fixed an issue when the default layout has disabled buses
|
7 years ago |
|
juce_audio_utils
|
Clarified some Button LookAndFeel parameter names
|
7 years ago |
|
juce_blocks_basics
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
7 years ago |
|
juce_box2d
|
Fixed some gcc 8 compiler warnings
|
7 years ago |
|
juce_core
|
Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays
|
7 years ago |
|
juce_cryptography
|
Bump version number to 5.3.2
|
7 years ago |
|
juce_data_structures
|
Added missing ValueTree::Iterator::operator==
|
7 years ago |
|
juce_dsp
|
Fixed some gcc 8 compiler warnings
|
7 years ago |
|
juce_events
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
7 years ago |
|
juce_graphics
|
Made some more JUCE classes trivially copyable
|
7 years ago |
|
juce_gui_basics
|
macOS: Generate a missing mouse up when DragAndDropContainer drag event ends
|
7 years ago |
|
juce_gui_extra
|
Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER
|
7 years ago |
|
juce_opengl
|
Whitespace
|
7 years ago |
|
juce_osc
|
Fixed some gcc 8 compiler warnings
|
7 years ago |
|
juce_product_unlocking
|
Added a buffer length check in TracktionMarketplaceStatus
|
7 years ago |
|
juce_video
|
Windows: Remove escaped characters from video URL before loading in VideoComponent
|
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 |