| .. |
|
juce_Array.h
|
Added HTTP header retrieval functionality to the URL class. More drawable and Jucer development.
|
2010-05-25 14:31:50 +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
|
Small fixes for File, Expression, RTAS.
|
2010-08-20 16:58:14 +01:00 |
|
juce_Expression.h
|
Merged some of the mac/linux pthread code. Fixes to the Expression class. Fix for CoreGraphics to get gradients working correctly for vertical/horizontal lines.
|
2010-08-19 17:17:53 +01:00 |
|
juce_HeapBlock.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +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
|
Minor clean-ups.
|
2010-06-10 12:26:43 +01:00 |
|
juce_MemoryBlock.h
|
Minor code clean-ups.
|
2010-08-24 21:09:28 +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
|
Made ResizableWindow slightly more resilient. Added a method to OwnedArray.
|
2010-06-18 11:33:53 +01:00 |
|
juce_PropertySet.cpp
|
String documentation fix. PropertySet parameter fix. Jucer path fix.
|
2010-08-11 17:09:10 +01:00 |
|
juce_PropertySet.h
|
Minor code clean-ups.
|
2010-08-24 21:09:28 +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
|
Code clean-ups. Jucer development.
|
2010-05-12 23:42: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
|
ValueTree bugfix. Minor tweaks and new method StringArray::removeRange.
|
2010-04-27 15:08:14 +01:00 |
|
juce_SortedSet.h
|
Code clean-ups. Jucer development.
|
2010-05-12 23:42: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
|
Refactored the MemoryOutputStream constructors and added some new features. Tidied up some stream methods to avoid relying on the stream length, which can be unreliable in http streams. Tweaked some mac atomic functions. Fixed some win32 dllexport declarations.
|
2010-07-05 13:37:38 +01:00 |
|
juce_Variant.h
|
ALSA fix. Removed some win32 compile warnings. Refactored Variant class internally.
|
2010-06-30 18:16:12 +01:00 |