aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-18WItemSlot: Add toggle for hiding icons for slots with itemsJuuz
Resolves #203.
2023-11-18Bump version to 9.1.0Juuz
2023-11-18Fix Screen.renderBackground being called twiceJuuz
Fixes #226.
2023-11-14Add scroll bar getters and setters to WScrollPanel (#225)Aya
2023-10-15Fix WLabel/WText.getTextStyleAt with non-left-top alignmentsJuuz
2023-10-15Fix missing resource loader dependencyJuuz
Fixes #213.
2023-10-15WTextField: Fix onCharTyped not considering editabilityJuuz
2023-10-15Bump version to 9.0.1Juuz
2023-10-15WTextField: Fix NPEs when the text renderer is nullJuuz
2023-10-15Bump version to 9.0.0Juuz
2023-10-15WScrollBar: Minor javadoc and formatting fixesJuuz
2023-10-15Added set/getScrollingSpeed methods and updated ScrollBarTestGui.java (#218)LopyMine
2023-10-15WLabeledSlider: Make height freely adjustableJuuz
2023-10-15WButton: Remove unused darkmodeColor fieldJuuz
2023-10-15WButton: Make height freely adjustableJuuz
2023-10-15Update GradleJuuz
2023-09-27ScreenDrawing+Texture: Improve GUI sprite renderingJuuz
- Fix choppiness from using int coordinates - UV order is normalised and flipping is explicitly not supported
2023-09-27Texture: Fix javadoc errorJuuz
2023-09-27ScreenDrawing: Fix texturedRect not respecting alpha valuesJuuz
2023-09-27ScreenDrawing: Fix shader color escaping from texturedRectJuuz
2023-09-27Texture: Support GUI spritesJuuz
2023-09-27CottonInventoryScreen: Fix z order issuesJuuz
2023-09-27Bump dependency versionsJuuz
2023-09-27Merge branch 'unstable/9.0'Juuz
# Conflicts: # src/main/resources/fabric.mod.json
2023-09-25Bump Minecraft requirement in fabric.mod.jsonJuuz
2023-09-25Update publishing details to be more genericJuuz
2023-09-25Bump version to 8.1.0Juuz
2023-09-09Fix code styleJuuz
2023-09-09Fix messed up mcmeta formattingJuuz
2023-09-09Move scroll bar textures to GUI spritesJuuz
2023-09-09Merge branch 'master' into unstable/9.0Juuz
2023-09-09Paint WScrollBar using textures (#212)LopyMine
2023-09-09Update French translations (#208)jagerbob
2023-09-09BackgroundPainter: Update texture paths in javadocJuuz
2023-09-09Use GUI sprites for panel texturesJuuz
2023-09-09Add BackgroundPainter.createGuiSpriteJuuz
2023-09-09Initial port to 1.20.2Juuz
2023-09-09Update Gradle, Loom and VFLJuuz
2023-09-09Add since tags and make all deprecations forRemoval=trueJuuz
2023-09-09Revert gradle.properties reformattingJuuz
2023-09-09Add input/output filter + weaken WPlayerInvPanel's components' protection (#209)Luiz Feikes
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2023-07-23Bump version to 8.0.2Juuz
2023-07-23Update JanksonJuuz
2023-07-21Translate Mod Menu description into Tatar (#206)Amirhan-Taipovjan-Greatest-I
2023-07-02Bump version to 8.0.1Juuz
2023-07-02Fix WPanelWithInsets.expandToFit(WWidget) not considering insetsJuuz
2023-06-11Bump version to 8.0.0Juuz
2023-06-11Merge branch 'unstable/8.0'Juuz
# Conflicts: # gradle.properties # src/main/java/io/github/cottonmc/cotton/gui/client/CottonClientScreen.java # src/main/java/io/github/cottonmc/cotton/gui/client/CottonInventoryScreen.java
2023-06-11Bump version to 7.1.1Juuz
2023-06-11Fix incorrect title positions for non-left alignmentsJuuz