Skip to content

Releases: raeleus/stripe

Stripe Widgets ver. 2.0.0

20 Apr 05:34
Compare
Choose a tag to compare
  • Added SystemCursorListener
  • Added SplitPaneSystemCursorListener
  • Added PopTableTextHoverListener
  • Added PopTable#setStyle(WindowStyle style)
  • Added SmashGroup
  • Added ScaleContainer
  • CollapsibleGroup can now be configured to consider both horizontal and vertical sizes
  • Fixed CollapsibleGroup not matching the largest available size
  • CollapsibleGroup now defaults to Touchable.childrenOnly
  • PopTable hover/click/tooltip no longer fails to find a style if the provided style is a WindowStyle
  • PopTableHoverListener now has a configurable delay
  • Prevent endless loop of enter and exit in PopTableHoverListener
  • Clicking or typing now hides the PopTable of the PopTableHoverListener
  • PopTableHoverListener/PopTableClickListener can attach the PopTable to an Actor that is different than the Listener Actor

Stripe Widgets ver. 1.4.6

30 Mar 22:28
Compare
Choose a tag to compare
  • Updated to libGDX 1.12.1
  • Updated source compatibility to Java 8
  • Added CollapsibleGroup
  • Added ToggleGroup
  • Fixed KeepSizedWithinStage in PopTable
  • Fixed issues with PopTable focus
  • Other minor PopTable bug fixes
  • ScrollFocusListener now sets focus on the correct child
  • Fixed issues with holding buttons in Spinner
  • Added minor UI improvements and event handling to PopColorPicker
  • Added DraggableList improvements to events and selecting Actors
  • The ViewportWidget must now be manually updated via ViewportWidget#updateViewport() before drawing. This resolves incorrect rendering issues.
  • PopColorPicker no longer depends on TextraTypist as a whole, since it only needed one file from it.

Stripe Widgets ver. 1.4.5

30 Mar 22:27
Compare
Choose a tag to compare
  • Fixed TextraTypist GWT tag.

Stripe Widgets ver. 1.4.4

30 Mar 22:27
Compare
Choose a tag to compare
  • Fixed javadoc build. Thanks TEttinger!

Stripe Widgets ver. 1.4.3

30 Mar 22:26
Compare
Choose a tag to compare
  • Updated Regexodus to 0.1.5.
  • Updated Textratypist to 0.8.0.

Stripe Widgets ver. 1.4.2

01 Feb 15:07
Compare
Choose a tag to compare
  • Fixed creating ResizeWidget with a null style causes an NPE. Resolves #6
  • Updated TextraTypist version in PopColorPicker

Stripe Widgets ver. 1.4.1

10 Aug 14:56
Compare
Choose a tag to compare
  • Included TextraTypist in ColorPicker project. Eliminated local copy of ColorUtils

Stripe Widgets ver. 1.4.0

10 Aug 14:55
Compare
Choose a tag to compare
  • 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.

Stripe Widgets ver. 1.3.1

31 May 03:08
Compare
Choose a tag to compare
  • 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.

Stripe Widgets ver. 1.3.0

22 Apr 18:32
Compare
Choose a tag to compare
  • Added PopTable constructor that accepts a WindowStyle.
  • Prevent PopTable from crashing when setFillParent(true) is called.
  • PopTable no longer calls layout every single frame.