1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:12:08 +00:00
serenity/Userland
Andreas Kling 9201f626c1 LibWeb: Use BFC root relative coordinates when flowing around floats
While IFC flows text into a block container, floating objects are
anchored at the BFC root, not necessarily the local block container.

Because of this, we have to use root-relative coordinates when checking
how much space is available in between left and right floated objects.
2022-01-24 02:16:13 +01:00
..
Applets Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
Applications DisplaySettings: Show display's manufacturer and size instead of device 2022-01-23 22:45:21 +00:00
Demos Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
DevTools LibJS: Refactor interpreter to use Script and Source Text Modules 2022-01-22 01:21:18 +00:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Snake: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Libraries LibWeb: Use BFC root relative coordinates when flowing around floats 2022-01-24 02:16:13 +01:00
Services RequestServer: Unveil /etc/timezone for date-time usage 2022-01-23 20:57:01 +00:00
Shell Shell: Make Juxtaposition autocompletion smarter 2022-01-21 18:58:28 +03:30
Utilities gunzip: Don't truncate output filename when input file suffix is omitted 2022-01-23 20:52:16 +00:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00