ladybird/Userland
Andreas Kling 47c21cc349 LibWeb: Honor column-gap and row-gap CSS properties in flex layout
This isn't actually part of CSS-FLEXBOX-1, but all major engines honor
these properties in flex layout, and it's widely used on the web.

There's a bug open against the flexbox spec where fantasai says the
algorithm will be updated in CSS-FLEXBOX-2:
https://github.com/w3c/csswg-drafts/issues/2336

I've added comments to all the places where we adjust calculations for
gaps with "CSS-FLEXBOX-2" so we can find them easily. When that spec
becomes available, we can add proper spec links.
2023-04-14 13:22:07 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications SoundPlayer: Check if loader is null 2023-04-14 07:13:32 -04:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Starfield: Rename starfield_window to starfield_widget 2023-04-12 19:34:27 +02:00
DevTools HackStudio: Set_cursor even if the file is already open 2023-04-13 09:52:33 +02:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Libraries LibWeb: Honor column-gap and row-gap CSS properties in flex layout 2023-04-14 13:22:07 +02:00
Services WindowServer: Refactor window geometry overlay rect calculation logic 2023-04-13 20:18:49 +02:00
Shell Shell: Add map_fixed to the pledges for command autocompletion 2023-04-12 07:06:54 -04:00
Utilities LibJS: Port Value::to_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00