aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-03Add Texture class for representing a texture with UV valuesJuuxel
Closes #47.
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-08-03Bump version to 2.3.02.3.0Juuxel
2020-07-27Merge pull request #78 from CoolMineman/masterJuuxel
Fix SyncedGuiDescription.insertIntoExisting Not Respecting the Slot Max Stack Amount
2020-07-26fix SyncedGuiDescription.insertIntoExistingCoolMineman
2020-07-11RGB add simpler constructor without alpha (#65)Juuxel
2020-07-11RGB: add interpolate method (#64)Filip Weiss
2020-07-10Bump version to 2.2.02.2.0Juuxel
2020-07-10Add TextureIcon opacity and tint, fix ScreenDrawing javadocsJuuxel
2020-07-10Add since tags and a package-info for the icon packageJuuxel
2020-07-10Remove unused importJuuxel
2020-07-10Add missing Nullable annotations and a getter to WButtonJuuxel
2020-07-10Add icon support for buttonsJuuxel
2020-07-10Add icon APIJuuxel
2020-07-10Add WTiledSprite.setTileWidth/Height and docs for getters and settersJuuxel
2020-07-10tiled-sprite: introduce getters for tileWidth/height (#72)Filip Weiss
2020-07-09abstract slider: fix wrong default direction for horizontal slider (#73)Filip Weiss
2020-07-01Bump version to 2.1.12.1.1Juuxel
2020-07-01Fix player inventories not having slot peersJuuxel
2020-06-30Split box alignments into horizontal and vertical2.1.0Juuxel
2020-06-30Update dependency versions in fabric.mod.json, add Jankson dependencyJuuxel
2020-06-30Add myself to authorsJuuxel
2020-06-30Add WBox alignmentsJuuxel
2020-06-30Bump version to 2.1.0Juuxel
2020-06-30Fix #68Juuxel
2020-06-30Add WWidget.host accessors, use them in WListPanel to avoid unsafe validationsJuuxel
2020-06-30Deprecate WWidget.createPeers and recommend using validate() insteadJuuxel
2020-06-30Add more methods for working with screen titlesJuuxel
2020-06-24Bump version to 2.0.1 and update Minecraft to 1.16.12.0.1Juuxel
2020-06-24Fix SyncedGuiDescription.getTitleColor using the client-sided config ↵Juuxel
instance, causing an NPE
2020-06-24Fix WItemSlot.<init> using client-only painters from common codeJuuxel
2020-06-24Fix dedicated server crash with the test modJuuxel
2020-06-23Bump version to 2.0.0 and update to 1.16 stable2.0.0Juuxel
2020-06-23Add vertical alignment for WTextJuuxel
2020-06-22Bump version to 2.0.0-beta.52.0.0-beta.5Juuxel
2020-06-22Add item slot filtersJuuxel
2020-06-22Update dependenciesJuuxel
2020-06-22Add SyncedGuiDescription methods to get meaningful inventory and property ↵Juuxel
delegate fallbacks These are useful with simple screen handlers from fabric-screen-handler-api-v1.
2020-06-18Bump version to 2.0.0-beta.42.0.0-beta.4Juuxel
2020-06-18Fix title positioning for real this time, add title rendering controlJuuxel
2020-06-18Fix color of player inventory labels not matching the title color of the GUIJuuxel
2020-06-18Bump version to 2.0.0-beta.3Juuxel
2020-06-18Fix the screen title being drawn at an incorrect position, add title ↵Juuxel
coordinate support to CottonClientScreen
2020-06-18Fix dirty GL scissors being used when the screen applies no other scissorsJuuxel
2020-06-18Bump version for beta 22.0.0-beta.32.0.0-beta.2Juuxel
2020-06-18Add a global scissor stack for nested scissor support (#59)Juuxel
* Add a global scissor stack for nested scissor support * Fix scissors not having proper dimensions, add check for negatives
2020-06-18Move WWidget.addTooltip to use StringRenderablesJuuxel
2020-06-18Alignment -> HorizontalAlignment, add vertical alignment for labelsJuuxel
2020-06-17Update to pre8Juuxel
2020-06-17Add fullscreen GUIsJuuxel
Closes #66.