| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
* Add padding and content_offset style properties to buttons
|
| |
|
| |
|
|
|
|
|
| |
open (#9700)
Fixes #9640.
|
|
|
| |
Fixes #9691.
|
| |
|
|
|
|
|
|
|
|
|
| |
New formspec elements:
- `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]`
- `scroll_container_end[]`
Other elements can be embedded in this element. Scrollbar must be placed manually.
|
|
|
| |
Activated using F5
|
| |
|
|
|
|
| |
Fixes #9634
|
| |
|
| |
|
|
|
|
|
| |
This adds a vector that holds pointers to elements that should only be visible while being drawn.
In the guifsmenu's draw func, all elements in this vector are made visible and invisible again. Apart from there, they are always invisible. (Well they are still visible before the first drawn, does this matter? If yes, it could be fixed easily with some lines of code everywhere.)
|
| |
|
|
|
|
|
| |
* Add translator comments for "special" strings
* Add translator comments for some "tricky" strings
|
| |
|
| |
|
|
|
|
| |
Change legacy size/position calculations to 'textarea'
|
| |
|
| |
|
|
|
|
|
| |
conversion (#9437)
Co-authored-by: Pierre-Yves Rollo <dev@pyrollo.com>
|
| |
|
|
|
|
|
|
| |
window (#9422)
|
| |
|
| |
|
|
|
|
| |
Key ESCAPE -> Cancel change
Key DELETE -> Remove entry
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* StaticText/EnrichedString: Styling support
* Fix tooltip fg/bgcolor
* Fix default color for substr(), add unittests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Make guiButtonImage support null images properly
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
color (#8996)
|
| |
|
| |
|