| .. |
|
juce_ComponentAnimator.cpp
|
New class: WeakReference. Used this to clean up and simplify implementation of Component::SafePointer and BailOutChecker.
|
2010-12-20 16:52:20 +00:00 |
|
juce_ComponentAnimator.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_ComponentBoundsConstrainer.cpp
|
Fixes for ComponentBoundsConstrainer, linux VSTs, and firefox NPAPI.
|
2010-10-28 17:53:52 +01:00 |
|
juce_ComponentBoundsConstrainer.h
|
New class ComponentBuilder, and some refactoring of Drawables to use it.
|
2010-12-29 23:11:05 +00:00 |
|
juce_ComponentBuilder.cpp
|
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
|
2011-01-04 23:04:51 +00:00 |
|
juce_ComponentBuilder.h
|
Refactoring of Drawables with new class MarkerList. Fixes for Mac 10.5 SDK includes and minor change to win32 repainting.
|
2010-12-30 18:07:29 +00:00 |
|
juce_ComponentMovementWatcher.cpp
|
Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex.
|
2011-01-11 15:37:31 +00:00 |
|
juce_ComponentMovementWatcher.h
|
Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex.
|
2011-01-11 15:37:31 +00:00 |
|
juce_GroupComponent.cpp
|
Small mac font fix. Jucer development.
|
2010-05-16 12:31:46 +01:00 |
|
juce_GroupComponent.h
|
Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes.
|
2010-11-29 16:22:06 +00:00 |
|
juce_MultiDocumentPanel.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_MultiDocumentPanel.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_ResizableBorderComponent.cpp
|
Fix for TableListBox. Minor tweaks for ResizableBorderComponent, Component.
|
2010-11-16 18:19:07 +00:00 |
|
juce_ResizableBorderComponent.h
|
New class: WeakReference. Used this to clean up and simplify implementation of Component::SafePointer and BailOutChecker.
|
2010-12-20 16:52:20 +00:00 |
|
juce_ResizableCornerComponent.cpp
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ResizableCornerComponent.h
|
New class: WeakReference. Used this to clean up and simplify implementation of Component::SafePointer and BailOutChecker.
|
2010-12-20 16:52:20 +00:00 |
|
juce_ScrollBar.cpp
|
Rewrote the AudioThumbnail class to support some new features like using readers and adding data directly to the thumb. Added an option to AudioFormatWriter::ThreadedWriter to take a thumbnail which it dynamically generates while recording. Added a couple of new maths functions: findMinAndMax, isPositiveAndBelow.
|
2010-12-03 23:36:00 +00:00 |
|
juce_ScrollBar.h
|
Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32.
|
2010-12-21 12:44:45 +00:00 |
|
juce_StretchableLayoutManager.cpp
|
Fix for xcode linker warnings when using the static lib. Tweaks to iPhone audio and StretchableLayoutManager.
|
2010-07-06 10:24:06 +01:00 |
|
juce_StretchableLayoutManager.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_StretchableLayoutResizerBar.cpp
|
Added platform-specific data to AudioPluginInstance. Fixed an image rendering problem in the software renderer. Added a minimum scale setting to TabbedButtonBar.
|
2010-11-10 20:39:34 +00:00 |
|
juce_StretchableLayoutResizerBar.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_StretchableObjectResizer.cpp
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_StretchableObjectResizer.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_TabbedButtonBar.cpp
|
Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32.
|
2010-12-21 12:44:45 +00:00 |
|
juce_TabbedButtonBar.h
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_TabbedComponent.cpp
|
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
|
2011-01-04 23:04:51 +00:00 |
|
juce_TabbedComponent.h
|
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
|
2011-01-04 23:04:51 +00:00 |
|
juce_Viewport.cpp
|
Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex.
|
2011-01-11 15:37:31 +00:00 |
|
juce_Viewport.h
|
Viewport positioning fix. Changed parameters of Viewport::visibleAreaChanged(). Small plugin header fix.
|
2011-01-10 12:33:38 +00:00 |