aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-08-31Fix Alignment, add to WLabel and WButtonFalkreon
2019-08-31Improve ScreenDrawing, move Axis/Alignment into data pkg, add server-safe ColorFalkreon
2019-08-30Implement panel clippingFalkreon
2019-08-30Rearrange drawing, deprecate paintForeground, add widget ticksFalkreon
2019-08-30CottonScreenController -> CottonCraftingController, hit coordinates fixFalkreon
2019-08-30Update to 19w35a, rearrange ScreenDrawing, rename screensFalkreon
2019-08-29Merge pull request #9 from Juuxel/slidersFalkreon
2019-08-29Sliders are done!Juuxel
2019-08-28Test gui demo leading to list fixesFalkreon
2019-08-28Add WAbstractSlider and do some initial code for labeled slidersJuuxel
2019-08-28Sliders: Add keyboard support, fix clicking, highlight when focusedJuuxel
2019-08-28Fix issues with small value ranges, only fire needed value change eventsJuuxel
2019-08-28Remove star import in ConfigGuiJuuxel