Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Fixed GuiTest | ErnieBernie10 | |
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 | |
2020-01-19 | Add nine-patch background painters | Juuxel | |
2020-01-19 | Verbump to 1.4.01.4.0 | Juuxel | |
2020-01-19 | Add dynamic labels | Juuxel | |
Related to #24. | |||
2020-01-19 | Clamp values to the new range in WAbstractSlider.set[Min/Max]Value | Juuxel | |
Closes #17. | |||
2020-01-19 | Update modmenu | Juuxel | |
2020-01-19 | Merge remote-tracking branch 'upstream/master' | Juuxel | |
2020-01-19 | Add select-all to text fields, fix selections spilling outside the widget | Juuxel | |
Closes #28 and fixes #29. | |||
2020-01-09 | Add version and discord badges to README | Juuxel | |
2019-12-15 | Fix ScreenDrawing, verbump | Juuxel | |
2019-12-15 | who renames these :angry: | Juuxel | |
2019-12-15 | WToggleButton.setLabel should return itself | Juuxel | |
2019-12-15 | Add nullability annotations to WToggleButton.label-related code | Juuxel | |
2019-12-15 | Add getter/setter for button label and alignment | Juuxel | |
2019-12-15 | Rework WToggleButton | Juuxel | |
- Cleaned up the class - Placed fields/constructors/methods in a sensible order - Removed unnecessary whitespace (Why was there a blank line inside of if statements?) - Deprecated the (width, height) constructors. The sizing wasn't implemented. - Added accessors for labels. - Made onToggle a Consumer<Boolean>, so the toggle value can be accessed in the handler. | |||
2019-12-09 | Merge branch 'master' of https://github.com/CottonMC/LibGui | Juuxel | |
2019-12-09 | Add a WListPanel constructor without the widget class parameter | Juuxel | |
2019-12-08 | Update README.md | Juuxel | |
Now references the LibGui wiki instead of the Cotton wiki. | |||
2019-11-17 | Merge pull request #23 from Juuxel/19w46b-update | Falkreon | |
Update to 19w46b | |||
2019-11-17 | Update to 19w46b | Juuxel | |
2019-10-24 | Update to 19w42a | Falkreon | |
2019-10-24 | Merge pull request #21 from franiscoder/master | Falkreon | |
Add setters for min and max in WAbstractSlider | |||
2019-10-23 | WAbstractSlider Update | Fran____ | |
2019-09-28 | Merge pull request #14 from Juuxel/text-events | Falkreon | |
Add text click and hover event support for WLabel | |||
2019-09-28 | RGB->HSL | Falkreon | |