Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-14 | Tatar translation! (#195) | Amirhan-Taipovjan-Greatest-I | |
2023-05-14 | Simplify source/target compatibility setting | Juuz | |
The build has to use Java 17 because of the Loom version. | |||
2023-05-14 | Move test mod to root project | Juuz | |
2023-05-14 | Move javadoc taglet classes to root project | Juuz | |
2023-05-14 | Apply checkstyle to every Gradle project | Juuz | |
2023-05-14 | Remove separate gui scripts and license from test mod | Juuz | |
2023-05-14 | Fix #196 | Juuz | |
2023-05-14 | Add test for #196 | Juuz | |
2023-04-24 | Update zh_cn (#194) | Enaium | |
* Update zh_cn.json * Update zh_cn.json | |||
2023-04-10 | Bump version to 7.0.0-rc.1 | Juuz | |
2023-04-10 | Add item-based subclass of SyncedGuiDescription | Juuz | |
2023-04-10 | Add dev-only crash for when screens are opened in Item.use | Juuz | |
(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-04-09 | test: Clean up GuiItem by using getStackInHand | Juuz | |
2023-03-19 | Bump version to 7.0.0-beta.2 | Juuz | |
2023-03-19 | Add simple focus model implementation | Juuz | |
2023-03-19 | Rename FocusHandler -> FocusModel, improve docs | Juuz | |
Closes #186. | |||
2023-03-18 | Update Checkstyle and fix code format | Juuz | |
2023-03-18 | Remove unnecessary override | Juuz | |
2023-03-18 | Add missing since tags, remove outdated TODO | Juuz | |
2023-03-18 | Update to 1.19.4, add new focus API | Juuz | |
2023-03-18 | Bump version to 6.5.3 | Juuz | |
2023-03-18 | Improve 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 | |||
2023-02-08 | Fix WBox Horizontal Offset (#184) | BlazingTwist | |
2023-02-02 | Use Loom's multi-project optimisation | Juuz | |
2023-02-02 | Bump version to 6.5.2 | Juuz | |
2023-02-02 | Fix #182 | Juuz | |
2023-02-02 | Remove commented-out code in ScreenDrawing | Juuz | |
2023-02-02 | Add test for #182 | Juuz | |
2023-02-02 | Update to Loom 1.1, LQF 1.8.0 | Juuz | |
2023-01-07 | Bump version to 6.5.1 | Juuz | |
2023-01-07 | Fix WItem display position offset (#181) | A_Peng215 | |
2022-12-11 | Update to Minecraft 1.19.3, part 2 | Juuz | |
2022-12-11 | Update to Minecraft 1.19.3 | Juuz | |
2022-12-11 | Update to Gradle 7.6 | Juuz | |
2022-12-11 | Bump version to 6.4.0 | Juuz | |
2022-12-11 | Add missing since tags in javadoc | Juuz | |
2022-10-22 | Allow WGridPanel to have gaps between widgets. (#170) | Roman / Linnea Gräf | |
* Allow WGridPanel to have gaps between widgets. * Various formatting changes | |||
2022-10-13 | IconInsets for WButton Icon (#175) | Alexander Haas | |
* added iconInsets for WButton * fixed some pull request comments * minor code cleanup * more code cleanup * changed intelliJ config to be able to save lines with whitespace * Update src/main/java/io/github/cottonmc/cotton/gui/widget/WButton.java Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> | |||
2022-09-22 | Filter Cotton repo to only include io.github.cottonmc | Juuz | |
2022-09-22 | Remove Cotton repo from settings.gradle | Juuz | |
LQF is on the plugin portal nowadays. | |||
2022-09-22 | Use api instead of modApi for LNP | Juuz | |
2022-09-22 | Update Loom | Juuz | |
2022-09-17 | Bump version to 6.3.0 | Juuz | |
2022-09-14 | WTabPanel: Add method for accessing tab count | Juuz | |
2022-09-14 | WTabPanel: Add methods to access and change the current tab | Juuz | |
2022-09-13 | Bump version to 6.2.0 | Juuz | |
2022-09-12 | Add checkstyle report action | Juuz | |
2022-09-12 | Fix Checkstyle errors | Juuz | |
2022-09-12 | Make item slots paint a texture instead of coloured rectangles | Juuz | |
Closes #128. | |||
2022-09-06 | Bump version to 6.1.0 | Juuz | |