aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiHyperText.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make hypertext and textarea have proper scroll event propagation. (#10860)Vincent Robinson2021-01-231-1/+1
* Add scroll_container formspec element (redo) (#9101)DS2020-04-131-9/+11
* Hypertext: Fix hovercolor not working in global tag (#9582)Pierre-Yves Rollo2020-04-051-2/+1
* Fix cursor still visible after closing formspec while on HyperText (#9583)Pierre-Yves Rollo2020-04-041-2/+8
* Hypertext: Fix alignment tags adding unwanted newlines (#9548)Pierre-Yves Rollo2020-03-261-9/+24
* Fix memory leak in GUIHyperText (#9489)DS2020-03-101-3/+3
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-071-8/+8
* Clean up font caching, fix bitmap fontsSmallJoker2019-11-031-8/+9
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+1137