aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2023-01-19mojmapisXander
2022-12-27i18n: Update Simplified Chinese translations (#50)Cccc_
2022-12-25Create fr_fr.json (#47)Myuui
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-18Loom 1.0.16 fixes sources jar genisXander
2022-12-13Update ru_ru.json (#42)Felix14-v2
2022-12-11[Feature] Lists (#40)Xander
2022-12-11deprecate NbtConfigInstanceisXander
2022-12-09unlimited string length in controllerisXander
2022-12-07cleanupisXander
2022-11-27replacement of ConfigInstance#buildConfig in YetAnotherConfigLib.javaisXander
move some things to main that can be and fix testmod
2022-11-27fix logger on config api and allow all envsisXander
2022-11-27split sourcesetsisXander
2022-11-25pre2 mapping changes + bug fixisXander
Fix tick box name text length limiting
2022-11-24Merge remote-tracking branch 'origin/1.19' into 1.19.3isXander
2022-11-24Improve ru_ru.json (#36)Felix14-v2
2022-11-22bump to pre1isXander
2022-11-22Merge remote-tracking branch 'origin/1.19' into 1.19.3isXander
2022-11-22Create NbtConfigInstance.javaXander
2022-11-17make tickbox & boolean controller element constructors publicisXander
2022-11-1722w46aisXander
2022-11-14changelog & doc updateisXander
2022-11-14require ConfigEntry annotation for GsonConfigInstanceisXander
2022-11-13changelog & remove YACLConfigManager.java as it was actually pretty useless, ↵isXander
document GsonConfigInstance as well
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-11-12Add Traditional Chinese (#31)Miku
2022-11-12Update zh_cn.json (#33)神枪968
2022-11-12little changesisXander
2022-11-12REAL config libraryisXander
2022-10-19fix label styles appearing at first position before they are renderedisXander
2022-10-19fix categories becoming too large to renderisXander
2022-10-06javadoc & changelog for cycling packageisXander
2022-09-30labels now support style eventsxander
2022-09-28generified cycling controllerisXander
2022-09-27Temporary solution to fix tautology (ru_ru.json) (#28)Felix14-v2
2022-09-27Replace name() with toString() (#27)TheKodeToad
2022-09-23fix typeClass not being definedxander
2022-09-231.5.0xander
2022-09-23remove debug loggingxander
2022-09-231.4.4xander
Fix search not behaving properly with default collapsed option groups Minor refactors
2022-09-221.4.3xander
Cache search query results for huge performance gains Allow some `StringControllerElement` methods to be inheritable
2022-09-201.4.2xander
2022-09-20Fix cancel/reset button tooltip going off-screenxander
2022-09-20Fix slider tooltip showing when not hoveringxander
2022-09-19Vanilla search string (#26)Madis Otenurm
2022-09-19make tooltips max width just a little smaller & allow search query to match ↵isXander
ActionController value text
2022-09-191.4.0isXander
improved tooltips `ButtonOption` now consumes itself, so you can access it when building.
2022-09-18instant application propertyisXander
2022-09-18fix crash when using searchisXander
2022-09-18remove fail to apply and just forget pending valueisXander