| .. |
|
juce_audio_basics
|
Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description.
|
12 years ago |
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
juce_audio_processors
|
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.
|
12 years ago |
|
juce_audio_utils
|
Version number update
|
12 years ago |
|
juce_box2d
|
Version number update
|
12 years ago |
|
juce_browser_plugin
|
Version number update
|
12 years ago |
|
juce_core
|
Cleaned up edge-cases in string numeric conversion methods, and added some extra unit tests.
|
12 years ago |
|
juce_cryptography
|
Version number update
|
12 years ago |
|
juce_data_structures
|
Version number update
|
12 years ago |
|
juce_events
|
Version number update
|
12 years ago |
|
juce_graphics
|
Workarounds for GCC not understanding friend template classes in RectangleList.
|
12 years ago |
|
juce_gui_basics
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
juce_opengl
|
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.
|
12 years ago |
|
juce_video
|
Version number update
|
12 years ago |