aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/dev/isxander/yacl3
AgeCommit message (Collapse)Author
2023-08-12`ListOption.Builder#initial` overload to supply initial values based on ↵isXander
context. (close #94)
2023-08-12Allow unavailable options to be focused but not interacted with. Improves UX ↵isXander
on arrow key navigation so you can read the description even if you can't change it.
2023-08-12🐛 Fix infinite recursion in ↵isXander
`GsonConfigInstance.Builder#appendGsonBuilder`. (close #64)
2023-07-24Fix the name of the list being present on every entryisXander
2023-07-24Whoops! Fix image renderer being rendered twice every frameisXander
2023-07-24Add tick method to ImageRendererisXander
2023-07-21Small improvements to ListOption (#89)Crendgrim
2023-07-04Support transparency for webps and gifsisXander
2023-06-17Fix IntegerFieldController and LongFieldController not allowing negative ↵isXander
numbers.
2023-06-17Reimplement custom ButtonOption text.isXander
2023-06-05Fix improve tab layoutisXander
2023-06-05Fix string controllers not renderingisXander
2023-06-05Fix hovering list entries having no titleisXander
2023-06-04Change package and modid to yacl3 and yet_another_config_lib_3 respectivelyisXander