1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00
JUCE/src/io/streams
2010-03-08 18:16:24 +00:00
..
zlib Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_BufferedInputStream.cpp Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
juce_BufferedInputStream.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_FileInputSource.cpp Minor clean-ups. 2010-01-04 15:24:13 +00:00
juce_FileInputSource.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_GZIPCompressorOutputStream.cpp New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code. 2010-01-07 17:54:51 +00:00
juce_GZIPCompressorOutputStream.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_GZIPDecompressorInputStream.cpp New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code. 2010-01-07 17:54:51 +00:00
juce_GZIPDecompressorInputStream.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_InputSource.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_InputStream.cpp Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
juce_InputStream.h Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream. 2009-12-16 21:13:46 +00:00
juce_MemoryInputStream.cpp Minor fixes to avoid compiler warnings 2010-01-15 15:06:24 +00:00
juce_MemoryInputStream.h Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 2010-01-14 14:49:25 +00:00
juce_MemoryOutputStream.cpp Added a handy new method: XmlElement::createNewChildElement(). 2010-02-07 14:02:30 +00:00
juce_MemoryOutputStream.h Added a handy new method: XmlElement::createNewChildElement(). 2010-02-07 14:02:30 +00:00
juce_OutputStream.cpp Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build. 2010-03-08 18:16:24 +00:00
juce_OutputStream.h Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build. 2010-03-08 18:16:24 +00:00
juce_SubregionStream.cpp Minor code clean-ups 2010-01-03 16:17:42 +00:00
juce_SubregionStream.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00