aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-10Remove properties tag from WButton javadocfeature/narrationJuuz
2021-09-10Clarify ObservableView.ChangeListener parametersJuuz
2021-09-10Add some utility methods to ObservableViewJuuz
2021-09-10Add ObservableView.hasValueJuuz
2021-09-10Remove the binding functionality of observable propertiesJuuz
This is required for having proper change listeners.
2021-09-10WItemSlot.getExtraNarrationMessage -> getNarrationName, make public APIJuuz
2021-09-10Add slot hovering narrationJuuz
2021-09-10Fix narration element indices and more JD tricksJuuz
2021-09-10Add taglet for listing observable propertiesJuuz
Overkill? Yep. Still fancy? Absolutely!
2021-09-10More JD!Juuz
2021-09-10Fix ObservableView.ChangeListener javadocJuuz
2021-09-10Add observable viewsJuuz
2021-09-10Document ObservableProperty.add/removeListenerJuuz
2021-09-10Fix WWidget.setHovered javadocJuuz
2021-09-10More work on hovering and observablesJuuz
2021-08-18Merge branch 'feature/hover' into feature/narrationJuuz
2021-08-18yes!Juuz
2021-08-18Bump version to 4.1.74.1.7Juuz
2021-08-18Add focused narration supportJuuz
2021-08-18WWidget.onShown and onHidden are no longer betaJuuz
2021-08-18Fix the bottom coordinate of scissor rectangles being incorrect on high DPI ↵haykam821
displays (#134) Fixes #114
2021-08-10Fix #130, bump version to 4.1.64.1.6Juuz
2021-07-18Bump version to 4.1.54.1.5Juuz
2021-07-16Update LQF to 1.1.2Juuxel
2021-07-16fix texturedRect() not blending transparent textures (#125)Fourmisain
2021-07-11Fix broken AW by yeeting it, bump version to 4.1.44.1.4Juuz
2021-07-11Bump version to 4.1.34.1.3Juuz
2021-07-11Call Inventory.onOpen and Inventory.onClose in SyncedGuiDescriptionJuuz
2021-07-11Document SyncedGuiDescription constructorsJuuz
2021-07-11Update YarnJuuz
2021-07-09Make the test visual logger warnings controllableJuuz
2021-07-09Bump version requirement in fabric.mod.json4.1.2Juuz
2021-07-09Update to 1.17.1 stable and bump to 4.1.2Juuz
2021-07-09Add French translation (#122)YanisBft
2021-07-07Fix WScrollPanel validation issue (#121)frqnny
* Fix WScrollPanel validation issue * Fix damn checkstyle amirite
2021-07-01Update to 1.17.1-rc1, bump to 4.1.14.1.1Juuxel
2021-07-01Bump version to 4.1.04.1.0Juuxel
2021-06-27Add a "visual logger" for showing error messages in a dev envJuuxel
2021-06-27Fix Screen.onClose not being called in CottonInventoryScreenJuuxel
2021-06-27Clean up by using enhanced switchJuuxel
2021-06-27Fix WBar.withConstantMaximum and clean up the classJuuxel
2021-06-22Minor tweaks to WItemSlot.get/setIconJuuz
- JD improvements - Fixed @'since tags - Warning when you're setting an icon for a widget with more than 1 visible slot
2021-06-22Add Icon API to WItemSlot (#119)frqnny
* Add Icon API to WItemSlot * Fix checkstyle * Clean up test description
2021-06-16Revert "Add loom-quiltflower"Juuz
This reverts commit 780f073d. Adding LQF somehow breaks mod dependency remapping, which shouldn't be possible... This just shows that Loom is *really* fragile.
2021-06-16Add --stacktrace to GH workflowJuuz
2021-06-16Clean up code using switch expressionsJuuz
2021-06-16Add loom-quiltflowerJuuz
2021-06-09Update versions4.0.0Juuxel
2021-06-09Prevent adding widgets to themselves recursivelyJuuxel
Also includes any parents.
2021-06-09Remove WWidget.createPeersJuuxel
Closes #117.