Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | Update .editorconfig for JSON formatting in IDEA | Juuz | |
2022-03-22 | Fix indentation in build.gradle | Juuz | |
Why does IDEA insist on throwing spaces everywhere??? | |||
2022-03-22 | Only depend on specific Fabric API modules | Juuz | |
2022-03-20 | Updated to 1.18.2 (#155) | Greg C | |
2022-02-27 | Bump version to 5.3.1 | Juuz | |
2022-02-27 | Corrected calculation of the current visible elements in the list panel. (#152) | dani162 | |
* Corrected calculation of the current visible elements in the list panel. The change fixes the problem that the last element/elements in the list are not shown because the margin spaces weren't properly calculated in the visibleCells variable. Removed unnecessary for-loop run-trough. * Should add one margin to layoutHeight because the dividing element also has margin Co-authored-by: dani162 <{ID}+{username}@users.noreply.github.com> | |||
2022-02-27 | Fix IOOBE when WTextField.scrollOffset was outside the string | Juuz | |
Fixes #154. Also documented some WTextField methods. | |||
2022-01-16 | Bump version to 5.3.0 | Juuz | |
2022-01-16 | Added getter for WListPanel's scrollbar (#150) | Luligabi1 | |
2022-01-16 | Add test for WItemSlot filters | Juuz | |
2022-01-16 | Clarify WPanel.streamChildren, remove ApiStatus.Experimental | Juuz | |
2021-12-24 | Bump version to 5.2.0 | Juuz | |
2021-12-24 | Add CottonInventoryScreen ctor overloads with PlayerInventory | Juuz | |
Closes #147. | |||
2021-12-22 | Bump version to 5.1.1 | Juuz | |
2021-12-22 | Add test for blocks without any inventory of their own | Juuz | |
2021-12-22 | Keep bin compat in SyncedGuiDescription | Juuz | |
2021-12-22 | Improve WWidget.validate javadoc | Juuz | |
2021-12-22 | Remove possible null values for ValidatedSlot.filter | Juuz | |
2021-12-22 | Move custom quick move implementation from onSlotClick to transferSlot | Juuz | |
2021-12-06 | Fix javadoc format | Juuz | |
2021-12-06 | Add WAbstractSlider.updateValueCoordRatios, bump to 5.1.0 | Juuz | |
Fixes #145. | |||
2021-12-06 | Bump version to 5.0.0, build on 1.18 | Juuz | |
2021-12-06 | Remove deprecations | Juuz | |
2021-12-06 | Merge branch '1.17' | Juuz | |
# Conflicts: # gradle.properties | |||
2021-12-06 | Clean up WTextField | Juuz | |
2021-11-25 | Update to 1.18-rc1 | Juuz | |
2021-11-22 | Use java toolchains | Juuxel | |
2021-11-16 | Improve WTextField (#140) | Roman / Nea | |
* Refactor rendering of WTextField and add text scrolling * Make caret position movable by clicks Also deprecated the public getCaretPos method since it was public. * Rework keyboard interactions with WTextField Introduce CTRL+(Left/Right) for deletes, selects and cursor moves. * Revert breaking API changes in WTextField | |||
2021-11-16 | Hopefully fix GHA | Juuz | |
2021-11-16 | Run Github Actions on Java 17 | Juuz | |
2021-11-16 | Bump version to 4.2.2 | Juuz | |
2021-11-16 | Fix running GuiTest | Juuz | |
2021-11-16 | Make deprecated WTabPanel.Tab constructor private | Juuz | |
2021-11-16 | Update to Minecraft 1.18-pre2 and Java 17 | Juuz | |
2021-11-16 | * Updated to 1.18 (#142) | biom4st3r | |
* Updated Jankson-Fabric | |||
2021-11-16 | Fix title alignments when titleX is not 0 | Juuz | |
2021-09-15 | Update to Gradle 7.2HEADmaster | Juuz | |
2021-09-12 | Fix #137, bump version to 4.2.14.2.1 | Juuz | |
2021-09-12 | Update Yarn and LQF | Juuz | |
2021-09-11 | Javadoc hotfix4.2.0 | Juuz | |
2021-09-11 | Link to jetbrains annotations in javadoc | Juuz | |
2021-09-11 | Make hovering take WWidget.isWithinBounds into account | Juuz | |
Also improved docs and added WWidget.canHover. | |||
2021-09-11 | Refactor observable properties | Juuz | |
2021-09-11 | Revert "Loom 0.10!" | Juuz | |
This reverts commit 11321463. Apparently it's not stable enough to use yet :sob: | |||
2021-09-11 | Loom 0.10! | Juuz | |
2021-09-11 | Bump version to 4.2.0 | Juuz | |
2021-09-11 | Update Finnish translation | Juuz | |
2021-09-11 | Use vanilla translation key for "hotbar" | Juuz | |
2021-09-11 | Add observable properties and narration support (#136) | Juuxel | |
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc | |||
2021-08-18 | Bump version to 4.1.74.1.7 | Juuz | |