| .. |
|
juce_ComponentAnimator.cpp
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
2012-07-07 15:13:46 +01:00 |
|
juce_ComponentAnimator.h
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
juce_ComponentBoundsConstrainer.cpp
|
New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays().
|
2012-04-24 13:24:07 +01:00 |
|
juce_ComponentBoundsConstrainer.h
|
Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows.
|
2011-11-05 16:47:49 +00:00 |
|
juce_ComponentBuilder.cpp
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
juce_ComponentBuilder.h
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
2012-07-04 10:43:18 +01:00 |
|
juce_ComponentMovementWatcher.cpp
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
juce_ComponentMovementWatcher.h
|
Tidied up some docs and comments.
|
2012-04-03 11:36:31 +01:00 |
|
juce_GroupComponent.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_GroupComponent.h
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
juce_MultiDocumentPanel.cpp
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
juce_MultiDocumentPanel.h
|
Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel.
|
2011-11-17 12:57:44 +00:00 |
|
juce_ResizableBorderComponent.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ResizableBorderComponent.h
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
juce_ResizableCornerComponent.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ResizableCornerComponent.h
|
Documentation correction.
|
2012-05-10 14:26:32 +01:00 |
|
juce_ResizableEdgeComponent.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ResizableEdgeComponent.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_ScrollBar.cpp
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_ScrollBar.h
|
Documentation fix.
|
2012-05-27 11:11:37 +01:00 |
|
juce_StretchableLayoutManager.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_StretchableLayoutManager.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_StretchableLayoutResizerBar.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_StretchableLayoutResizerBar.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_StretchableObjectResizer.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_StretchableObjectResizer.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_TabbedButtonBar.cpp
|
TabbedButtonBar fix. Small clean-ups.
|
2012-04-02 11:43:06 +01:00 |
|
juce_TabbedButtonBar.h
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +00:00 |
|
juce_TabbedComponent.cpp
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
juce_TabbedComponent.h
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +00:00 |
|
juce_Viewport.cpp
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_Viewport.h
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |