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
/
BlockFormattingContext.h
Age
Commit message (
Expand
)
Author
2023-05-31
LibWeb: Move layout box rect helpers into FormattingContext
Andreas Kling
2023-05-31
LibWeb: Remove unnecessary static formatting context functions
Andreas Kling
2023-05-26
LibWeb: Reset margin collapsing state only if box indeed add clearance
Aliaksandr Kalenik
2023-05-16
LibWeb: Rewrite calculation of available space between floats
Andreas Kling
2023-05-07
LibWeb: Rename function to find table box width inside table wrapper
Aliaksandr Kalenik
2023-03-20
LibWeb: Let FormattingContext decide the automatic width of its root
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-10
LibWeb: Store y offset of current block container in BFC member
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-07
LibWeb: Remove redundant BFC::is_block_formatting_context() method
Sam Atkins
2023-01-05
LibWeb: Convert BlockFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2022-12-30
LibWeb: Margin bottom collapsing between parent and last child
Aliaksandr Kalenik
2022-12-30
LibWeb: Margin top collapsing between parent and first child
Aliaksandr Kalenik
2022-12-30
LibWeb: Introduce structure that maintains collapsible margins in BFC
Aliaksandr Kalenik
2022-11-03
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
Andreas Kling
2022-10-10
LibWeb: Resolve vertical margins against containing block width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-24
LibWeb: Remove awkward BFC::compute_theoretical_height() function
Andreas Kling
2022-09-24
LibWeb: Add FormattingContext::automatic_content_height()
Andreas Kling
2022-09-20
LibWeb: Consolidate code for resolving vertical box model metrics in BFC
Andreas Kling
2022-09-13
LibWeb: Treat percentage width/height as "auto" more consistently in BFC
Andreas Kling
2022-09-08
LibWeb: Rename confusing parameter to layout_block_level_box()
Andreas Kling
2022-07-26
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-11
LibWeb: More specialization of intrinsic sizing layout
Andreas Kling
2022-07-11
LibWeb: Factor out BFC "layout this block-level box" to a function
Andreas Kling
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-18
LibWeb: Implement CSS transforms on stacking contexts
Simon Wanner
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Move available_space_for_line() from IFC to BFC
Andreas Kling
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-19
LibWeb: Hack BFC to always remember to handle position:absolute elements
Andreas Kling
2022-02-15
LibWeb: Make IFC register absolutely positioned descendants with BFC
Andreas Kling
2022-02-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2022-01-24
LibWeb: Place block-level boxes vertically before formatting them inside
Andreas Kling
2022-01-24
LibWeb: Unify placement of replaced and non-replaced elements in BFC
Andreas Kling
2022-01-24
LibWeb: Unify code for assigning vertical box model metrics in BFC
Andreas Kling
2022-01-23
LibWeb: Allow CSS floating objects to flow across multiple lines
Andreas Kling
2022-01-23
LibWeb: Put BFC floating object state into a struct
Andreas Kling
2021-10-15
LibWeb: Use W3C urls for CSS-DISPLAY spec links
Sam Atkins
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Add BlockFormattingContext::root()
Andreas Kling
2021-09-18
LibWeb: Add transform: translateY() support
Tobias Christiansen
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
[next]