ladybird/Userland
Aliaksandr Kalenik fe8304d5de LibWeb: Introduce structure that maintains collapsible margins in BFC
Previously y position of boxes in block formatting context
was calculated by looking at y position of previous in-flow
sibling and adding collapsed margin of "collapse through"
boxes lying between box currently being laid out and it's
previous in-flow sibling.

Here introduced BlockMarginState structure that maintains
array of currently collapsible margins hence we no longer
need to look at previous sibling to calculate y position
of a box.
2022-12-30 14:21:19 +01:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications Presenter: Accept file drops 2022-12-29 10:22:49 -05:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Demos: Add ability to use scroll wheel in starfield 2022-12-28 14:49:05 -05:00
DevTools SQLStudio: Remove (unimplemented) ability to open database storage files 2022-12-30 14:17:18 +01:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games Snake: Use a statusbar to display the current and high score 2022-12-23 23:26:21 +01:00
Libraries LibWeb: Introduce structure that maintains collapsible margins in BFC 2022-12-30 14:21:19 +01:00
Services SQLServer: Mark a deferred invocation lambda as mutable 2022-12-30 14:17:18 +01:00
Shell Shell: Add where builtin 2022-12-27 07:25:42 +03:30
Utilities sql+SQLStudio: Recover from errors preparing SQL statements 2022-12-30 14:17:18 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00