aboutsummaryrefslogtreecommitdiff
path: root/common/src
AgeCommit message (Collapse)Author
2023-08-12Fix `Option#setAvailable` not updating the reset button when used outside of ↵isXander
a listener (@enjarai). Made listener system more robust.
2023-08-12Work-around VulkanMod overwriting (close #82)isXander
2023-08-12Restore current tab on screen resize (close #69)isXander
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-24Tatar Translation! (#90)Amirhan-Taipovjan-Greatest-I
2023-07-21Small improvements to ListOption (#89)Crendgrim
2023-07-04Support transparency for webps and gifsisXander
2023-06-20Update Traditional Chinese (#80)notlin4
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
2023-06-03fix use of scissor in StringControllerElementisXander
2023-06-03Better distribution of tabs (thanks MattiDragon)isXander
2023-06-01Fix reading of lossy animated WebPsisXander
2023-05-29Fix ListOption still using old controller systemisXander
2023-05-29Add missing `DoubleSliderControllerBuilder.create`isXander
2023-05-29beta 5 + changelogisXander
2023-05-29Rename `OptionDescription#description` to `text` as well as relevant builder ↵isXander
methods
2023-05-29change access of tabs to public for easier mixin injectionisXander
2023-05-29Fix option list entries sometimes rendering over the navbarisXander
2023-05-29Fix ListOption still using type classisXander
2023-05-27reimplement category tooltipsisXander
2023-05-27fix last clicked option forcing its descriptionisXander
2023-05-27add custom image provider to OptionDescriptionisXander
2023-05-26API layer for built-in controllersisXander
2023-05-25Remove references of postRenderisXander
2023-05-25Synchronously generate ImageRenderer off-threadisXander
2023-05-25Fix arrow key navigation unable to focus on action buttonsisXander
2023-05-25removed `.name()` from description, replaced with option name. also javadocisXander
2023-05-23add list option descriptions + warn with deprecated tooltipsisXander
2023-05-23Fix animated image renderingisXander
2023-05-22scrollable navbar, group descriptions, auto-scroll descriptionsisXander
2023-05-21Cache image renderers for whole game's lifecycleisXander
2023-05-21Automatic WebP frame duration detectionisXander
2023-05-21Start overhauling UIisXander
2023-05-161.20isXander
2023-05-05improve compat with controlifyisXander
2023-04-25Architectury! (#61)Xander