| .. |
|
juce_AbstractFifo.cpp
|
Fixes for ZipFile, QuickTimeAudioFormat.
|
2010-10-02 17:10:06 +01:00 |
|
juce_AbstractFifo.h
|
Fixes for ZipFile, QuickTimeAudioFormat.
|
2010-10-02 17:10:06 +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
|
Fixed a bug in the Flac writer. Optimised BigInteger::getHighestBit(). Misc minor clean-ups.
|
2010-11-03 16:12:05 +00:00 |
|
juce_BigInteger.h
|
Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues.
|
2010-10-13 19:16:01 +01:00 |
|
juce_DynamicObject.cpp
|
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
|
2010-10-26 16:46:19 +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
|
Small change to method in RectanglePlacement and Drawable to use Rectangles instead of bare coordinates. Fix to make ValueTree::sort use an UndoManager, and to prevent different mouse buttons being interpreted as a double-click.
|
2010-10-18 16:04:32 +01:00 |
|
juce_Expression.cpp
|
Couple of minor tweaks, and a fix for menu bars.
|
2010-10-08 20:35:04 +01:00 |
|
juce_Expression.h
|
Couple of minor tweaks, and a fix for menu bars.
|
2010-10-08 20:35:04 +01:00 |
|
juce_HeapBlock.h
|
Fixed a couple of linux file issues. Removed operator& overloads from a couple of places where they shouldn't have been done. Fixed a few minor win32 compile issues. Improved some internal COM object wrappers.
|
2010-10-11 14:52:18 +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
|
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
|
2010-10-26 16:46:19 +01:00 |
|
juce_NamedValueSet.h
|
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
|
2010-10-26 16:46:19 +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
|
Added a couple of handy methods XmlDocument::parse().
|
2010-11-03 19:46:10 +00: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
|
Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion.
|
2010-11-08 22:45:19 +00:00 |
|
juce_ScopedPointer.h
|
Fixed a couple of linux file issues. Removed operator& overloads from a couple of places where they shouldn't have been done. Fixed a few minor win32 compile issues. Improved some internal COM object wrappers.
|
2010-10-11 14:52:18 +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
|
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
|
2010-10-26 16:46:19 +01:00 |
|
juce_ValueTree.h
|
Small change to method in RectanglePlacement and Drawable to use Rectangles instead of bare coordinates. Fix to make ValueTree::sort use an UndoManager, and to prevent different mouse buttons being interpreted as a double-click.
|
2010-10-18 16:04:32 +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 |