| .. |
|
juce_AnimatedPosition.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_AnimatedPositionBehaviours.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_ComponentAnimator.cpp
|
Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering.
|
2013-08-30 21:42:23 +01:00 |
|
juce_ComponentAnimator.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ComponentBoundsConstrainer.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ComponentBoundsConstrainer.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ComponentBuilder.cpp
|
Minor clean-ups.
|
2013-08-21 21:03:31 +01:00 |
|
juce_ComponentBuilder.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ComponentMovementWatcher.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ComponentMovementWatcher.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ConcertinaPanel.cpp
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
juce_ConcertinaPanel.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_GroupComponent.cpp
|
Replaced a few Justification references.
|
2013-07-01 22:07:39 +01:00 |
|
juce_GroupComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
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.
|
2013-08-23 12:08:31 +01:00 |
|
juce_MultiDocumentPanel.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ResizableBorderComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ResizableBorderComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ResizableCornerComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ResizableCornerComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ResizableEdgeComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ResizableEdgeComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ScrollBar.cpp
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
juce_ScrollBar.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_StretchableLayoutManager.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_StretchableLayoutManager.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_StretchableLayoutResizerBar.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_StretchableLayoutResizerBar.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_StretchableObjectResizer.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_StretchableObjectResizer.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_TabbedButtonBar.cpp
|
Added LookAndFeel::drawTabbedButtonBarBackground
|
2013-08-19 19:37:05 +01:00 |
|
juce_TabbedButtonBar.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
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.
|
2013-07-28 18:08:28 +01:00 |
|
juce_TabbedComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_Viewport.cpp
|
Changed ListBox to pass-on left/right key events.
|
2013-09-05 15:20:59 +01:00 |
|
juce_Viewport.h
|
Changed ListBox to pass-on left/right key events.
|
2013-09-05 15:20:59 +01:00 |