1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/layout
2017-08-30 15:53:04 +01:00
..
juce_AnimatedPosition.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_AnimatedPositionBehaviours.h Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still 2017-08-30 15:53:04 +01:00
juce_ComponentAnimator.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ComponentAnimator.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ComponentBoundsConstrainer.cpp Fixed a bug in ComponentBoundsConstrainer that caused JUCE windows to be snapped to the wrong position when using multiple displays 2017-07-07 16:00:08 +01:00
juce_ComponentBoundsConstrainer.h Tweaked the format of a ComponentBoundsConstrainer method 2017-05-30 10:34:11 +01:00
juce_ComponentBuilder.cpp Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
juce_ComponentBuilder.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ComponentMovementWatcher.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ComponentMovementWatcher.h Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
juce_ConcertinaPanel.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ConcertinaPanel.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_FlexBox.cpp Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
juce_FlexBox.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_FlexItem.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_Grid.cpp Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors 2017-08-23 14:26:39 +01:00
juce_Grid.h Added CSS Grid classes 2017-08-01 16:22:19 +01:00
juce_GridItem.cpp Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors 2017-08-23 14:26:39 +01:00
juce_GridItem.h Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors 2017-08-23 14:26:39 +01:00
juce_GridUnitTests.cpp Added CSS Grid classes 2017-08-01 16:22:19 +01:00
juce_GroupComponent.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_GroupComponent.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_MultiDocumentPanel.cpp Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
juce_MultiDocumentPanel.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableBorderComponent.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableBorderComponent.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableCornerComponent.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableCornerComponent.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableEdgeComponent.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ResizableEdgeComponent.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ScrollBar.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ScrollBar.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableLayoutManager.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableLayoutManager.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableLayoutResizerBar.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableLayoutResizerBar.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableObjectResizer.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_StretchableObjectResizer.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_TabbedButtonBar.cpp Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
juce_TabbedButtonBar.h Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods 2017-08-23 11:55:54 +01:00
juce_TabbedComponent.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_TabbedComponent.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_Viewport.cpp Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still 2017-08-30 15:53:04 +01:00
juce_Viewport.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00