1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules
2013-07-29 16:31:03 +01:00
..
juce_audio_basics Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 2013-07-29 10:54:03 +01:00
juce_audio_devices Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
juce_audio_formats Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
juce_audio_plugin_client Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
juce_audio_processors Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 2013-07-29 13:15:21 +01:00
juce_audio_utils Version number update 2013-07-17 16:26:42 +01:00
juce_box2d Version number update 2013-07-17 16:26:42 +01:00
juce_browser_plugin Version number update 2013-07-17 16:26:42 +01:00
juce_core Fix for broken screen coord conversion in plugin windows. 2013-07-29 16:31:03 +01:00
juce_cryptography Version number update 2013-07-17 16:26:42 +01:00
juce_data_structures Version number update 2013-07-17 16:26:42 +01:00
juce_events Version number update 2013-07-17 16:26:42 +01:00
juce_graphics Workarounds for GCC not understanding friend template classes in RectangleList. 2013-07-29 08:55:55 +01:00
juce_gui_basics Fix for broken screen coord conversion in plugin windows. 2013-07-29 16:31:03 +01:00
juce_gui_extra Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
juce_opengl Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 2013-07-29 13:15:21 +01:00
juce_video Version number update 2013-07-17 16:26:42 +01:00