| .. |
|
juce_analytics
|
Fixed some compiler warnings
|
2018-06-27 17:02:25 +01:00 |
|
juce_audio_basics
|
Fixed an invalid memory read when handling MIDI reset messages
|
2018-09-10 12:02:27 +01:00 |
|
juce_audio_devices
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
2018-09-10 11:46:47 +01:00 |
|
juce_audio_formats
|
Replaced another call to InputStream::skipNextBytes() with ::setPosition() in CoreAudioFormatMetatdata::read()
|
2018-09-07 09:21:18 +01:00 |
|
juce_audio_plugin_client
|
Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes
|
2018-09-19 12:35:48 +01:00 |
|
juce_audio_processors
|
Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes
|
2018-09-19 12:35:48 +01:00 |
|
juce_audio_utils
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
2018-09-10 11:46:47 +01:00 |
|
juce_blocks_basics
|
BLOCKS: Triggered a topologyChanged() callback in response to setActive()
|
2018-09-12 14:51:37 +01:00 |
|
juce_box2d
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_core
|
Fixed an issue when connecting to a non-existent NamedPipe
|
2018-09-19 10:18:22 +01:00 |
|
juce_cryptography
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +01:00 |
|
juce_data_structures
|
Fixed a documentation typo
|
2018-09-10 11:45:24 +01:00 |
|
juce_dsp
|
DSP: Fixed some errors in the previous commit
|
2018-09-10 23:05:22 +01:00 |
|
juce_events
|
Fixed a couple of typos
|
2018-08-09 09:08:50 +01:00 |
|
juce_graphics
|
Replaced win32 font kerning tables with maps to improve performance
|
2018-09-18 12:20:11 +01:00 |
|
juce_gui_basics
|
Windows: Refactored the per-monitor DPI aware windowing code to use the WM_DPICHANGED message and fixed some bugs when using a non-default global scale factor
|
2018-09-19 12:34:34 +01:00 |
|
juce_gui_extra
|
Cleaned up some doc comments
|
2018-08-29 10:56:56 +01:00 |
|
juce_opengl
|
Windows: Ensure that the initial screen scale is correct when creating the OpenGL native context
|
2018-09-12 09:35:20 +01:00 |
|
juce_osc
|
Cleaned up some doc comments
|
2018-08-29 10:56:56 +01:00 |
|
juce_product_unlocking
|
Cleaned up some doc comments
|
2018-08-29 10:56:56 +01:00 |
|
juce_video
|
Removed some debugging output
|
2018-09-05 11:34:19 +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 |