aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-19Add dynamic labelsJuuxel
2020-01-19Clamp values to the new range in WAbstractSlider.set[Min/Max]ValueJuuxel
2020-01-19Add select-all to text fields, fix selections spilling outside the widgetJuuxel
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-11-17Update to 19w46bJuuxel
2019-10-23WAbstractSlider UpdateFran____
2019-09-28Merge pull request #14 from Juuxel/text-eventsFalkreon
2019-09-28RGB->HSLFalkreon
2019-09-27Implement HSL colors, update janksonFalkreon
2019-09-26Add text click and hover event support for WLabelJuuxel
2019-09-22Palette workFalkreon
2019-09-22Merge pull request #13 from Juuxel/slider-updatesFalkreon
2019-09-22Add silent WAbstractSlider.setValue and a callListeners flagJuuxel
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
2019-09-01Deliver mouse scrolling events to the root panel as wellJuuxel
2019-08-31Fix E-to-close, respect image settings on WToggleButtonFalkreon
2019-09-01Improve scrolling againJuuxel
2019-09-01Improve scrollingJuuxel
2019-09-01Add scrolling support for widgetsJuuxel
2019-08-31Some slider updatesJuuxel