Releases: payne911/PieMenu
Releases · payne911/PieMenu
New flag: `defaultIndex`
- Added a
defaultIndex
flag as a fallback value when an invalid index is being selected. - Minor on the
PieMenu
'shit
method.
Refactored flags and listeners
- The default of
infiniteSelectionRange
is nowfalse
. - 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
v1.0.1 Merge remote-tracking branch 'origin/master'
Initial release!
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()
andsetHeight()
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.
v0.2.1-alpha Update README.md
Restructured the project.
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
First time doing this... Good thing those are marked as "pre-release" !
Early alpha 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.