- Included TextraTypist in ColorPicker project. Eliminated local copy of ColorUtils
- Added ColorPicker widget.
- Added option to disable centering when layout is called in ResizeWidget.
- Added option to attach a PopTable to the position of the mouse.
- Added ability to supress key listeners in PopTable.
- Added methods to set/get the stage background for PopTable.
- Added method to get the parent group that PopTable belongs to.
- Added no-argument constructor for PopTableClickListener.
- Fixed PopTable from calling layout in an endless loop when automaticallyResized and keepSizedWithinStage are both selected.
- Fixed DraggableSelectBox not setting the stage's scroll focus.
- Fixed DraggableSelectBox's PopTable not matching the width of the button.
- Added PopTable constructor that accepts a WindowStyle.
- Prevent PopTable from crashing when setFillParent(true) is called.
- PopTable no longer calls layout every single frame.
- PopTable's position can be offset by a specified pixel value when attached to an actor.
- Added GridDrawable.
- Added AspectRatioContainer.
- Added highlightActor to PopTable to draw widgets above the stageBackground drawable for demonstrations.
- Added constructor to PopTableStyle to derive the fields from an existing WindowStyle.
- Added draggable setting to PopTable.
- Moved FreeTypeSkin and FreeTypeSkinLoader to separate subproject.
- Fixed ViewportWidget not working with all viewports (fill, fit, etc.)
- Added ScrollFocusListener
- PopTable can no longer be clicked on while hiding.
- Fixed PopTable aligning to widgets removed from the Stage.
- Fixed PopTableTooltipListener activating when removed from the Stage.
- Fixed PopTableTooltipListener showing the tooltip in the incorrect position.
- Fixed StripeMenu not hiding when a dialog is shown in a ChangeEvent.
- StripeMenu no longer closes when user clicks on the title of a submenu.
- Fixed ViewportWidget not updating the Viewport.
- Added ViewportWidget
- Added ResizeWidget
- Fixed function of RangeSlider when using a minimum other than 0.
- Updated SceneComposerBuilder to allow setting the Touchable and Visible properties for widgets.
- Fixed not setting names for various widgets in SceneComposerBuilder.
- Included base widgets.