aboutsummaryrefslogtreecommitdiff
path: root/src/testmod
AgeCommit message (Collapse)Author
2024-04-11Extremely fragile and broken multiversion build with stonecutterisxander
2023-04-25Architectury! (#61)Xander
2023-04-21prioritise tooltip rendering above & filter empty tooltipsisXander
2023-04-04📦 New builder API for GsonConfigInstance + deprecation of old constructorsisXander
2023-01-19mojmapisXander
2022-12-20fix category buttons sometimes not being registered as clickedisXander
2022-12-20minor fixes/improvementsisXander
new LabelOption to create labels easier add 'List is empty' entry to lists that are empty fix option list widget background not being wide enough
2022-12-11[Feature] Lists (#40)Xander
2022-12-11generify testmod so people can use it as an exampleisXander
2022-12-03number fields + StringControllerElement improvementsisXander
when highlighted text, arrow keys go to each side of the selection switch to InputUtil instead of GLFW bump yarn
2022-11-27replacement of ConfigInstance#buildConfig in YetAnotherConfigLib.javaisXander
move some things to main that can be and fix testmod
2022-11-27split sourcesetsisXander
2022-11-25pre2 mapping changes + bug fixisXander
Fix tick box name text length limiting
2022-11-22bump to pre1isXander
2022-11-22Merge remote-tracking branch 'origin/1.19' into 1.19.3isXander
2022-11-22annotate test config with ConfigEntryXander
2022-11-1722w46aisXander
2022-11-13changelog & remove YACLConfigManager.java as it was actually pretty useless, ↵isXander
document GsonConfigInstance as well
2022-11-12REAL config libraryisXander
2022-10-19fix label styles appearing at first position before they are renderedisXander
2022-09-30labels now support style eventsxander
2022-09-18instant application propertyisXander
2022-09-181.3.0isXander
option tooltips now consume the pending value PlaceholderCategory: a category that when selected, just opens a screen
2022-09-15available property + fix category tooltips not showingxander
2022-09-111.1.0xander
better search - now searches every category rather than the current one option flags - flags are pieces of code ran when certain options' changes are applied (makes required restart redundant) fix scaling problems - make GUI a lot better at scaling bump gradle wrapper
2022-09-10improve expand minimize button in option groupsxander
2022-09-05require restart attributexander
2022-09-05wrap labels and group namesxander
2022-09-04ColorController, javadoc and further improvements to StringControllerxander
2022-09-04collapsible groups, string controllerxander
2022-09-03add fabric resource loader to dependsxander
2022-09-03re-organising testmodxander
2022-09-03render current category as hovered not disabledxander
2022-09-03pass through type class to option for controllers to usexander
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-02fix group validation & icon & wiki test stuffxander
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