aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/isxander/yacl/gui
AgeCommit message (Expand)Author
2022-09-03more vanilla translation keysxander
2022-09-03use vanilla translations for ON OFFxander
2022-09-03change boolean translation keysxander
2022-09-03add tooltips to action buttons and messagesxander
2022-09-03prevent keyboard controls if not hovered or focusedxander
2022-09-03fix left column buttons getting too large to render (closes #2)xander
2022-09-02implement keyboard-operation for all controllersxander
2022-09-02button options now consume YACLScreenxander
2022-09-02allow slider dragging to continue outside of boundsxander
2022-09-01clamp rounded slider value because precisionxander
2022-09-01CI stuffxander
2022-09-01category tooltipsxander
2022-09-01make tickbox separate controller from on off textxander
2022-09-01javadoc!xander
2022-09-01GUI Implementationxander
2022-08-30Builder API done!isXander