aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiScrollContainer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid drawing clipped out formspec elements (#10095)EvidenceB2020-08-231-0/+2
|
* Apply a scrollbar's default value to scroll containers (#9699)DS2020-04-181-1/+5
| | | Fixes #9691.
* Add scroll_container formspec element (redo) (#9101)DS2020-04-131-0/+56
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.