1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Userland
Andreas Kling 508927cae2 LibWeb: Take floats into account when measuring automatic width of IFC
When there are floats present inside an IFC, we must coordinate with
the parent BFC to calculate the automatic width of the IFC's block box.
This is because the IFC is not directly aware of floats. Only the BFC
knows enough about them to account for them in automatic sizing.
2023-05-03 19:49:43 +02:00
..
Applets LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Applications SoundPlayer: Clear client buffer when playback is stopped 2023-05-03 10:01:14 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
DevTools HackStudio: Move around execution order and prevent crashing 2023-04-30 06:08:22 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess: Spawn new engine process immediately after engine is selected 2023-05-03 08:31:34 +01:00
Libraries LibWeb: Take floats into account when measuring automatic width of IFC 2023-05-03 19:49:43 +02:00
Services AudioServer: Dequeue all buffers when clearing a ClientAudioStream 2023-05-03 10:01:14 +02:00
Shell Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00
Utilities ICC+image: Add conversion between color spaces for images :^) 2023-05-03 15:05:13 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00