Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-12 | Revert breaking API changes in WTextFieldfeature/improvetextfield | nea | |
2021-10-30 | Rework keyboard interactions with WTextField | nea | |
Introduce CTRL+(Left/Right) for deletes, selects and cursor moves. | |||
2021-10-30 | Make caret position movable by clicks | nea | |
Also deprecated the public getCaretPos method since it was public. | |||
2021-10-30 | Refactor rendering of WTextField and add text scrolling | nea | |
2021-09-15 | Update to Gradle 7.2HEADmaster | Juuz | |
2021-09-12 | Fix #137, bump version to 4.2.14.2.1 | Juuz | |
2021-09-12 | Update Yarn and LQF | Juuz | |
2021-09-11 | Javadoc hotfix4.2.0 | Juuz | |
2021-09-11 | Link to jetbrains annotations in javadoc | Juuz | |
2021-09-11 | Make hovering take WWidget.isWithinBounds into account | Juuz | |
Also improved docs and added WWidget.canHover. | |||
2021-09-11 | Refactor observable properties | Juuz | |
2021-09-11 | Revert "Loom 0.10!" | Juuz | |
This reverts commit 11321463. Apparently it's not stable enough to use yet :sob: | |||
2021-09-11 | Loom 0.10! | Juuz | |
2021-09-11 | Bump version to 4.2.0 | Juuz | |
2021-09-11 | Update Finnish translation | Juuz | |
2021-09-11 | Use vanilla translation key for "hotbar" | Juuz | |
2021-09-11 | Add 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-18 | Bump version to 4.1.74.1.7 | Juuz | |
2021-08-18 | WWidget.onShown and onHidden are no longer beta | Juuz | |
2021-08-18 | Fix the bottom coordinate of scissor rectangles being incorrect on high DPI ↵ | haykam821 | |
displays (#134) Fixes #114 | |||
2021-08-10 | Fix #130, bump version to 4.1.64.1.6 | Juuz | |
2021-07-18 | Bump version to 4.1.54.1.5 | Juuz | |
2021-07-16 | Update LQF to 1.1.2 | Juuxel | |
2021-07-16 | fix texturedRect() not blending transparent textures (#125) | Fourmisain | |
2021-07-11 | Fix broken AW by yeeting it, bump version to 4.1.44.1.4 | Juuz | |
2021-07-11 | Bump version to 4.1.34.1.3 | Juuz | |
2021-07-11 | Call Inventory.onOpen and Inventory.onClose in SyncedGuiDescription | Juuz | |
2021-07-11 | Document SyncedGuiDescription constructors | Juuz | |
2021-07-11 | Update Yarn | Juuz | |
2021-07-09 | Make the test visual logger warnings controllable | Juuz | |
2021-07-09 | Bump version requirement in fabric.mod.json4.1.2 | Juuz | |
2021-07-09 | Update to 1.17.1 stable and bump to 4.1.2 | Juuz | |
2021-07-09 | Add French translation (#122) | YanisBft | |
2021-07-07 | Fix WScrollPanel validation issue (#121) | frqnny | |
* Fix WScrollPanel validation issue * Fix damn checkstyle amirite | |||
2021-07-01 | Update to 1.17.1-rc1, bump to 4.1.14.1.1 | Juuxel | |
2021-07-01 | Bump version to 4.1.04.1.0 | Juuxel | |
2021-06-27 | Add a "visual logger" for showing error messages in a dev env | Juuxel | |
2021-06-27 | Fix Screen.onClose not being called in CottonInventoryScreen | Juuxel | |
2021-06-27 | Clean up by using enhanced switch | Juuxel | |
2021-06-27 | Fix WBar.withConstantMaximum and clean up the class | Juuxel | |
2021-06-22 | Minor tweaks to WItemSlot.get/setIcon | Juuz | |
- JD improvements - Fixed @'since tags - Warning when you're setting an icon for a widget with more than 1 visible slot | |||
2021-06-22 | Add Icon API to WItemSlot (#119) | frqnny | |
* Add Icon API to WItemSlot * Fix checkstyle * Clean up test description | |||
2021-06-16 | Revert "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-16 | Add --stacktrace to GH workflow | Juuz | |
2021-06-16 | Clean up code using switch expressions | Juuz | |
2021-06-16 | Add loom-quiltflower | Juuz | |
2021-06-09 | Update versions4.0.0 | Juuxel | |
2021-06-09 | Prevent adding widgets to themselves recursively | Juuxel | |
Also includes any parents. | |||
2021-06-09 | Remove WWidget.createPeers | Juuxel | |
Closes #117. | |||
2021-06-05 | Make insets properly swappable, add WPanelWithInsets4.0.0-beta.4 | Juuz | |