aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2022-09-10trim search query + changelog (1.0.0)xander
2022-09-10search fieldxander
2022-09-10improve expand minimize button in option groupsxander
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-10Update ru_ru.json (#14)ugamii
2022-09-06Require restart zh_cn.json (#12)神枪968
2022-09-05Update sl_si.json (#11)samo_lego
2022-09-05fix require restart always triggeringxander
2022-09-05use minecraft provided finished translation keyxander
2022-09-05Update to polish translations (#10)Skidam
2022-09-05require restart attributexander
2022-09-05Polish translation (#9)Skidam
2022-09-05Add Slovenian translation (#8)samo_lego
* Create sl_si.json * minor renames
2022-09-05wrap labels and group namesxander
2022-09-05modrinth and cursefoge idsxander
2022-09-04ColorController, javadoc and further improvements to StringControllerxander
2022-09-04Create ru_ru.json (#6)ugamii
2022-09-04collapsible groups, string controllerxander
2022-09-04Add Chinese translation (#7)神枪968
2022-09-03Create pt_br.json (#5)Rodrigo Appelt
2022-09-03render current category as hovered not disabledxander
2022-09-03enum controllers now search for TranslatableOption for Textxander
2022-09-03Create el_gr.json (#4)RaptaG
2022-09-03Create et_ee.json (#3)Madis Otenurm
* Create et_ee.json * fix translation keys Co-authored-by: Xander <xander@isxander.dev>
2022-09-03fix translation keys being yocl not yaclxander
2022-09-03pass through type class to option for controllers to usexander
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
fix crash when focusing on option list with tab add tooltip to groups check that pending values actually applied on save, if not, error in log and the save button displays an error when trying to escape with unsaved changes, save button text goes green and bold YACLConstants file to change certain behaviours, could evolve into its own settings! update icon
2022-09-02button options now consume YACLScreenxander
2022-09-02allow slider dragging to continue outside of boundsxander
increase thumb-height by 2px
2022-09-02modmenu library badgexander
2022-09-02fix group validation & icon & wiki test stuffxander
2022-09-01clamp rounded slider value because precisionxander
2022-09-01CI stuffxander
rename binding functions and format numbers with commas
2022-09-01category tooltipsxander
fix slider scrolling
2022-09-01make tickbox separate controller from on off textxander
2022-09-01javadoc!xander
added LongSliderController renamed Control -> Controller add minecraft simple option binding constructor
2022-09-01make YACL builder not require title to constructxander
2022-09-01GUI Implementationxander
Added groups Added button "option" Added test mod
2022-08-30Builder API done!isXander
gui now...
2022-08-30Initial commitXander