aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2021-07-01Update to 1.17.1-rc1, bump to 4.1.14.1.1Juuxel
2021-06-16Revert "Add loom-quiltflower"Juuz
This reverts commit 780f073d. Adding LQF somehow breaks mod dependency remapping, which shouldn't be possible... This just shows that Loom is *really* fragile.
2021-06-16Add loom-quiltflowerJuuz
2021-06-05Update Mod Menu supportJuuz
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-29Link Yarn javadocs to oursJuuz
2021-05-29Exclude the impl package (and subpackages) in javadocJuuz
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-05-27Add title position property to GuiDescriptionsJuuz
The new field is used for both fullscreen and normal screens. Also fixes titles being incorrectly positioned by default.
2021-05-21Port to 21w20a. Fixes #109 (#110)4.0.0-alpha.2Reece Mackie
* 21w20a. Fixes #109 * Indentation and spacing fixes
2021-03-1921w11aJuuxel
Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com> Closes #101.
2021-02-27Add button dark modeJuuxel
2021-02-27Update Loom and use Maven Publish instead of the Artifactory pluginJuuxel
2021-01-31Update Gradle and dependencies3.3.3Juuxel
2021-01-31Automatically generate run configs for the test subprojectJuuxel
2020-12-17Add screen networking API, update to 1.16.43.3.0Juuxel
2020-10-24Add checkstyle to check code formatJuuxel
2020-10-24Update Loom to 0.5 and use Jetbrains annotationsJuuxel
2020-10-24Add simple HUD testJuuxel
2020-08-033.0.0 for 1.16.2-pre1Juuxel
Mojang refactored text again :irritatered: - Widgets now take a Text again instead of StringRenderable/-Visitable - ScreenDrawing takes OrderedTexts instead of StringVisitables - To reduce the future updating workload, tooltips now use a new TooltipBuilder
2020-05-20Update Loom and ModMenuJuuxel
2020-05-20Rework GuiTest to be a subprojectJuuxel
2020-04-25Update to 20w17aJuuxel
I hate this snapshot.
2020-03-20Make scroll bars look nicerJuuxel
2020-03-08Update to 20w10aJuuxel
2020-01-23Add support for loading nine-patch metadata from resource packsJuuxel
2020-01-19Update modmenuJuuxel
2019-12-15who renames these :angry:Juuxel
2019-11-17Update to 19w46bJuuxel
2019-10-24Update to 19w42aFalkreon
2019-09-28Merge pull request #14 from Juuxel/text-eventsFalkreon
Add text click and hover event support for WLabel
2019-09-27Implement HSL colors, update janksonFalkreon
2019-09-26Add text click and hover event support for WLabelJuuxel
2019-09-22update to 19w38bFalkreon
2019-09-14More snapshot workFalkreon
2019-08-25More gui test, fix slot offsets, tooltips, and button hoversFalkreon
2019-08-18Replace WToggleButton appearance, clean up config gui againFalkreon
2019-08-18clicks and caret repositioning for WTextFieldFalkreon
2019-07-24Fix abstract method woes, fix button text positionFalkreon
2019-07-20Add darkmode support to WLabel, fix build, add API badgeFalkreon
2019-07-18start adding in dark modeMeredith Espinosa
2019-07-09fix license, maven1.0.0Meredith Espinosa
2019-07-09add artifactory publish codeMeredith Espinosa
2019-07-04Initial port from 1.14.1 Cotton to 1.14.3 standaloneFalkreon
2019-07-03Initial commitfalseresync