Age | Commit message (Expand) | Author |
2020-01-20 | Fix WClippedPanel | Juuxel |
2020-01-19 | Add dragging deltas into WWidget.onMouseDrag, add WWidget.onMouseMove | Juuxel |
2020-01-19 | Change default nine-patch padding to 0 | Juuxel |
2020-01-19 | Add nine-patch background painters | Juuxel |
2020-01-19 | Add dynamic labels | Juuxel |
2020-01-19 | Clamp values to the new range in WAbstractSlider.set[Min/Max]Value | Juuxel |
2020-01-19 | Add select-all to text fields, fix selections spilling outside the widget | 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 |
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-11-17 | Update to 19w46b | Juuxel |
2019-10-23 | WAbstractSlider Update | Fran____ |
2019-09-28 | Merge pull request #14 from Juuxel/text-events | Falkreon |
2019-09-28 | RGB->HSL | Falkreon |
2019-09-27 | Implement HSL colors, update jankson | Falkreon |
2019-09-26 | Add text click and hover event support for WLabel | Juuxel |
2019-09-22 | Palette work | Falkreon |
2019-09-22 | Merge pull request #13 from Juuxel/slider-updates | Falkreon |
2019-09-22 | Add silent WAbstractSlider.setValue and a callListeners flag | Juuxel |
2019-09-14 | More snapshot work | Falkreon |
2019-09-01 | Make the dark slider texture a bit nicer | Juuxel |
2019-09-01 | Clamp slider values in WAbstractSlider.setValue | Juuxel |
2019-09-01 | Improve dark slider textures | Juuxel |
2019-09-01 | Add scrolling support for sliders | Juuxel |
2019-09-01 | Merge branch 'master' of https://github.com/CottonMC/LibGui into slider-updates | Juuxel |
2019-09-01 | Merge pull request #12 from Juuxel/scrolling | Falkreon |
2019-09-01 | Deliver mouse scrolling events to the root panel as well | Juuxel |
2019-08-31 | Fix E-to-close, respect image settings on WToggleButton | Falkreon |
2019-09-01 | Improve scrolling again | Juuxel |
2019-09-01 | Improve scrolling | Juuxel |
2019-09-01 | Add scrolling support for widgets | Juuxel |
2019-08-31 | Some slider updates | Juuxel |
2019-08-31 | Fix Alignment, add to WLabel and WButton | Falkreon |
2019-08-31 | Improve ScreenDrawing, move Axis/Alignment into data pkg, add server-safe Color | Falkreon |
2019-08-30 | Implement panel clipping | Falkreon |
2019-08-30 | Rearrange drawing, deprecate paintForeground, add widget ticks | Falkreon |
2019-08-30 | CottonScreenController -> CottonCraftingController, hit coordinates fix | Falkreon |
2019-08-30 | Update to 19w35a, rearrange ScreenDrawing, rename screens | Falkreon |
2019-08-29 | Merge pull request #9 from Juuxel/sliders | Falkreon |
2019-08-29 | Sliders are done! | Juuxel |
2019-08-28 | Test gui demo leading to list fixes | Falkreon |
2019-08-28 | Add WAbstractSlider and do some initial code for labeled sliders | Juuxel |
2019-08-28 | Sliders: Add keyboard support, fix clicking, highlight when focused | Juuxel |
2019-08-28 | Fix issues with small value ranges, only fire needed value change events | Juuxel |
2019-08-28 | Remove star import in ConfigGui | Juuxel |