1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/src/containers
2010-09-29 17:54:01 +01:00
..
juce_Array.h Fixed a win32 mouse position problem. Added quality option to FLAC writer. Added support for non-opaque menus. 2010-09-29 17:54:01 +01:00
juce_ArrayAllocationBase.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_BigInteger.cpp Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 2010-05-14 15:18:44 +01:00
juce_BigInteger.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_DynamicObject.cpp New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development. 2010-05-15 13:22:26 +01:00
juce_DynamicObject.h New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development. 2010-05-15 13:22:26 +01:00
juce_ElementComparator.h Changed SparseSet to work with Range objects. Fixed array sorting bug. 2010-04-26 12:00:36 +01:00
juce_Expression.cpp Fixed a problem with DirectoryIterator. Removed a few VC warnings. Tweaked mac Carbon windows for better keyboard focus. Disabled Carbon when doing a 64-bit plugin build. 2010-09-23 13:31:40 +01:00
juce_Expression.h Fixed some documentation. Added a frequency to MidiMessage::getMidiNoteInHertz(). Tweaked some Expression and RelativeCoordinate methods. 2010-09-16 17:55:11 +01:00
juce_HeapBlock.h Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes. 2010-09-27 15:56:54 +01:00
juce_Identifier.cpp Small fixes for Jucer makefiles. 2010-06-01 18:32:33 +01:00
juce_Identifier.h Small fixes for Jucer makefiles. 2010-06-01 18:32:33 +01:00
juce_MemoryBlock.cpp Small tweaks for OwnedArray, and some minor clean-ups. 2010-08-26 16:00:17 +01:00
juce_MemoryBlock.h Small tweaks for OwnedArray, and some minor clean-ups. 2010-08-26 16:00:17 +01:00
juce_NamedValueSet.cpp Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development. 2010-05-21 22:29:31 +01:00
juce_NamedValueSet.h Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development. 2010-05-21 22:29:31 +01:00
juce_OwnedArray.h Small tweaks for OwnedArray, and some minor clean-ups. 2010-08-26 16:00:17 +01:00
juce_PropertySet.cpp Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_PropertySet.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_Range.h Fix for iPhone3.1 atomics. Small addition to Range class. 2010-05-14 09:40:17 +01:00
juce_ReferenceCountedArray.h Minor fix for ReferenceCountedArray. Tweak to jucer template code. 2010-09-17 18:03:49 +01:00
juce_ReferenceCountedObject.h Replaced the old atomic ops with a templated Atomic class. Minor tweaks to directory browser. Jucer development. 2010-05-03 21:23:45 +01:00
juce_ScopedPointer.h Removed some win32 compiler warnings 2010-09-28 10:11:20 +01:00
juce_SortedSet.h Minor fix for ReferenceCountedArray. Tweak to jucer template code. 2010-09-17 18:03:49 +01:00
juce_SparseSet.h Reduced the dependencies of the juce demo. Jucer development. 2010-04-26 13:08:22 +01:00
juce_Value.cpp Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
juce_Value.h Minor additions to AlertWindow, tweak for 64-bit Atomics, minor clean-ups. Jucer development. 2010-05-07 15:07:47 +01:00
juce_ValueTree.cpp Development on drawables. ValueTree fix. 2010-06-23 21:51:28 +01:00
juce_ValueTree.h New methods for Path, Line, ValueTree. Changed the Graphics::fillCheckerBoard parameters to take a Rectangle object. Fixed Component::centreWithSize to handle multi-monitor setups. 2010-06-23 11:02:30 +01:00
juce_Variant.cpp Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes. 2010-09-27 15:56:54 +01:00
juce_Variant.h ALSA fix. Removed some win32 compile warnings. Refactored Variant class internally. 2010-06-30 18:16:12 +01:00