.. |
juce_AnimatedPosition.h
|
Demo cleanups.
|
10 years ago |
juce_AnimatedPositionBehaviours.h
|
Fix for accuracy in AnimatedPositionBehaviours
|
11 years ago |
juce_ComponentAnimator.cpp
|
Demo cleanups.
|
10 years ago |
juce_ComponentAnimator.h
|
A few minor whitespace cleanups.
|
10 years ago |
juce_ComponentBoundsConstrainer.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_ComponentBoundsConstrainer.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ComponentBuilder.cpp
|
A few minor whitespace cleanups.
|
10 years ago |
juce_ComponentBuilder.h
|
A few minor whitespace cleanups.
|
10 years ago |
juce_ComponentMovementWatcher.cpp
|
Fix for ComponentMovementWatcher with top-level windows.
|
11 years ago |
juce_ComponentMovementWatcher.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ConcertinaPanel.cpp
|
Minor tweaks and comment corrections.
|
11 years ago |
juce_ConcertinaPanel.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
juce_GroupComponent.cpp
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
juce_GroupComponent.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
juce_MultiDocumentPanel.cpp
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
11 years ago |
juce_MultiDocumentPanel.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ResizableBorderComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_ResizableBorderComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ResizableCornerComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_ResizableCornerComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ResizableEdgeComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_ResizableEdgeComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_ScrollBar.cpp
|
Added some "override" annotations.
|
12 years ago |
juce_ScrollBar.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
juce_StretchableLayoutManager.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_StretchableLayoutManager.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_StretchableLayoutResizerBar.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_StretchableLayoutResizerBar.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
juce_StretchableObjectResizer.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_StretchableObjectResizer.h
|
Updated the format of the header include guard macros.
|
11 years ago |
juce_TabbedButtonBar.cpp
|
Added an animation option to TabbedButtonBar::removeTab().
|
10 years ago |
juce_TabbedButtonBar.h
|
Added an animation option to TabbedButtonBar::removeTab().
|
10 years ago |
juce_TabbedComponent.cpp
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
11 years ago |
juce_TabbedComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_Viewport.cpp
|
Fix for viewport shift-scrolling
|
10 years ago |
juce_Viewport.h
|
Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled.
|
11 years ago |