1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics/layout
2017-03-28 15:44:49 +01:00
..
juce_AnimatedPosition.h Fixed bug in AnimatedPosition where range minimum was set to std::numeric_limits<double>min() instead of -std::numeric_limits<double>max() 2017-02-13 14:30:27 +00:00
juce_AnimatedPositionBehaviours.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ComponentAnimator.cpp Small extra deletion safeguard in ComponentAnimator 2017-02-28 12:33:56 +00:00
juce_ComponentAnimator.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ComponentBoundsConstrainer.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ComponentBoundsConstrainer.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ComponentBuilder.cpp Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_ComponentBuilder.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ComponentMovementWatcher.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ComponentMovementWatcher.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ConcertinaPanel.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ConcertinaPanel.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_FlexBox.cpp Added new method FlexItem::withAlignSelf() 2016-12-19 11:26:35 +00:00
juce_FlexBox.h Added some FlexBox layout classes, and a demo page for this in the big juce demo app 2016-08-10 16:57:44 +01:00
juce_FlexItem.h Whitespace cleanup 2016-12-19 12:18:58 +00:00
juce_GroupComponent.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_GroupComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_MultiDocumentPanel.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
juce_MultiDocumentPanel.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ResizableBorderComponent.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ResizableBorderComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ResizableCornerComponent.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ResizableCornerComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ResizableEdgeComponent.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ResizableEdgeComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ScrollBar.cpp Minor clean-ups. 2015-08-31 19:24:14 +01:00
juce_ScrollBar.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_StretchableLayoutManager.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StretchableLayoutManager.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_StretchableLayoutResizerBar.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StretchableLayoutResizerBar.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_StretchableObjectResizer.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StretchableObjectResizer.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TabbedButtonBar.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
juce_TabbedButtonBar.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TabbedComponent.cpp Added a call to sendLookAndFeelChange() before making new tab content component visible in TabbedComponent::changeCallback 2017-03-24 08:56:21 +00:00
juce_TabbedComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_Viewport.cpp Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 2017-03-28 15:44:49 +01:00
juce_Viewport.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00