| .. |
|
juce_AbstractFifo.cpp
|
Fixes for ZipFile, QuickTimeAudioFormat.
|
15 years ago |
|
juce_AbstractFifo.h
|
Fixes for ZipFile, QuickTimeAudioFormat.
|
15 years ago |
|
juce_Array.h
|
Fixed a win32 mouse position problem. Added quality option to FLAC writer. Added support for non-opaque menus.
|
15 years ago |
|
juce_ArrayAllocationBase.h
|
Copyright notice update.
|
16 years ago |
|
juce_BigInteger.cpp
|
Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues.
|
15 years ago |
|
juce_BigInteger.h
|
Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues.
|
15 years ago |
|
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.
|
16 years ago |
|
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.
|
16 years ago |
|
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.
|
15 years ago |
|
juce_Expression.cpp
|
Couple of minor tweaks, and a fix for menu bars.
|
15 years ago |
|
juce_Expression.h
|
Couple of minor tweaks, and a fix for menu bars.
|
15 years ago |
|
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.
|
15 years ago |
|
juce_Identifier.cpp
|
Small fixes for Jucer makefiles.
|
15 years ago |
|
juce_Identifier.h
|
Small fixes for Jucer makefiles.
|
15 years ago |
|
juce_MemoryBlock.cpp
|
Small tweaks for OwnedArray, and some minor clean-ups.
|
15 years ago |
|
juce_MemoryBlock.h
|
Small tweaks for OwnedArray, and some minor clean-ups.
|
15 years ago |
|
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.
|
16 years ago |
|
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.
|
16 years ago |
|
juce_OwnedArray.h
|
Small tweaks for OwnedArray, and some minor clean-ups.
|
15 years ago |
|
juce_PropertySet.cpp
|
Minor code clean-ups
|
15 years ago |
|
juce_PropertySet.h
|
Minor code clean-ups
|
15 years ago |
|
juce_Range.h
|
Fix for iPhone3.1 atomics. Small addition to Range class.
|
16 years ago |
|
juce_ReferenceCountedArray.h
|
Minor fix for ReferenceCountedArray. Tweak to jucer template code.
|
15 years ago |
|
juce_ReferenceCountedObject.h
|
Replaced the old atomic ops with a templated Atomic class. Minor tweaks to directory browser. Jucer development.
|
16 years ago |
|
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.
|
15 years ago |
|
juce_SortedSet.h
|
Minor fix for ReferenceCountedArray. Tweak to jucer template code.
|
15 years ago |
|
juce_SparseSet.h
|
Reduced the dependencies of the juce demo. Jucer development.
|
16 years ago |
|
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...
|
15 years ago |
|
juce_Value.h
|
Minor additions to AlertWindow, tweak for 64-bit Atomics, minor clean-ups. Jucer development.
|
16 years ago |
|
juce_ValueTree.cpp
|
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.
|
15 years ago |
|
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.
|
15 years ago |
|
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.
|
15 years ago |
|
juce_Variant.h
|
ALSA fix. Removed some win32 compile warnings. Refactored Variant class internally.
|
15 years ago |