.. |
juce_DirectoryIterator.cpp
|
DirectoryIterator fix when multiple wildcards are used.
|
11 years ago |
juce_DirectoryIterator.h
|
Improved documentation.
|
11 years ago |
juce_File.cpp
|
Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock
|
10 years ago |
juce_File.h
|
Added a win32-specific flag File::windowsSystemDirectory
|
11 years ago |
juce_FileFilter.cpp
|
Moved FileFilter and WildcardFileFilter into the juce_core module.
|
11 years ago |
juce_FileFilter.h
|
Moved FileFilter and WildcardFileFilter into the juce_core module.
|
11 years ago |
juce_FileInputStream.cpp
|
Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file.
|
11 years ago |
juce_FileInputStream.h
|
Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file.
|
11 years ago |
juce_FileOutputStream.cpp
|
Avoided unnecessary disk flushing in the destructor of FileOutputStream.
|
11 years ago |
juce_FileOutputStream.h
|
Removed a few pedantic warnings.
|
11 years ago |
juce_FileSearchPath.cpp
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
11 years ago |
juce_FileSearchPath.h
|
Really minor clean-ups.
|
11 years ago |
juce_MemoryMappedFile.h
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
11 years ago |
juce_TemporaryFile.cpp
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
11 years ago |
juce_TemporaryFile.h
|
Removed a few more uses of String::empty.
|
11 years ago |
juce_WildcardFileFilter.cpp
|
A few minor clean-ups.
|
10 years ago |
juce_WildcardFileFilter.h
|
A few minor clean-ups.
|
10 years ago |