index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
ListItemBox.cpp
Age
Commit message (
Expand
)
Author
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-25
LibWeb: Make `display: foo` box constructors take the Element by pointer
Sam Atkins
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2021-10-29
LibWeb: Render any specified list-style-image for list items
Timothy Flynn
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-09-24
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
Andreas Kling
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-05-12
LibWeb: Position the ListItemMarkers according to their width
Tobias Christiansen
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Make the ListItemMarkerBox index-aware.
Tobias Christiansen
2021-04-17
LibWeb: Fix misplaced bullet points on list items
Tobias Christiansen
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling