aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-26Janky 1.20.5 fix1.20.5Linnea Gräf
2024-01-14WSlider: Fix client-only field having an initialiserJuuz
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-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-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-15WTextField: Fix NPEs when the text renderer is nullJuuz
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-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-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-09Add since tags and make all deprecations forRemoval=trueJuuz
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-23Update JanksonJuuz
2023-07-21Translate Mod Menu description into Tatar (#206)Amirhan-Taipovjan-Greatest-I
2023-07-02Fix WPanelWithInsets.expandToFit(WWidget) not considering insetsJuuz
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