| .. |
|
juce_audio_basics
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
|
juce_audio_devices
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
|
juce_audio_formats
|
Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file.
|
13 years ago |
|
juce_audio_plugin_client
|
Fix for RTAS compile error.
|
13 years ago |
|
juce_audio_processors
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
|
juce_audio_utils
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
|
juce_browser_plugin
|
Version number bump.
|
14 years ago |
|
juce_core
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
|
juce_cryptography
|
Version number bump.
|
14 years ago |
|
juce_data_structures
|
Minor fix in ValueTree.
|
13 years ago |
|
juce_events
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
|
juce_graphics
|
New colour contrast method.
|
13 years ago |
|
juce_gui_basics
|
Minor clean-ups.
|
13 years ago |
|
juce_gui_extra
|
C++ syntax tokeniser fix.
|
13 years ago |
|
juce_opengl
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
|
juce_video
|
Fixed a few Array::removeValue calls that I'd missed..
|
13 years ago |