aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2021-09-12Fix #137, bump version to 4.2.14.2.1Juuz
2021-09-11Javadoc hotfix4.2.0Juuz
2021-09-11Make hovering take WWidget.isWithinBounds into accountJuuz
Also improved docs and added WWidget.canHover.
2021-09-11Refactor observable propertiesJuuz
2021-09-11Update Finnish translationJuuz
2021-09-11Use vanilla translation key for "hotbar"Juuz
2021-09-11Add observable properties and narration support (#136)Juuxel
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc
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-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-11Call Inventory.onOpen and Inventory.onClose in SyncedGuiDescriptionJuuz
2021-07-11Document SyncedGuiDescription constructorsJuuz
2021-07-11Update YarnJuuz
2021-07-09Bump version requirement in fabric.mod.json4.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-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-16Clean up code using switch expressionsJuuz
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.
2021-06-05Make insets properly swappable, add WPanelWithInsets4.0.0-beta.4Juuz
2021-06-05Update Mod Menu supportJuuz
2021-06-05Switch from accessor to AW, fixes #113Juuz
Accessors would be preferred but there is a mixin bug/regression that prevents me from modifying final fields with accessors unless I do some concerning hacky code.
2021-06-04Validate root panels automaticallyJuuz
2021-06-04Make WBar.validate safe to call multiple timesJuuz
2021-05-29fix dupe with guis without block inventory (#104)Gabriel Henrique de Oliveira
2021-05-29Add (back) NinePatchBackgroundPainter with padding supportJuuz
2021-05-27Make all WTextField instance fields private4.0.0-beta.1Juuz
This lets me rewrite the implementation during the 4.x cycle.
2021-05-27CottonHud: migrate to static methodsJuuz
2021-05-27Revert "WTextField: Fix #111 properly by using setText everywhere"Juuz
This reverts commit a0ec39ff
2021-05-27WTextField: Fix #111 properly by using setText everywhereJuuz
2021-05-27WTextField: Clean up WTextField.invertedRectJuuz
2021-05-27WTextField: Remove commented-out vanilla codeJuuz
2021-05-27Remove unimplemented insertTextJuuz
2021-05-27Fix #111Juuz
2021-05-27Move Vec2i into widget.dataJuuz
2021-05-27Convert Texture to a recordJuuz
2021-05-27Update LibNinePatch to 1.1.0, use ContextualTextureRendererJuuz
2021-05-27Improve BackgroundPainter javadoc about 9patchJuuz
2021-05-27Replace bad 9patch with LibNinePatch, fix bug with ItemIconJuuz
Also adds nicer tests with client-side commands. /libgui config: opens the config GUI without Mod Menu /libgui tab: opens a tab test GUI
2021-05-27Javadoc improvementsJuuz