aboutsummaryrefslogtreecommitdiff
path: root/src/client/java/dev
AgeCommit message (Collapse)Author
2023-04-25Architectury! (#61)Xander
2023-04-21prioritise tooltip rendering above & filter empty tooltipsisXander
2023-04-152.4.1isXander
2023-04-04🐛 Fix string controllers not focusing upon click properly (see MC-261578)isXander
2023-04-04🐛 Fix ListOption.Builder not having listener methodsisXander
2023-04-04🐛 fix crash IOOB on StringControllerElement after resettingisXander
2023-03-29Fix buttons stuck focusing after clicking the mouse.isXander
2023-03-15Merge branch 'update/1.19.4' into 1.19.x/devisXander
# Conflicts: # build.gradle.kts
2023-03-15fix not being able to add a space at the end of searchisXander
2023-02-221.19.4-pre1isXander
2023-02-08fix ArrayIndexOutOfBoundsException when navigating to end of option list ↵isXander
with keyboard/mouse navigation
2023-02-08fix sliders not showing tooltip when focusedisXander
2023-02-0222w05a button changesisXander
2023-01-2922w04aisXander
2023-01-1922w03a - now with better navigation!isXander
2023-01-19mojmapisXander
2022-12-25minor cleanup to impl classes + don't gen client&server run configsisXander
2022-12-25make button actions in YACLScreen protectedisXander
2022-12-25LabelOption now has a builderisXander
2022-12-21fix list add button not disablingisXander
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-20move button actions into separate methods and log error when value mismatch.isXander
2022-12-14lots of minor fixes with lists and abstract buildersisXander
2022-12-13fix #44isXander
2022-12-11[Feature] Lists (#40)Xander
2022-12-11close #21isXander
2022-12-11Use pixel based approach for text overflow to fix string clipping depending ↵isXander
on char width
2022-12-10allow pasting in color controllersisXander
2022-12-10delete backspaceisXander
2022-12-09unlimited string length in controllerisXander
2022-12-06minor string controller element improvementsisXander
Better carot positioning when clicking in text fields Fix left arrow not working in color controller rc3 bump LQF
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-12-01rc1isXander
2022-12-01generify element list widgets and prevent wrapping soft-lockisXander
2022-11-30fix button pressisXander
2022-11-29pre3isXander
2022-11-27replacement of ConfigInstance#buildConfig in YetAnotherConfigLib.javaisXander
move some things to main that can be and fix testmod
2022-11-27split sourcesetsisXander