1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/src/containers
2010-02-22 15:28:18 +00:00
..
juce_Array.h Minor clean-ups. 2010-02-20 16:07:36 +00:00
juce_ArrayAllocationBase.h Reduced the memory footprint of the array classes. 2010-02-06 09:16:20 +00:00
juce_BitArray.cpp Fixes for BitArray and WavAudioFormat. 2010-01-25 13:38:54 +00:00
juce_BitArray.h Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent. 2010-01-24 20:46:34 +00:00
juce_DynamicObject.cpp New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_DynamicObject.h New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_ElementComparator.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_HeapBlock.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MemoryBlock.cpp Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 2010-01-27 20:28:38 +00:00
juce_MemoryBlock.h Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 2010-01-27 20:28:38 +00:00
juce_NamedValueSet.cpp New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_NamedValueSet.h Minor new method for File. Fix for mingw. Changed AudioProcessorGraph to contain a NamedValueSet instead of a PropertySet. 2010-01-29 22:02:52 +00:00
juce_OwnedArray.h Minor clean-ups. 2010-02-20 16:07:36 +00:00
juce_PropertySet.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PropertySet.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Range.h Added support for extended character input on the mac. Added a few methods to Rectangle and Range. 2010-02-18 16:49:30 +00:00
juce_ReferenceCountedArray.h Minor clean-ups. 2010-02-20 16:07:36 +00:00
juce_ReferenceCountedObject.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ScopedPointer.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_SortedSet.h Modernised some old code. 2010-02-20 15:27:48 +00:00
juce_SparseSet.h Reduced the memory footprint of the array classes. 2010-02-06 09:16:20 +00:00
juce_Value.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Value.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ValueTree.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ValueTree.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Variant.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_Variant.h Created a new class "Range", for holding generic number ranges. New abstract class TextInputTarget, which defines methods common to text editors. Changed a couple of method definitions in TextEditor and CodeEditorComponent so that they could implement TextInputTarget. Added ability for wav files to save their SMPL chunk. 2010-02-12 17:38:39 +00:00
juce_VoidArray.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