Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-21 | Various formatting changesfeature/gaps | nea | |
2022-10-21 | Allow WGridPanel to have gaps between widgets. | nea | |
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 | |
2022-09-06 | Fix unfocusing item slots not resetting the focused slot to -1 | Juuz | |
2022-09-06 | Use WWidget.isWithinBounds in WPanel.hit | Juuz | |
2022-09-06 | Rework screen input methods | Juuz | |
- Now consistent between CottonClientScreen and CottonInventoryScreen - Mouse methods always call super and return true - Keyboard methods call super if there's no focus - keyPressed calls super and does nothing else for Esc and Tab (this was the old behaviour in CIS, now also in CCS) - Fixed a bug where focus was released when clicking on focused widgets because the mouse coordinates weren't offset correctly - Fixed CIS never releasing focus - Fixed focus checking not using isWithinBounds - Removed pointless null checks | |||
2022-09-06 | Add back links to Yarn javadoc in LibGui javadoc | Juuz | |
2022-09-06 | Stabilise observable properties | Juuz | |
2022-09-06 | Improve PropertyTaglet | Juuz | |
- Now generates a "frame" around it like the other summary sections - Now has the property visibility and type in the table | |||
2022-08-16 | Bump version to 6.0.1 | Juuz | |
2022-08-16 | Improve look of the config screen | Juuz | |
Fixes #171. Also removed the test text field. | |||
2022-08-16 | Only apply runtime ModMenu to the test subproject | Juuz | |
2022-08-16 | Make WWidget.setHost apply to children and null-safe | Juuz | |
2022-08-16 | Fix #169 | Juuz | |
2022-06-16 | Update to 1.19 and bump version to 6.0.0 | Juuz | |
2022-06-16 | Merge branch 'unstable/6.0' | Juuz | |
# Conflicts: # gradle.properties # src/main/java/io/github/cottonmc/cotton/gui/impl/modmenu/ModMenuSupport.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WLabel.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WTextField.java | |||
2022-05-29 | Bump version to beta 5 | Juuxel | |
2022-05-29 | Fix tab panels looking awful and broken | Juuxel | |
2022-05-29 | Bump version to 5.4.2 | Juuxel | |
2022-05-29 | Fix tab panels looking awful and broken | Juuxel | |
2022-05-23 | Bump version to 5.4.1 | Juuz | |
2022-05-23 | Bump version | Juuz | |
2022-05-23 | Update Fabric API | Juuz | |
2022-05-23 | Fix WBox always resizing children and calling wrong canResize | Juuz | |
Fixes #162. | |||
2022-05-23 | Fix WBox always resizing children and calling wrong canResize | Juuz | |
Fixes #162. | |||
2022-05-19 | Bump Minecraft dependency | Juuz | |
2022-05-19 | Update to 1.19-pre1 | Juuz | |
- API change: WItem now uses TagKey instead of Tag. | |||
2022-04-25 | Update Minecraft dependency in fabric.mod.json | Juuz | |
2022-04-25 | Bump version to 5.4.0 | Juuz | |
2022-04-25 | Fix config screen not going back to previous screen when closed | Juuz | |
2022-04-25 | Backport deprecations from 6.0.0 beta 2 | Juuz | |
- WLabel(String) and WLabel(String, int) - WTextField.setSuggestion(String) | |||
2022-04-25 | Bump version to beta 2 | Juuz | |
2022-04-25 | Update to 22w16b | Juuz | |
- Removed WLabel(String) and WLabel(String, int) - Removed WTextField.setSuggestion(String) - Fixed config screen not returning to previous screen | |||
2022-04-13 | Bump version to 6.0.0-beta.1 | Juuz | |
2022-04-13 | Update to 22w14a (#157) | frqnny | |
2022-04-07 | Update Loom to 0.11 and LQF to 1.7.0 | Juuxel | |
2022-03-22 | Mark fabric-api-base and fabric-networking-api-v1 as modApi deps | Juuz | |
2022-03-22 | Bump version to 5.3.2 | Juuz | |