Andreas Kling
|
9de1253f44
|
LibWeb: Remove a whole bunch of unnecessary #includes
|
2021-02-10 09:13:29 +01:00 |
|
Andreas Kling
|
0c66e53544
|
LibWeb: Honor font sizes specified by CSS
Instead of trying to coerce them into some font size we think we might
have, let's just honor the request and do our best to find a font.
|
2021-02-07 10:57:07 +01:00 |
|
Andreas Kling
|
149f10b0b9
|
LibWeb: Parse the CSS "flex-direction" property
|
2021-01-18 20:20:16 +01:00 |
|
Andreas Kling
|
140463e833
|
LibWeb: Parse "display: flex" and create BlockBox layout nodes for them
I'm not 100% sure that BlockBox is the right layout node for flex
containers, but it's the most obviously fitting one we already have.
|
2021-01-18 20:20:00 +01:00 |
|
asynts
|
adbb8d62d1
|
Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
|
2021-01-16 11:54:35 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|