Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-16 | Fix #169 | Juuz | |
2022-06-16 | Update to 1.19 and bump version to 6.0.0 | Juuz | |
2022-06-16 | Merge branch 'unstable/6.0' | Juuz | |
# Conflicts: # gradle.properties # src/main/java/io/github/cottonmc/cotton/gui/impl/modmenu/ModMenuSupport.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WLabel.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WTextField.java | |||
2022-05-29 | Bump version to beta 5 | Juuxel | |
2022-05-29 | Fix tab panels looking awful and broken | Juuxel | |
2022-05-29 | Bump version to 5.4.2 | Juuxel | |
2022-05-29 | Fix tab panels looking awful and broken | Juuxel | |
2022-05-23 | Bump version to 5.4.1 | Juuz | |
2022-05-23 | Bump version | Juuz | |
2022-05-23 | Update Fabric API | Juuz | |
2022-05-23 | Fix WBox always resizing children and calling wrong canResize | Juuz | |
Fixes #162. | |||
2022-05-23 | Fix WBox always resizing children and calling wrong canResize | Juuz | |
Fixes #162. | |||
2022-05-19 | Bump Minecraft dependency | Juuz | |
2022-05-19 | Update to 1.19-pre1 | Juuz | |
- API change: WItem now uses TagKey instead of Tag. | |||
2022-04-25 | Update Minecraft dependency in fabric.mod.json | Juuz | |
2022-04-25 | Bump version to 5.4.0 | Juuz | |
2022-04-25 | Fix config screen not going back to previous screen when closed | Juuz | |
2022-04-25 | Backport deprecations from 6.0.0 beta 2 | Juuz | |
- WLabel(String) and WLabel(String, int) - WTextField.setSuggestion(String) | |||
2022-04-25 | Bump version to beta 2 | Juuz | |
2022-04-25 | Update to 22w16b | Juuz | |
- Removed WLabel(String) and WLabel(String, int) - Removed WTextField.setSuggestion(String) - Fixed config screen not returning to previous screen | |||
2022-04-13 | Bump version to 6.0.0-beta.1 | Juuz | |
2022-04-13 | Update to 22w14a (#157) | frqnny | |
2022-04-07 | Update Loom to 0.11 and LQF to 1.7.0 | Juuxel | |
2022-03-22 | Mark fabric-api-base and fabric-networking-api-v1 as modApi deps | Juuz | |
2022-03-22 | Bump version to 5.3.2 | Juuz | |
2022-03-22 | Update .editorconfig for JSON formatting in IDEA | Juuz | |
2022-03-22 | Fix indentation in build.gradle | Juuz | |
Why does IDEA insist on throwing spaces everywhere??? | |||
2022-03-22 | Only depend on specific Fabric API modules | Juuz | |
2022-03-20 | Updated to 1.18.2 (#155) | Greg C | |
2022-02-27 | Bump version to 5.3.1 | Juuz | |
2022-02-27 | Corrected calculation of the current visible elements in the list panel. (#152) | dani162 | |
* Corrected calculation of the current visible elements in the list panel. The change fixes the problem that the last element/elements in the list are not shown because the margin spaces weren't properly calculated in the visibleCells variable. Removed unnecessary for-loop run-trough. * Should add one margin to layoutHeight because the dividing element also has margin Co-authored-by: dani162 <{ID}+{username}@users.noreply.github.com> | |||
2022-02-27 | Fix IOOBE when WTextField.scrollOffset was outside the string | Juuz | |
Fixes #154. Also documented some WTextField methods. | |||
2022-01-16 | Bump version to 5.3.0 | Juuz | |
2022-01-16 | Added getter for WListPanel's scrollbar (#150) | Luligabi1 | |
2022-01-16 | Add test for WItemSlot filters | Juuz | |
2022-01-16 | Clarify WPanel.streamChildren, remove ApiStatus.Experimental | Juuz | |
2021-12-24 | Bump version to 5.2.0 | Juuz | |
2021-12-24 | Add CottonInventoryScreen ctor overloads with PlayerInventory | Juuz | |
Closes #147. | |||
2021-12-22 | Bump version to 5.1.1 | Juuz | |
2021-12-22 | Add test for blocks without any inventory of their own | Juuz | |
2021-12-22 | Keep bin compat in SyncedGuiDescription | Juuz | |
2021-12-22 | Improve WWidget.validate javadoc | Juuz | |
2021-12-22 | Remove possible null values for ValidatedSlot.filter | Juuz | |
2021-12-22 | Move custom quick move implementation from onSlotClick to transferSlot | Juuz | |
2021-12-06 | Fix javadoc format | Juuz | |
2021-12-06 | Add WAbstractSlider.updateValueCoordRatios, bump to 5.1.0 | Juuz | |
Fixes #145. | |||
2021-12-06 | Bump version to 5.0.0, build on 1.18 | Juuz | |
2021-12-06 | Remove deprecations | Juuz | |
2021-12-06 | Merge branch '1.17' | Juuz | |
# Conflicts: # gradle.properties | |||
2021-12-06 | Clean up WTextField | Juuz | |