Aliaksandr Kalenik
|
667cb01b60
|
LibWeb: Fix layout mode propagation in SVGFormattingContext
|
2025-03-09 18:40:37 +01:00 |
|
Timothy Flynn
|
27478ec7d4
|
Everywhere: Run clang-format
The following command was used to clang-format these files:
clang-format-19 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
|
2024-12-28 05:39:32 -08:00 |
|
Manuel Zahariev
|
f5e01192cc
|
LibWeb: Layout standalone SVG document with specified dimensions
Before, standalone SVG documents were stretched to fit the agent
viewport.
|
2024-12-13 15:02:49 +00:00 |
|
Sam Atkins
|
ebc91686b5
|
LibWeb/Layout: Add FIXMEs where we're using the wrong font
It's not clear how to address these right now, so add a FIXME to make
them easier to find and address later.
|
2024-12-06 02:57:34 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|