aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-26Janky 1.20.5 fix1.20.5Linnea Gräf
2024-01-14Bump version to 9.2.2Juuz
2024-01-14WSlider: Fix client-only field having an initialiserJuuz
2023-12-09Bump version to 9.2.1Juuz
2023-12-09Fix client-sided field initialisers being used in common classesJuuz
Fixes #231. Fabric Loader 0.15 fixes the treatment of client-only fields, so this code crashed before.
2023-12-01Bump version to 9.2.0Juuz
2023-12-01Update Gradle and LoomJuuz
2023-11-26Remove unnecessary CottonInventoryScreenImpl interfaceJuuz
2023-11-26Add ghost item iconsJuuz
Closes #228.
2023-11-26Fix title being hidden below screenJuuz
Fixes #227. Introduces a minor new API, CottonInventoryScreen.paintDescription, for use in a mixin.
2023-11-26Fix WItemSlot.iconOnlyPaintedForEmptySlots being flippedJuuz
Fixes #229.
2023-11-18WItemSlot: Fix default value of iconOnlyPaintedForEmptySlotsJuuz
2023-11-18Use pattern matching instanceof everywhereJuuz
Resolves #216.
2023-11-18Add Insets.width and Insets.heightJuuz
2023-11-18WScrollPanel: Add insets supportJuuz
2023-11-18WListPanel: Fix addPainters not being called on all childrenJuuz
2023-11-18WListPanel: Split margin into insets and gapsJuuz
Resolves #221.
2023-11-18WListPanel: Delete commented-out code blockJuuz
2023-11-18WScrollPanel: Add missing since tagsJuuz
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