aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-17Verbump1.6.0Juuxel
2020-02-17Add horizontally centering positionerJuuxel
2020-02-17Revert "Simplify the HUD API"Juuxel
2020-02-17Simplify the HUD APIJuuxel
2020-02-09Make EmptyInventory.canPlayerUseInv return true, give nicer names to EmptyInv...Juuxel
2020-01-29Fixed GuiTestErnieBernie10
2020-01-26ScreenDrawing javadocsJuuxel
2020-01-26Add a utility method to CottonHud that resizes the added widgetJuuxel
2020-01-26Fix list panels not always setting their children's hostJuuxel
2020-01-26Add utility method for adding a HUD widget at a posJuuxel
2020-01-26Create package-infosJuuxel
2020-01-26Add HUD supportJuuxel
2020-01-26Fix WWidget.onMouseMove using X pos for Y pos1.5.1Juuxel
2020-01-25Make WTitle a beta widget1.5.0Juuxel
2020-01-25Add Environment(CLIENT) to NinePatchJuuxel
2020-01-24Remove the ability to specify corner UV in .9patch filesJuuxel
2020-01-24Move nine-patch into its own class, revert making it the defaultJuuxel
2020-01-23Also load the corner UV from the metadata filesJuuxel
2020-01-23Add nine-patch painter for panelsJuuxel
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
2020-01-20Actually fix WClippedPanelJuuxel
2020-01-20Fix WClippedPanelJuuxel
2020-01-19Add dragging deltas into WWidget.onMouseDrag, add WWidget.onMouseMoveJuuxel
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
2020-01-19Clamp values to the new range in WAbstractSlider.set[Min/Max]ValueJuuxel
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
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
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
2019-11-17Merge pull request #23 from Juuxel/19w46b-updateFalkreon
2019-11-17Update to 19w46bJuuxel
2019-10-24Update to 19w42aFalkreon
2019-10-24Merge pull request #21 from franiscoder/masterFalkreon
2019-10-23WAbstractSlider UpdateFran____