aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-08Fix slider scrolling with keysJuuxel
2020-05-08WScrollBar: Fix windowJuuxel
2020-05-08Fix left and right being swapped when dragging slidersJuuxel
2020-05-08Fix slider thumbs rendering 1 pixel to the rightJuuxel
2020-05-08Sliders now slide properly in inverse directions as wellJuuxel
Scrolling scroll bars!
2020-05-08Fix right-facing horizontal sliders (default)Juuxel
2020-05-08Add slider directions, fix scroll bars not scrolling properlyJuuxel
2020-05-08Update test mod to 20w17aJuuxel
2020-05-08Make WScrollBar extend WAbstractSlider for better draggingJuuxel
Still needs testing, but I have to fix the test mod first.
2020-05-08Remove deprecated usages of color4f from ScreenDrawingJuuxel
2020-05-08Remove all deprecated membersJuuxel
2020-05-08Replace deprecated RenderSystem matrix usages in widget renderingJuuxel
2020-05-08Painting changesJuuxel
- paintBackground -> paint, removed paintForeground. Closes #42. - paint takes the MatrixStack as well. Closes #52. - Renamed WTextField.renderButton to renderTextField and made it protected.
2020-05-08Use non-deprecated ModMenu APIJuuxel
2020-05-08Remove deprecated addInformationJuuxel
2020-05-08Merge branch 'master' into new-breakingJuuxel
# Conflicts: # src/main/java/io/github/cottonmc/cotton/gui/CottonInventoryController.java
2020-04-26Remove broken scaling from WItem1.9.0Juuxel
2020-04-26Fix WTexts being fixed-sizeJuuxel
2020-04-26Add Environment annotations to interaction methodsJuuxel
Should fix #41.
2020-04-26Add some label docsJuuxel
2020-04-26Improve labeled slider docsJuuxel
2020-04-26Improve panel and list docsJuuxel
2020-04-26Add Environment annotations to WWidget.tick overridesJuuxel
2020-04-26Improve WWidget documentation and add Nullable annotationsJuuxel
2020-04-26Fix #45Juuxel
2020-04-26Add missing alignment accessors to WTextJuuxel
2020-04-25Use better text wrappingJuuxel
2020-04-25Update to 20w17aJuuxel
I hate this snapshot.
2020-04-09Update to 20w15a, bump version to 1.8.11.8.1Juuxel
2020-04-09Fix #43, fix null inventories not being converted to EmptyInventoryJuuxel
There's no Nullable on InventoryProvider.getInventory, but some mods return null there.
2020-03-29Make CottonCraftingController extend ScreenHandler directly, renameJuuxel
Closes #39.
2020-03-22Verbump to 1.8.01.8.0Juuxel
2020-03-20Add docs for WSprite UV fieldsJuuxel
2020-03-20Docs, fix WSprite not using UV for non-animated spritesJuuxel
2020-03-20Make scroll bars look nicerJuuxel
2020-03-19Update to 20w12a, just mapping changesJuuxel
2020-03-19Remove environment checking from WText line wrappingJuuxel
2020-03-19Add UV support for WSprite, document WLabel constructorsJuuxel
Closes #35.
2020-03-19Remove experimental WTitle widgetJuuxel
2020-03-19Fix #38Juuxel
2020-03-10Add text hover rendering to WTextJuuxel
2020-03-10Add a multiline text widgetJuuxel
Closes #36.
2020-03-10Add an item display widget (WItem)Juuxel
2020-03-10Add unmodifiable slotsJuuxel
2020-03-08Fix fabric.mod.json indentation1.7.0Juuxel
2020-03-08Update to 20w10aJuuxel
2020-02-25Make list panels always have at least one cell visibleJuuxel
If the children are higher than the layout height, they should still be partially visible.
2020-02-21Add more getters and setters for scroll barsJuuxel
Closes #34.
2020-02-17Verbump1.6.0Juuxel
2020-02-17Add horizontally centering positionerJuuxel