| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Formspec: Fix priorities for version < 3
1) Introduce 'priority' to 'FieldSpec'
2) Sort elements based on 'priority'
3) Assign 'name' to the Item Image Button's image to show tooltips again
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|