1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2018-09-03 10:54:16 +01:00
..
juce_analytics Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
juce_audio_basics Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_audio_devices Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_audio_formats Multiple spelling fixes 2018-08-20 18:16:24 +01:00
juce_audio_plugin_client VST3: Fixed a potential crash that could occur if a host sets the scale factor after closing the plug-in editor, and ensure that the last scale factor is re-used when opening the editor 2018-09-03 09:28:40 +01:00
juce_audio_processors Fixed a typo in some internal audio processor resize code 2018-08-31 17:21:12 +01:00
juce_audio_utils Added an AudioProcessorPlayer::setMidiOutput() method for forwarding MIDI messages from the AudioProcessor and updated the standalone plugin holder to use this 2018-08-21 11:59:50 +01:00
juce_blocks_basics BLOCKS API: Improved reference-counting of Block objects in PhysicalTopologySource::Detector 2018-08-30 12:12:36 +01:00
juce_box2d Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_core Added some missing override keywords 2018-09-03 10:54:16 +01:00
juce_cryptography Multiple spelling fixes 2018-08-20 18:16:24 +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 Fixes to AudioBlock::copyTo and copyFrom 2018-08-31 16:52:54 +01:00
juce_events Fixed a couple of typos 2018-08-09 09:08:50 +01:00
juce_graphics Allowed different text justifications in drawMultiLineText 2018-08-22 11:24:29 +01:00
juce_gui_basics Added some missing override keywords 2018-09-03 10:54:16 +01:00
juce_gui_extra Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_opengl Extended the timeout on Android when trying to open a GL context 2018-08-30 17:00:59 +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 Cleaned up some doc comments 2018-08-29 10:56:56 +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