aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/libgui/textures/widget
AgeCommit message (Collapse)Author
2023-09-25Add 1.20.2 support1.20.2nea
2023-09-09Paint WScrollBar using textures (#212)LopyMine
2022-09-12Make item slots paint a texture instead of coloured rectanglesJuuz
Closes #128.
2021-02-27Add button dark modeJuuxel
2020-09-24Tabs, card panels and showing/hiding widgets (#74)3.0.0Juuxel
* Add beta API for hiding and showing widget peers, add default implementation for slots * Add WCardPanel * Tab thingies * Improve WPanel.toString * Fix tabs, add dark mode * Add box fillers * Tabs again * Tab go brrr * Revert modmenu changes * Fix card panels not initialising hidden widgets properly * Fix slots not being hidden when they should be * Things * Revert "Add box fillers" This reverts commit 1ea1bfbb * foo * revert more modmenu changes * Add tab titles and switch to a builder model for adding tabs * Document tab builders * Make hidden widgets release their focus * Replace outdated since tags with TAB_VERSION * Fix compilation of WTabPanel * TAB_VERSION => 3.0.0 * Add focusing support to tabs
2020-05-21Add toggle button focusing (#57)Juuxel
2020-03-19Remove experimental WTitle widgetJuuxel
2020-01-23Add nine-patch painter for panelsJuuxel
2020-01-23Add WTitleJuuxel
2019-09-01Make the dark slider texture a bit nicerJuuxel
2019-09-01Improve dark slider texturesJuuxel
2019-08-31Some slider updatesJuuxel
- WIP dark mode textures for simple sliders - Vertical/rotated labeled sliders - Text alignment for slider labels - Add missing getters for nicer Kotlin usage
2019-08-29Sliders are done!Juuxel
2019-08-28Sliders: Add keyboard support, fix clicking, highlight when focusedJuuxel
2019-08-27Almost working slidersJuuxel
2019-08-27More work on slidersJuuxel
2019-08-27Add sliders, WIPJuuxel
2019-08-18Replace WToggleButton appearance, clean up config gui againFalkreon