This website requires JavaScript.
Explore
Help
Sign In
fujin
/
Applied-Energistics-2
Watch
1
Star
0
Fork
0
You've already forked Applied-Energistics-2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e19991f1f99820aeda5d6e37ab004a261d7295bb
Applied-Energistics-2
/
src
/
main
/
java
/
appeng
/
client
/
gui
/
widgets
T
History
shartte
e19991f1f9
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
..
ActionButton.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
AETextField.java
Fixes mouse handling for right-clicks to clear the search box and middle-click for crafting. (
#4505
)
2020-07-26 16:30:53 +02:00
CommonButtons.java
The Great Renamening of 2020
2020-06-22 13:21:23 +02:00
CustomSlotWidget.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
IconButton.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
IScrollSource.java
pick 97420a31d The big reformat of 2020
2020-06-16 21:45:35 +02:00
ISortSource.java
pick 97420a31d The big reformat of 2020
2020-06-16 21:45:35 +02:00
ITickingWidget.java
Formatting fixes
2020-07-19 23:50:47 +02:00
ITooltip.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
NumberBox.java
Same method name as in superclass leads to ForgeGradle reobf problems. (
#4491
)
2020-07-22 10:22:00 +02:00
ProgressBar.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
Scrollbar.java
The Great Renamening of 2020
2020-06-22 13:21:23 +02:00
ServerSettingToggleButton.java
The Great Renamening of 2020
2020-06-22 13:21:23 +02:00
SettingToggleButton.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
TabButton.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00
ToggleButton.java
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4558
)
2020-08-05 18:21:13 +02:00