summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/ListItemBox.cpp
AgeCommit message (Expand)Author
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-25LibWeb: Make `display: foo` box constructors take the Element by pointerSam Atkins
2022-02-21LibWeb: Create list-item markers during layout tree constructionAndreas Kling
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2021-10-29LibWeb: Render any specified list-style-image for list itemsTimothy Flynn
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-24LibWeb: Make ListItemMarkerBox inherit style from ListItemBoxAndreas Kling
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Make the ListItemMarkerBox index-aware.Tobias Christiansen
2021-04-17LibWeb: Fix misplaced bullet points on list itemsTobias Christiansen
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling