aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiScrollContainer.cpp
AgeCommit message (Collapse)Author
2022-05-22Replace all uses of core::list with std::list (#12313)paradust7
2020-08-23Avoid drawing clipped out formspec elements (#10095)EvidenceB
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
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.