aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiHyperText.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add scroll_container formspec element (redo) (#9101)DS2020-04-131-1/+1
| | | | | | | | | 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.
* Hypertext: Fix alignment tags adding unwanted newlines (#9548)Pierre-Yves Rollo2020-03-261-1/+5
|
* Fix memory leak in GUIHyperText (#9489)DS2020-03-101-1/+1
|
* Clean up font caching, fix bitmap fontsSmallJoker2019-11-031-4/+0
|
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+229