aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 instance...Juuxel
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 del...Juuxel
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 coordina...Juuxel
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
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
2020-06-17Make SyncedGuiDescription constructors take the screen handler typeJuuxel
2020-06-17Add missing since tagsJuuxel
2020-06-15RGB add simpler constructor without alphaFilip Weiss
2020-06-14ScreenDrawing: add ability to draw opaque textures (#63)Filip Weiss
2020-06-13implement a WTiledSprite widget (#62)Filip Weiss
2020-06-05Make test mod also use v2 mappings2.0.0-beta.1Juuxel
2020-06-05CottonInventoryController -> SyncedGuiDescriptionJuuxel