Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-27 | split sourcesets | isXander | |
2022-11-25 | pre2 mapping changes + bug fix | isXander | |
Fix tick box name text length limiting | |||
2022-11-17 | make tickbox & boolean controller element constructors public | isXander | |
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-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 | 1.5.0 | xander | |
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 slider tooltip showing when not hovering | xander | |
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 | 1.3.0 | isXander | |
option tooltips now consume the pending value PlaceholderCategory: a category that when selected, just opens a screen | |||
2022-09-15 | available property + fix category tooltips not showing | xander | |
2022-09-12 | fix tooltips rendering below the scrollbar | xander | |
2022-09-10 | search field | xander | |
2022-09-10 | input field improvements | xander | |
you can now escape out with `ESC` fix selection highlight not matching up with the color controller consume actions | |||
2022-09-05 | require restart attribute | xander | |
2022-09-05 | wrap labels and group names | xander | |
2022-09-05 | modrinth and cursefoge ids | xander | |
2022-09-04 | ColorController, javadoc and further improvements to StringController | xander | |
2022-09-04 | collapsible groups, string controller | xander | |
2022-09-03 | enum controllers now search for TranslatableOption for Text | xander | |
2022-09-03 | pass through type class to option for controllers to use | xander | |
2022-09-03 | more vanilla translation keys | xander | |
2022-09-03 | use vanilla translations for ON OFF | xander | |
2022-09-03 | change boolean translation keys | xander | |
2022-09-03 | prevent keyboard controls if not hovered or focused | xander | |
2022-09-02 | implement keyboard-operation for all controllers | xander | |
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-02 | button options now consume YACLScreen | xander | |
2022-09-02 | allow slider dragging to continue outside of bounds | xander | |
increase thumb-height by 2px | |||
2022-09-01 | clamp rounded slider value because precision | xander | |
2022-09-01 | CI stuff | xander | |
rename binding functions and format numbers with commas | |||
2022-09-01 | category tooltips | xander | |
fix slider scrolling | |||
2022-09-01 | make tickbox separate controller from on off text | xander | |
2022-09-01 | javadoc! | xander | |
added LongSliderController renamed Control -> Controller add minecraft simple option binding constructor | |||
2022-09-01 | GUI Implementation | xander | |
Added groups Added button "option" Added test mod |