| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add style properties for overriding the the hovered/pressed state
- By default, hovered buttons are a lighter version of the base color
- By default, pressed buttons are a darker version of the base color
- Add hovered bg image support for image buttons (style property)
|
|
|
|
| |
This reverts commit 1db3d252cff9e8d61fecf1052d7497813851da51.
Temporary solution until a compatible solution is found to define both - formspec and fullscreen backgrounds.
|
| |
|
| |
|
|
|
| |
Adds background9[] element to keep backwards compatibility in formspec prepends.
|
|
|
|
|
| |
Fix some reference counters (memleak)
Map::dispatchEvent: Allocation safety using references
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont
Fixes various segfaults in gameplay
Shorter font cache code, cleaned up (?)
|
| |
|
| |
|
| |
|
| |
|