Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | Replace some AW with mixin and remove common project | isxander | |
2024-04-11 | Extremely fragile and broken multiversion build with stonecutter | isxander | |
2023-04-25 | Architectury! (#61) | Xander | |
2023-04-04 | 📦 New builder API for GsonConfigInstance + deprecation of old constructors | isXander | |
2023-01-19 | mojmap | isXander | |
2022-12-18 | Loom 1.0.16 fixes sources jar gen | isXander | |
2022-12-11 | deprecate NbtConfigInstance | isXander | |
2022-12-07 | cleanup | isXander | |
2022-11-27 | replacement of ConfigInstance#buildConfig in YetAnotherConfigLib.java | isXander | |
move some things to main that can be and fix testmod | |||
2022-11-27 | fix logger on config api and allow all envs | isXander | |
2022-11-27 | split sourcesets | isXander | |
2022-11-25 | pre2 mapping changes + bug fix | isXander | |
Fix tick box name text length limiting | |||
2022-11-22 | Merge remote-tracking branch 'origin/1.19' into 1.19.3 | isXander | |
2022-11-22 | Create NbtConfigInstance.java | Xander | |
2022-11-17 | make tickbox & boolean controller element constructors public | isXander | |
2022-11-17 | 22w46a | isXander | |
2022-11-14 | changelog & doc update | isXander | |
2022-11-14 | require ConfigEntry annotation for GsonConfigInstance | isXander | |
2022-11-13 | changelog & remove YACLConfigManager.java as it was actually pretty useless, ↵ | isXander | |
document GsonConfigInstance as well | |||
2022-11-13 | lots of QOL and minor improvements | isXander | |
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-12 | little changes | isXander | |
2022-11-12 | REAL config library | isXander | |
2022-10-19 | fix label styles appearing at first position before they are rendered | isXander | |
2022-10-19 | fix categories becoming too large to render | isXander | |
2022-10-06 | javadoc & changelog for cycling package | isXander | |
2022-09-30 | labels now support style events | xander | |
2022-09-28 | generified cycling controller | isXander | |
2022-09-27 | Replace name() with toString() (#27) | TheKodeToad | |
2022-09-23 | fix typeClass not being defined | xander | |
2022-09-23 | 1.5.0 | xander | |
2022-09-23 | remove debug logging | xander | |
2022-09-23 | 1.4.4 | xander | |
Fix search not behaving properly with default collapsed option groups Minor refactors | |||
2022-09-22 | 1.4.3 | xander | |
Cache search query results for huge performance gains Allow some `StringControllerElement` methods to be inheritable | |||
2022-09-20 | 1.4.2 | xander | |
2022-09-20 | Fix cancel/reset button tooltip going off-screen | xander | |
2022-09-20 | Fix slider tooltip showing when not hovering | xander | |
2022-09-19 | Vanilla search string (#26) | Madis Otenurm | |
2022-09-19 | make tooltips max width just a little smaller & allow search query to match ↵ | isXander | |
ActionController value text | |||
2022-09-19 | 1.4.0 | isXander | |
improved tooltips `ButtonOption` now consumes itself, so you can access it when building. | |||
2022-09-18 | instant application property | isXander | |
2022-09-18 | fix crash when using search | isXander | |
2022-09-18 | remove fail to apply and just forget pending value | isXander | |
2022-09-18 | 1.3.0 | isXander | |
option tooltips now consume the pending value PlaceholderCategory: a category that when selected, just opens a screen | |||
2022-09-17 | better search | isXander | |
2022-09-15 | changelog | xander | |
2022-09-15 | available property + fix category tooltips not showing | xander | |
2022-09-14 | scrollable categories | xander | |
2022-09-13 | fix search field rendering over tooltips | xander | |
2022-09-12 | fix tooltips rendering below the scrollbar | xander | |
2022-09-11 | 1.1.0 | xander | |
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 |