Age | Commit message (Expand) | Author |
2021-01-31 | Merge branch 'master' into unstable/4.0 | Juuxel |
2021-01-31 | Update Gradle and dependencies3.3.3 | Juuxel |
2021-01-31 | Switch overrides from Screen.init(MinecraftClient, int, int) to init() | Juuxel |
2021-01-31 | Fix renderBackground behaviour being hardcoded to super | Juuxel |
2020-12-23 | Fix labeled slider rendering | Juuxel |
2020-12-21 | Merge branch 'master' into unstable/4.0 | Juuxel |
2020-12-21 | Fix large slot focus border position | Juuxel |
2020-12-21 | (Hackily) Fix bug with REI overlapping with LibGui screens3.3.2 | Juuxel |
2020-12-21 | Merge branch 'master' into unstable/4.0 | Juuxel |
2020-12-21 | Fix dedicated server crashing when trying to load ClientPlayerEntity3.3.1 | Juuxel |
2020-12-17 | Add screen networking API, update to 1.16.43.3.0 | Juuxel |
2020-12-17 | Add screen networking API | Juuxel |
2020-12-17 | Update to 20w51a | Juuxel |
2020-12-17 | Move text hover effect drawing to ScreenDrawing | Juuxel |
2020-12-17 | Reorganise imports | Juuxel |
2020-12-17 | Create InputResult for specifying whether mouse inputs are processed | Juuxel |
2020-12-14 | Remove ScreenDrawing.maskedRect | Juuxel |
2020-11-28 | Migrate all rectangle rendering to use MatrixStacks | Juuxel |
2020-11-28 | Remove the wip graphics api | Juuxel |
2020-11-28 | Add a TODO | Juuxel |
2020-11-28 | Remove commented out thonkjang code from WTextField | Juuxel |
2020-11-28 | Fix code format | Juuxel |
2020-11-28 | Move WTabPanel.Tab to data package | Juuxel |
2020-11-27 | Add untested and currently unused graphics api | Juuxel |
2020-11-26 | Add private constructor to the LibGui class | Juuxel |
2020-11-26 | Move modmenu support, nine-patch internals and init code into impl package | Juuxel |
2020-11-26 | Switch CottonHud to use static methods | Juuxel |
2020-11-26 | Remove deprecated features | Juuxel |
2020-11-26 | Fix formatting | Juuxel |
2020-11-26 | Fix compilation issues, add support for tooltip components (also from data an... | Juuxel |
2020-11-26 | Fix labeled slider painting weirdness | Juuxel |
2020-11-26 | Update to 20w48a, migrate to using TooltipComponent internally | Juuxel |
2020-11-07 | WScrollBar: Allow mousewheel scrolling (#90)3.2.2 | Sturmlilie |
2020-11-07 | WScrollBar: More intuitive drag scroll threshold (#91) | Sturmlilie |
2020-10-24 | Add checkstyle to check code format | Juuxel |
2020-10-24 | Update Loom to 0.5 and use Jetbrains annotations | Juuxel |
2020-10-24 | Fix HUD widgets not ticking | Juuxel |
2020-10-18 | Update dependencies, bump version to 3.2.0 | Juuxel |
2020-10-18 | Fix #87 | Juuxel |
2020-10-18 | Add ItemIcon constructor with Item | Juuxel |
2020-10-18 | Fix #86 | Juuxel |
2020-10-11 | Add WPlayerInvPanel.createInventoryLabel | Juuxel |
2020-10-11 | Add WCardPanel.getCardCount | Juuxel |
2020-09-24 | Tabs, card panels and showing/hiding widgets (#74)3.0.0 | Juuxel |
2020-08-11 | Update to rc2 | Juuxel |
2020-08-04 | Add missing Environment(CLIENT) annotations to paint() overrides | Juuxel |
2020-08-04 | Revert "Make layout() client-only, add missing Environment(CLIENT) annotation... | Juuxel |
2020-08-04 | Fix labeled slider rendering | Juuxel |
2020-08-04 | Make layout() client-only, add missing Environment(CLIENT) annotations to pai... | Juuxel |
2020-08-04 | Add slot change listeners, document WItemSlot | Juuxel |