aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14ScreenDrawing: add ability to draw opaque textures (#63)Filip Weiss
2020-06-13implement a WTiledSprite widget (#62)Filip Weiss
2020-06-05CottonInventoryController -> SyncedGuiDescriptionJuuxel
2020-06-05CottonInventoryScreen: Add constructor with screen title, documentJuuxel
2020-06-05Document WLabel and WText methods, add missing accessors to WTextJuuxel
2020-06-051.16-pre2Juuxel
2020-05-22Document PropertyDelegateHolderunstable/2.0Juuxel
2020-05-21Add automatic scroll bar detection for scroll panelsJuuxel
2020-05-21Add focusing support for scroll barsJuuxel
2020-05-21Expose WAbstractSlider.isIncreasing/DecreasingKey as a public APIJuuxel
2020-05-21Add sub-widget focusing and item slot focusingJuuxel
2020-05-21Add toggle button focusing (#57)Juuxel
2020-05-21Fix player inventories resizing their labels to 18x18Juuxel
2020-05-21Add back WTextField.setSuggestion(String)Juuxel
2020-05-21Make WTextField.suggestion be a proper TextJuuxel
2020-05-21WPlayerInvPanel: title -> label, don't resize other widgets than the default ...Juuxel
2020-05-21Add focus cycling to panelsJuuxel
2020-05-21Revert "Make WScrollBar extend WAbstractSlider for better dragging"Juuxel
2020-05-20Add WWidget.getParentJuuxel
2020-05-20Add focusing support for buttonsJuuxel
2020-05-20Make WLabel properly resizeableJuuxel
2020-05-20Remove the ability to use PropertyDelegateHolders on blocksJuuxel
2020-05-20Fix item slots being offset one pixel to the left and upJuuxel
2020-05-20Add Inventory label for player inventory panelsJuuxel
2020-05-20Add horizontal axis support for boxes, document scroll widgetsJuuxel