| .. |
|
juce_analytics
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
juce_audio_basics
|
Fixed missing position update in MemoryAudioSource
|
2018-05-29 10:49:56 +01:00 |
|
juce_audio_devices
|
Resolve blank midi timestamp problem
|
2018-06-22 09:59:05 +01:00 |
|
juce_audio_formats
|
Added a couple of casts to some Ogg-Vorbis code to avoid the address-sanitiser complaining about bit shift ranges
|
2018-06-18 09:04:55 +01:00 |
|
juce_audio_plugin_client
|
Vst2: Fixed typo in VST2 wrapper
|
2018-06-12 08:43:07 +01:00 |
|
juce_audio_processors
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_audio_utils
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_blocks_basics
|
Fixed missing setting of connected master in blocks (#71)
|
2018-06-25 16:45:28 +01:00 |
|
juce_box2d
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
juce_core
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
2018-06-18 17:11:12 +01:00 |
|
juce_cryptography
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
juce_data_structures
|
Added method ValueTree::copyPropertiesAndChildrenFrom()
|
2018-06-25 17:06:41 +01:00 |
|
juce_dsp
|
Fixed typos in the DSP module
|
2018-05-24 10:08:39 +01:00 |
|
juce_events
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_graphics
|
Added a flag JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING to juce_graphics
|
2018-06-18 12:25:19 +01:00 |
|
juce_gui_basics
|
Only send a single change message when DirectoryContentsList::refresh() is invoked
|
2018-06-18 09:55:08 +01:00 |
|
juce_gui_extra
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_opengl
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_osc
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_product_unlocking
|
Made the error message text in OnlineUnlockStatus customisable
|
2018-05-17 15:24:38 +01:00 |
|
juce_video
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
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.
|
2017-07-19 17:23:20 +01:00 |