Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Scrolling scroll bars!
|
|
|
|
|
|
|
|
Still needs testing, but I have to fix the test mod first.
|
|
|
|
|
|
|
|
- paintBackground -> paint, removed paintForeground.
Closes #42.
- paint takes the MatrixStack as well.
Closes #52.
- Renamed WTextField.renderButton to renderTextField
and made it protected.
|
|
|
|
|
|
# Conflicts:
# src/main/java/io/github/cottonmc/cotton/gui/CottonInventoryController.java
|
|
|
|
|
|
Should fix #41.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I hate this snapshot.
|
|
|
|
There's no Nullable on InventoryProvider.getInventory,
but some mods return null there.
|
|
Closes #39.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #35.
|
|
|
|
|
|
|
|
Closes #36.
|
|
|
|
|
|
|
|
|
|
If the children are higher than the layout height,
they should still be partially visible.
|
|
Closes #34.
|
|
|
|
|