aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/isxander/yacl/gui/controllers
AgeCommit message (Collapse)Author
2022-11-27split sourcesetsisXander
2022-11-25pre2 mapping changes + bug fixisXander
Fix tick box name text length limiting
2022-11-17make tickbox & boolean controller element constructors publicisXander
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-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-27Replace name() with toString() (#27)TheKodeToad
2022-09-231.5.0xander
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 slider tooltip showing when not hoveringxander
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-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-12fix tooltips rendering below the scrollbarxander
2022-09-10search fieldxander
2022-09-10input field improvementsxander
you can now escape out with `ESC` fix selection highlight not matching up with the color controller consume actions
2022-09-05require restart attributexander
2022-09-05wrap labels and group namesxander
2022-09-05modrinth and cursefoge idsxander
2022-09-04ColorController, javadoc and further improvements to StringControllerxander
2022-09-04collapsible groups, string controllerxander
2022-09-03enum controllers now search for TranslatableOption for Textxander
2022-09-03pass through type class to option for controllers to usexander
2022-09-03more vanilla translation keysxander
2022-09-03use vanilla translations for ON OFFxander
2022-09-03change boolean translation keysxander
2022-09-03prevent keyboard controls if not hovered or focusedxander
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-01clamp rounded slider value because precisionxander
2022-09-01CI stuffxander
rename binding functions and format numbers with commas
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-01GUI Implementationxander
Added groups Added button "option" Added test mod