| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a regression of #8676.
|
|
|
|
Run unused functions reported by cppcheck
This change removes a few (but not all) unused functions.
Some unused helper functions were not removed due to their complexity and potential of future use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#10182)
|
|
keybind (by default ender inventory)
|
|
|
|
doubleclicking/tapping (#10128)
Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it>
Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com>
|
|
* Add FormSpec font styling options
* Change multiplication to stof
* Remove extraneous check
|
|
This allows you to specify a FormSpec element to set the focus of with "set_focus[<name>;<always set>]".
|
|
(#9496)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default font sizes are used when the setting value is 0 or below (clamped by Settings).
|
|
|
|
Previously the default tabheader height was different when using
real coordinates. This resulted in the height of tabs changing when
switching tabs in sfinv if some tabs used real coordinates.
|
|
|
|
|