aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2023-09-25Add 1.20.2 support1.20.2nea
2023-09-09Paint WScrollBar using textures (#212)LopyMine
2023-09-09Update French translations (#208)jagerbob
2023-07-23Update JanksonJuuz
2023-07-21Translate Mod Menu description into Tatar (#206)Amirhan-Taipovjan-Greatest-I
2023-06-04Update to 1.20 RC 1Juuz
2023-05-14Tatar translation! (#195)Amirhan-Taipovjan-Greatest-I
2023-04-24Update zh_cn (#194)Enaium
* Update zh_cn.json * Update zh_cn.json
2023-04-10Add dev-only crash for when screens are opened in Item.useJuuz
(Including useOnBlock and useOnEntity.) The method often causes threading issues and other crashes, and a better solution is to follow what Minecraft itself does and use a packet or a screen handler.
2023-03-18Update to 1.19.4, add new focus APIJuuz
2023-03-18Improve tiled NinePatchBackgroundPainter performance (#185)Juuz
* Improve tiled NinePatchBackgroundPainter performance * Use Fabric API's CoreShaderRegistrationCallback * Switch to LibNinePatch release build * Rename libgui:tiled -> libgui:tiled_rectangle * Fix grammar
2022-12-11Update to Minecraft 1.19.3Juuz
2022-09-12Make item slots paint a texture instead of coloured rectanglesJuuz
Closes #128.
2022-06-16Update to 1.19 and bump version to 6.0.0Juuz
2022-05-19Bump Minecraft dependencyJuuz
2022-04-25Update Minecraft dependency in fabric.mod.jsonJuuz
2022-04-13Update to 22w14a (#157)frqnny
2022-03-22Only depend on specific Fabric API modulesJuuz
2022-03-20Updated to 1.18.2 (#155)Greg C
2021-11-16Update to Minecraft 1.18-pre2 and Java 17Juuz
2021-11-16* Updated to 1.18 (#142)biom4st3r
* Updated Jankson-Fabric
2021-09-11Update Finnish translationJuuz
2021-09-11Use vanilla translation key for "hotbar"Juuz
2021-09-11Add observable properties and narration support (#136)Juuxel
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc
2021-07-11Fix broken AW by yeeting it, bump version to 4.1.44.1.4Juuz
2021-07-09Bump version requirement in fabric.mod.json4.1.2Juuz
2021-07-09Add French translation (#122)YanisBft
2021-07-01Update to 1.17.1-rc1, bump to 4.1.14.1.1Juuxel
2021-06-09Update versions4.0.0Juuxel
2021-06-05Switch from accessor to AW, fixes #113Juuz
Accessors would be preferred but there is a mixin bug/regression that prevents me from modifying final fields with accessors unless I do some concerning hacky code.
2021-05-27Update LibNinePatch to 1.1.0, use ContextualTextureRendererJuuz
2021-05-27Replace bad 9patch with LibNinePatch, fix bug with ItemIconJuuz
Also adds nicer tests with client-side commands. /libgui config: opens the config GUI without Mod Menu /libgui tab: opens a tab test GUI
2021-04-05support new modmenu api (#103)DragonEggBedrockBreaking
* support new modmenu api * Update fabric.mod.json
2021-02-27Add button dark modeJuuxel
2021-02-27Move config handling to PathJuuxel
2021-02-27Move all implementation classes into the impl packageJuuxel
2020-12-17Add screen networking API, update to 1.16.43.3.0Juuxel
2020-10-18Add Finnish translation3.2.0Juuxel
2020-10-18Add translations for pt_br (#88)cominixo
Co-authored-by: cominixo01 <22600756+cominixo01@users.noreply.github.com>
2020-09-24Tabs, card panels and showing/hiding widgets (#74)3.0.0Juuxel
* Add beta API for hiding and showing widget peers, add default implementation for slots * Add WCardPanel * Tab thingies * Improve WPanel.toString * Fix tabs, add dark mode * Add box fillers * Tabs again * Tab go brrr * Revert modmenu changes * Fix card panels not initialising hidden widgets properly * Fix slots not being hidden when they should be * Things * Revert "Add box fillers" This reverts commit 1ea1bfbb * foo * revert more modmenu changes * Add tab titles and switch to a builder model for adding tabs * Document tab builders * Make hidden widgets release their focus * Replace outdated since tags with TAB_VERSION * Fix compilation of WTabPanel * TAB_VERSION => 3.0.0 * Add focusing support to tabs
2020-06-30Update dependency versions in fabric.mod.json, add Jankson dependencyJuuxel
2020-06-30Add myself to authorsJuuxel
2020-05-21Add toggle button focusing (#57)Juuxel
2020-03-19Remove experimental WTitle widgetJuuxel
2020-03-08Fix fabric.mod.json indentation1.7.0Juuxel
2020-03-08Update to 20w10aJuuxel
2020-01-23Add nine-patch painter for panelsJuuxel
2020-01-23Add WTitleJuuxel
2019-09-01Make the dark slider texture a bit nicerJuuxel
2019-09-01Improve dark slider texturesJuuxel