aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/isxander/yacl/gui/controllers/string
AgeCommit message (Collapse)Author
2022-11-27split sourcesetsisXander
2022-11-13lots of QOL and minor improvementsisXander
smooth category scrolling individual reset buttons for all controllers separate Dimension into Dimension and MutableDimension to prevent mods from modifying controller dimensions without invoking the hooks made the dimension field private in AbstractWidget so people can't modify it without the method setDimension new Option API method to check if pending value is equal to default value add documentation to ConfigInstance fix bug where Option#requestSetDefault and Option#forgetPendingValue implementations weren't notifying listeners
2022-09-15available property + fix category tooltips not showingxander
2022-09-10input field improvementsxander
you can now escape out with `ESC` fix selection highlight not matching up with the color controller consume actions
2022-09-05wrap labels and group namesxander
2022-09-04ColorController, javadoc and further improvements to StringControllerxander
2022-09-04collapsible groups, string controllerxander