aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-16Fix #169Juuz
2022-06-16Update to 1.19 and bump version to 6.0.0Juuz
2022-06-16Merge 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-29Bump version to beta 5Juuxel
2022-05-29Fix tab panels looking awful and brokenJuuxel
2022-05-29Bump version to 5.4.2Juuxel
2022-05-29Fix tab panels looking awful and brokenJuuxel
2022-05-23Bump version to 5.4.1Juuz
2022-05-23Bump versionJuuz
2022-05-23Update Fabric APIJuuz
2022-05-23Fix WBox always resizing children and calling wrong canResizeJuuz
Fixes #162.
2022-05-23Fix WBox always resizing children and calling wrong canResizeJuuz
Fixes #162.
2022-05-19Bump Minecraft dependencyJuuz
2022-05-19Update to 1.19-pre1Juuz
- API change: WItem now uses TagKey instead of Tag.
2022-04-25Update Minecraft dependency in fabric.mod.jsonJuuz
2022-04-25Bump version to 5.4.0Juuz
2022-04-25Fix config screen not going back to previous screen when closedJuuz
2022-04-25Backport deprecations from 6.0.0 beta 2Juuz
- WLabel(String) and WLabel(String, int) - WTextField.setSuggestion(String)
2022-04-25Bump version to beta 2Juuz
2022-04-25Update to 22w16bJuuz
- Removed WLabel(String) and WLabel(String, int) - Removed WTextField.setSuggestion(String) - Fixed config screen not returning to previous screen
2022-04-13Bump version to 6.0.0-beta.1Juuz
2022-04-13Update to 22w14a (#157)frqnny
2022-04-07Update Loom to 0.11 and LQF to 1.7.0Juuxel
2022-03-22Mark fabric-api-base and fabric-networking-api-v1 as modApi depsJuuz
2022-03-22Bump version to 5.3.2Juuz
2022-03-22Update .editorconfig for JSON formatting in IDEAJuuz
2022-03-22Fix indentation in build.gradleJuuz
Why does IDEA insist on throwing spaces everywhere???
2022-03-22Only depend on specific Fabric API modulesJuuz
2022-03-20Updated to 1.18.2 (#155)Greg C
2022-02-27Bump version to 5.3.1Juuz
2022-02-27Corrected 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-27Fix IOOBE when WTextField.scrollOffset was outside the stringJuuz
Fixes #154. Also documented some WTextField methods.
2022-01-16Bump version to 5.3.0Juuz
2022-01-16Added getter for WListPanel's scrollbar (#150)Luligabi1
2022-01-16Add test for WItemSlot filtersJuuz
2022-01-16Clarify WPanel.streamChildren, remove ApiStatus.ExperimentalJuuz
2021-12-24Bump version to 5.2.0Juuz
2021-12-24Add CottonInventoryScreen ctor overloads with PlayerInventoryJuuz
Closes #147.
2021-12-22Bump version to 5.1.1Juuz
2021-12-22Add test for blocks without any inventory of their ownJuuz
2021-12-22Keep bin compat in SyncedGuiDescriptionJuuz
2021-12-22Improve WWidget.validate javadocJuuz
2021-12-22Remove possible null values for ValidatedSlot.filterJuuz
2021-12-22Move custom quick move implementation from onSlotClick to transferSlotJuuz
2021-12-06Fix javadoc formatJuuz
2021-12-06Add WAbstractSlider.updateValueCoordRatios, bump to 5.1.0Juuz
Fixes #145.
2021-12-06Bump version to 5.0.0, build on 1.18Juuz
2021-12-06Remove deprecationsJuuz
2021-12-06Merge branch '1.17'Juuz
# Conflicts: # gradle.properties
2021-12-06Clean up WTextFieldJuuz