Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-26 | Remove broken scaling from WItem | Juuxel | |
(cherry picked from commit 9743d57ec08b0488e2c7152615d54dd813a1bd3f) | |||
2020-04-26 | Fix WTexts being fixed-size | Juuxel | |
(cherry picked from commit 0a0125ee79e7865e9c8673726f5c29ab83be7fdd) | |||
2020-04-15 | Add Environment annotations to interaction methods | Juuxel | |
Should fix #41. | |||
2020-04-15 | Add some label docs | Juuxel | |
2020-04-15 | Improve labeled slider docs | Juuxel | |
2020-04-13 | Improve panel and list docs | Juuxel | |
2020-04-13 | Add Environment annotations to WWidget.tick overrides | Juuxel | |
2020-04-13 | Improve WWidget documentation and add Nullable annotations | Juuxel | |
2020-04-13 | Fix #45 | Juuxel | |
2020-04-09 | Fix #43, fix null inventories not being converted to EmptyInventory | Juuxel | |
There's no Nullable on InventoryProvider.getInventory, but some mods return null there. (cherry picked from commit 54cab8890fae9b3f7803b368fb97208d570447b1) | |||
2020-03-20 | Add docs for WSprite UV fields | Juuxel | |
(cherry picked from commit 8f8394b2962bd11782e253840342f79c32fd73ad) | |||
2020-03-20 | Docs, fix WSprite not using UV for non-animated sprites | Juuxel | |
(cherry picked from commit 7a35742c14f706fb71f14690fdd6f88a1cdb6d25) | |||
2020-03-20 | Make scroll bars look nicer | Juuxel | |
2020-03-19 | Remove environment checking from WText line wrapping | Juuxel | |
2020-03-19 | Add UV support for WSprite, document WLabel constructors | Juuxel | |
Closes #35. (cherry picked from commit 756caa3d5941f44fac9fe15676501e16275cdd3b) | |||
2020-03-19 | Remove experimental WTitle widget | Juuxel | |
2020-03-19 | Fix compilation | Juuxel | |
2020-03-19 | Fix #38 | Juuxel | |
(cherry picked from commit 8b3c9477ed7983d7677915053e57743f0cfe04b9) | |||
2020-03-19 | Add text hover rendering to WText | Juuxel | |
(cherry picked from commit a9361c757a636c9d62bbc180a5c0468f649784ba) | |||
2020-03-19 | Add a multiline text widget | Juuxel | |
Closes #36. (cherry picked from commit ef2d9351241cdc082f281961a6a5544afdecf4fe) | |||
2020-03-19 | Add an item display widget (WItem) | Juuxel | |
(cherry picked from commit 3e98462c5b86b488ff73ccf25874a464d31e61f4) | |||
2020-03-19 | Add unmodifiable slots | Juuxel | |
(cherry picked from commit d654f037614438aaa198c1c3da49be989ae7bea7) | |||
2020-02-25 | Make list panels always have at least one cell visible | Juuxel | |
If the children are higher than the layout height, they should still be partially visible. | |||
2020-02-21 | Add more getters and setters for scroll bars | Juuxel | |
Closes #34. | |||
2020-02-17 | Add horizontally centering positioner | Juuxel | |
2020-02-17 | Revert "Simplify the HUD API" | Juuxel | |
Positioners actually have another use case -- centering widgets. Centering is not possible with just x/y as it also needs the widget and the height. This reverts commit 5b23e672. | |||
2020-02-17 | Simplify the HUD API | Juuxel | |
2020-02-09 | Make EmptyInventory.canPlayerUseInv return true, give nicer names to ↵ | Juuxel | |
EmptyInventory parameters | |||
2020-01-26 | ScreenDrawing javadocs | Juuxel | |
2020-01-26 | Add a utility method to CottonHud that resizes the added widget | Juuxel | |
2020-01-26 | Fix list panels not always setting their children's host | Juuxel | |
2020-01-26 | Add utility method for adding a HUD widget at a pos | Juuxel | |
2020-01-26 | Create package-infos | Juuxel | |
2020-01-26 | Add HUD support | Juuxel | |
2020-01-26 | Fix WWidget.onMouseMove using X pos for Y pos1.5.1 | Juuxel | |
2020-01-25 | Make WTitle a beta widget1.5.0 | Juuxel | |
2020-01-25 | Add Environment(CLIENT) to NinePatch | Juuxel | |
2020-01-24 | Remove the ability to specify corner UV in .9patch files | Juuxel | |
It was a bit buggy. | |||
2020-01-24 | Move nine-patch into its own class, revert making it the default | Juuxel | |
2020-01-23 | Also load the corner UV from the metadata files | Juuxel | |
2020-01-23 | Add nine-patch painter for panels | Juuxel | |
2020-01-23 | Improve WTitle docs | Juuxel | |
2020-01-23 | Add WTitle | Juuxel | |
2020-01-23 | Add support for loading nine-patch metadata from resource packs | Juuxel | |
2020-01-23 | Update to 1.15.2, javadoc fixes | Juuxel | |
2020-01-20 | Add better padding and tiling support to nine-patch painters | Juuxel | |
The padding can now be set separately for each direction, and the painters now support tiling the texture in addition to stretching it. | |||
2020-01-20 | Actually fix WClippedPanel | Juuxel | |
Thanks @vini2003! | |||
2020-01-20 | Fix WClippedPanel | Juuxel | |
It now uses a glScissor instead of a depth hack. I tested it with the config GUI, and it seems to work. | |||
2020-01-19 | Add dragging deltas into WWidget.onMouseDrag, add WWidget.onMouseMove | Juuxel | |
Closes #30. Closes #31. | |||
2020-01-19 | Change default nine-patch padding to 0 | Juuxel | |