aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-23Improve WTitle docsJuuxel
2020-01-23Add WTitleJuuxel
2020-01-23Add support for loading nine-patch metadata from resource packsJuuxel
2020-01-23Update to 1.15.2, javadoc fixesJuuxel
2020-01-20Add better padding and tiling support to nine-patch paintersJuuxel
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-20Actually fix WClippedPanelJuuxel
Thanks @vini2003!
2020-01-20Fix WClippedPanelJuuxel
It now uses a glScissor instead of a depth hack. I tested it with the config GUI, and it seems to work.
2020-01-19Add dragging deltas into WWidget.onMouseDrag, add WWidget.onMouseMoveJuuxel
Closes #30. Closes #31.
2020-01-19Change default nine-patch padding to 0Juuxel
2020-01-19Add nine-patch background paintersJuuxel
2020-01-19Verbump to 1.4.01.4.0Juuxel
2020-01-19Add dynamic labelsJuuxel
Related to #24.
2020-01-19Clamp values to the new range in WAbstractSlider.set[Min/Max]ValueJuuxel
Closes #17.
2020-01-19Update modmenuJuuxel
2020-01-19Merge remote-tracking branch 'upstream/master'Juuxel
2020-01-19Add select-all to text fields, fix selections spilling outside the widgetJuuxel
Closes #28 and fixes #29.
2020-01-09Add version and discord badges to READMEJuuxel
2019-12-15Fix ScreenDrawing, verbumpJuuxel
2019-12-15who renames these :angry:Juuxel
2019-12-15WToggleButton.setLabel should return itselfJuuxel
2019-12-15Add nullability annotations to WToggleButton.label-related codeJuuxel
2019-12-15Add getter/setter for button label and alignmentJuuxel
2019-12-15Rework WToggleButtonJuuxel
- 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-09Merge branch 'master' of https://github.com/CottonMC/LibGuiJuuxel
2019-12-09Add a WListPanel constructor without the widget class parameterJuuxel
2019-12-08Update README.mdJuuxel
Now references the LibGui wiki instead of the Cotton wiki.
2019-11-17Merge pull request #23 from Juuxel/19w46b-updateFalkreon
Update to 19w46b
2019-11-17Update to 19w46bJuuxel
2019-10-24Update to 19w42aFalkreon
2019-10-24Merge pull request #21 from franiscoder/masterFalkreon
Add setters for min and max in WAbstractSlider
2019-10-23WAbstractSlider UpdateFran____
2019-09-28Merge pull request #14 from Juuxel/text-eventsFalkreon
Add text click and hover event support for WLabel
2019-09-28RGB->HSLFalkreon
2019-09-27Version bump for betaFalkreon
2019-09-27Implement HSL colors, update janksonFalkreon
2019-09-26Add text click and hover event support for WLabelJuuxel
2019-09-22update to 19w38bFalkreon
2019-09-22Version bump for beta 4Falkreon
2019-09-22Palette workFalkreon
2019-09-22Merge pull request #13 from Juuxel/slider-updatesFalkreon
Slider updates
2019-09-22Add silent WAbstractSlider.setValue and a callListeners flagJuuxel
2019-09-14Version bump for betaFalkreon
2019-09-14More snapshot workFalkreon
2019-09-01Make the dark slider texture a bit nicerJuuxel
2019-09-01Clamp slider values in WAbstractSlider.setValueJuuxel
2019-09-01Improve dark slider texturesJuuxel
2019-09-01Add scrolling support for slidersJuuxel
2019-09-01Merge branch 'master' of https://github.com/CottonMC/LibGui into slider-updatesJuuxel
2019-09-01Merge pull request #12 from Juuxel/scrollingFalkreon
Mouse scrolling event
2019-09-01Deliver mouse scrolling events to the root panel as wellJuuxel