.. |
juce_BufferedInputStream.cpp
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
juce_BufferedInputStream.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |
juce_FileInputSource.cpp
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
juce_FileInputSource.h
|
Added a progress value for ZipFile::Builder.
|
13 years ago |
juce_InputSource.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |
juce_InputStream.cpp
|
Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining()
|
13 years ago |
juce_InputStream.h
|
Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining()
|
13 years ago |
juce_MemoryInputStream.cpp
|
Couple of additions to MemoryInputStream.
|
13 years ago |
juce_MemoryInputStream.h
|
Couple of additions to MemoryInputStream.
|
13 years ago |
juce_MemoryOutputStream.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_MemoryOutputStream.h
|
Added a unit-test, and removed constness from a couple more return types.
|
13 years ago |
juce_OutputStream.cpp
|
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_OutputStream.h
|
Added an int64 operator<< to OutputStream.
|
13 years ago |
juce_SubregionStream.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_SubregionStream.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |