Viktor Szépe
5cc371d54c
LibWeb: Fix typos - act II
2025-04-09 15:05:20 +01:00
InvalidUsernameException
be47f95180
LibWeb: Reduce number of recompiled files for display list headers
...
This reduces the number of `.cpp` files that need to be recompiled when
one of the below header files changes as follows:
Painting/Command.h: 1030 -> 61
Painting/DisplayList.h: 1030 -> 60
Painting/DisplayListRecorder.h: 557 -> 59
2025-02-23 10:14:39 -05:00
Gingeh
ce5cd012b9
LibWeb/CSS: Implement the color-scheme CSS property
2025-01-08 11:18:13 +00:00
Pavel Shliak
dbfe5be9ff
LibGfx: Delete DeprecatedPainter
2024-11-25 21:13:53 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Andreas Kling
5721b2a3da
LibWeb: Rename LayoutStyle => CSS::ComputedValues
...
This object represents the CSS "computed values" so let's call it that.
2021-01-06 14:58:48 +01:00
Andreas Kling
3eb07d289e
LibWeb: Move border painting from Layout::Box to a free function
...
This will allow us to share some code between inline and non-inline
border painting.
2020-12-04 18:02:21 +01:00