aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/isxander/yacl3/gui/controllers/dropdown
AgeCommit message (Collapse)Author
2024-10-193.6.0isXander
2024-06-11codec config and rewritten kotlin dslisXander
2024-06-11Fix dropdown controllers erroneously showing their dropdown (#183)Crendgrim
Whenever a text input followed a dropdown controller, the dropdown controller would act on the key press and show its widget.
2024-04-23Last minute 1.20.5 changesisXander
Add changelog Fix the mods.toml Re-add fix from 3.3.3 VCS stonecutter version is now 1.20.5
2024-04-14Make dropdown controllers use the new popup widget technology (#162)Crendgrim
* Make dropdown controllers use the new popup screen facility This finally allows for controlling the dropdown with a mouse! :D Scrolling, selecting, and accepting are all working! * Fix mouse hovering of dropdown controllers --------- Co-authored-by: isXander <xander@isxander.dev>
2024-04-11Extremely fragile and broken multiversion build with stonecutterisxander