| .. |
|
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
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
juce_MultiDocumentPanel.h
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01: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
|
Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes.
|
2012-07-13 14:50:10 +01:00 |
|
juce_ScrollBar.h
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
2012-07-21 08:58:27 +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
|
Minor fix to StretchableObjectResizer
|
2012-07-21 10:53:43 +01:00 |
|
juce_StretchableObjectResizer.h
|
Minor fix to StretchableObjectResizer
|
2012-07-21 10:53:43 +01:00 |
|
juce_TabbedButtonBar.cpp
|
More tabbed component work.
|
2012-07-12 18:33:43 +01:00 |
|
juce_TabbedButtonBar.h
|
Minor clean-ups in TabbedComponent.
|
2012-07-19 15:46:47 +01:00 |
|
juce_TabbedComponent.cpp
|
Minor clean-ups in TabbedComponent.
|
2012-07-19 15:46:47 +01:00 |
|
juce_TabbedComponent.h
|
Minor clean-ups in TabbedComponent.
|
2012-07-19 15:46:47 +01:00 |
|
juce_Viewport.cpp
|
Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes.
|
2012-07-13 14:50:10 +01:00 |
|
juce_Viewport.h
|
Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible()
|
2012-07-13 13:36:55 +01:00 |