Skip to content

Releases: payne911/PieMenu

New flag: `defaultIndex`

02 Oct 07:13
Compare
Choose a tag to compare
  • Added a defaultIndex flag as a fallback value when an invalid index is being selected.
  • Minor on the PieMenu's hit method.

Refactored flags and listeners

02 Oct 04:07
Compare
Choose a tag to compare
  • The default of infiniteSelectionRange is now false.
  • Removed the PieMenu.SuggestedClickListener inner class and made it its own class: PieMenuSuggestedClickListener.
  • Removed the manualVisibility flag: it wasn't consistent enough and forced users to learn or guess about some internal workings.
  • Removed the highlightIsSelection flag: it complexified the API despite there being the Highlight callback.
  • Fixed a bug with the selectIndex(int) method.
  • Preparing HTML-GWT set up.
  • Multisampling from the DesktopLauncher for smoother recordings.

Integrating GWT

01 Oct 09:03
Compare
Choose a tag to compare
v1.0.1

Merge remote-tracking branch 'origin/master'

Initial release!

01 Oct 04:59
Compare
Choose a tag to compare

Trying to publish this release with some binaries, including JavaDoc.

A few of the improvements planned for the next release:

  • Defined behavior for users that employ setWidth() and setHeight() on the Widget
  • Defined behavior for child Actors which are invisible
  • A method to set a default index that the widget falls back to when trying to interact with an invalid index

And some more far-fetched dreams:

  • Adapted display for users that employ the setScale-methods-family on the Widget
  • A ShapeDrawer-independent implementation
  • A scene2d-independent implementation
  • An EllipticGroup class?

Back to naming convention of versions.

30 Sep 04:57
c821a3e
Compare
Choose a tag to compare
Pre-release
v0.2.1-alpha

Update README.md

Restructured the project.

30 Sep 04:54
c821a3e
Compare
Choose a tag to compare
Pre-release

Refactored the structure of the repository, added the MIT license.
The API now gives access to more of its internal methods, too!
ShapeDrawer should now be automatically included as a dependency.

Trying a quick-fix for JitPack deployment

29 Sep 09:56
363efac
Compare
Choose a tag to compare

First time doing this... Good thing those are marked as "pre-release" !

Early alpha release!

29 Sep 08:32
cea0bcb
Compare
Choose a tag to compare
Early alpha release! Pre-release
Pre-release

Core functionalities are included.
5 different use-cases implemented and demonstrated.

Children Actors which are instances of Image will not work as intended for now because I have hard-coded their size, but the background Drawable style should work.