| .. |
|
juce_Array.h
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +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
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +00:00 |
|
juce_MemoryBlock.cpp
|
Updated VC6 project. Removed some unsafe templated casts from MemoryBlock and HeapBlock.
|
2010-02-25 18:31:06 +00:00 |
|
juce_MemoryBlock.h
|
Updated VC6 project. Removed some unsafe templated casts from MemoryBlock and HeapBlock.
|
2010-02-25 18:31:06 +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
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +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
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +00:00 |
|
juce_ReferenceCountedObject.h
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_ScopedPointer.h
|
Updated VC6 project. Removed some unsafe templated casts from MemoryBlock and HeapBlock.
|
2010-02-25 18:31:06 +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
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +00:00 |
|
juce_Variant.h
|
Internal refactoring of mouse-event classes, as the first step towards multi-touch support.
|
2010-02-24 13:19:10 +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 |