aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-11Update to rc2Juuxel
2020-08-04Add missing Environment(CLIENT) annotations to paint() overridesJuuxel
2020-08-04Revert "Make layout() client-only, add missing Environment(CLIENT) annotation...Juuxel
2020-08-04Fix labeled slider renderingJuuxel
2020-08-04Make layout() client-only, add missing Environment(CLIENT) annotations to pai...Juuxel
2020-08-04Add slot change listeners, document WItemSlotJuuxel
2020-08-03Enable keyboard repeat events for LibGui screensJuuxel
2020-08-03Fix centering issues with button icons and big item slotsJuuxel
2020-08-03Add Texture class for representing a texture with UV valuesJuuxel
2020-08-033.0.0 for 1.16.2-pre1Juuxel
2020-08-03Bump version to 2.3.02.3.0Juuxel
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-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-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-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-24Fix SyncedGuiDescription.getTitleColor using the client-sided config instance...Juuxel
2020-06-24Fix WItemSlot.<init> using client-only painters from common codeJuuxel
2020-06-23Add vertical alignment for WTextJuuxel
2020-06-22Add item slot filtersJuuxel
2020-06-22Add SyncedGuiDescription methods to get meaningful inventory and property del...Juuxel
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-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-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