| .. |
|
juce_analytics
|
Fixed some compiler warnings
|
2018-06-27 17:02:25 +01:00 |
|
juce_audio_basics
|
Removed some erroneous noexcepts
|
2018-07-25 12:18:43 +01:00 |
|
juce_audio_devices
|
MacOS: Enabled 352.8 kHz sample rates in the audio device
|
2018-08-08 10:48:03 +01:00 |
|
juce_audio_formats
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_audio_plugin_client
|
Moved some VST version compiler warnings out of juce_CheckSettingMacros.h and into the VST wrapper so that JUCE_COMPILER_WARNING can be used
|
2018-08-14 10:55:18 +01:00 |
|
juce_audio_processors
|
Whitespace
|
2018-08-13 10:20:43 +01:00 |
|
juce_audio_utils
|
Clarified some Button LookAndFeel parameter names
|
2018-07-16 12:26:27 +01:00 |
|
juce_blocks_basics
|
Fix for last BLOCKS check-in on linux
|
2018-08-15 17:24:20 +01:00 |
|
juce_box2d
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_core
|
Updated the documentation of InputStream::skipNextBytes() to reflect the changes in the last commit
|
2018-08-15 15:39:48 +01:00 |
|
juce_cryptography
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
juce_data_structures
|
Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem.
|
2018-08-13 10:22:23 +01:00 |
|
juce_dsp
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_events
|
Fixed a couple of typos
|
2018-08-09 09:08:50 +01:00 |
|
juce_graphics
|
Made some more JUCE classes trivially copyable
|
2018-07-11 15:07:00 +01:00 |
|
juce_gui_basics
|
SVG: Ensure that transformed images are positioned correctly
|
2018-08-16 09:42:57 +01:00 |
|
juce_gui_extra
|
Add support for DPI aware applications on Windows
|
2018-08-10 16:38:17 +01:00 |
|
juce_opengl
|
Add support for DPI aware applications on Windows
|
2018-08-10 16:38:17 +01:00 |
|
juce_osc
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_product_unlocking
|
Fixed a bug unlocking products with multiple machine numbers
|
2018-08-09 14:34:47 +01:00 |
|
juce_video
|
Add support for DPI aware applications on Windows
|
2018-08-10 16:38:17 +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 |