Andreas Kling
|
ad7e6878fe
LibWeb: Allocate CSS::ComputedValues objects on the heap
|
1 年之前 |
Aliaksandr Kalenik
|
1294cfb55c
LibWeb: Find font that has whitespace glyph in first_available_font()
|
1 年之前 |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 年之前 |
Aliaksandr Kalenik
|
814bed33b4
LibWeb: Move box_type_agnostic_position() from layout node to paintable
|
1 年之前 |
Andreas Kling
|
bc3a16396e
LibWeb: Move font list from NodeWithStyle to ComputedValues
|
1 年之前 |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
1 年之前 |
Andreas Kling
|
4a35693dd7
LibWeb: Improve style propagation to anonymous wrappers
|
1 年之前 |
Andreas Kling
|
f900957d26
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 年之前 |
Sam Atkins
|
9e99368694
LibWeb: Track quote-nesting level while building the layout tree
|
1 年之前 |
Aliaksandr Kalenik
|
32be413f4e
LibWeb: Add missing visit_edges() for ImageStyleValue
|
1 年之前 |
Andreas Kling
|
1f69e9cddf
LibWeb: Remove Layout::Node::m_visible and compute it on the fly
|
1 年之前 |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 年之前 |
Aliaksandr Kalenik
|
7eee3f6952
LibWeb: Add `mutable_computed_values()` for `NodeWithStyle`
|
1 年之前 |
Aliaksandr Kalenik
|
b4064320bd
LibWeb: Add `m_is_grid_item` in `Layout::Node`
|
1 年之前 |
Andreas Kling
|
429b2e5860
LibWeb: Make FontCache per-StyleComputer
|
1 年之前 |
Andi Gallo
|
89305f1481
LibWeb: Copy button style properties for generated table and cell
|
1 年之前 |
Andi Gallo
|
b34b80104f
LibWeb: Fix buttons with TextNode label
|
1 年之前 |
Aliaksandr Kalenik
|
b6ea4b002b
LibWeb: Add info about pseudo element type in Layout::Node
|
1 年之前 |
MacDue
|
21ace4f90b
LibWeb: Add Node::scaled_font(float scale_factor)
|
1 年之前 |
Andi Gallo
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
2 年之前 |
Andreas Kling
|
b6f3369b66
LibWeb: Fix spelling of non_anonymous_containing_block()
|
2 年之前 |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 年之前 |
Andi Gallo
|
5cec517153
LibWeb: Get reference height from closest non-anonymous ancestor
|
2 年之前 |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 年之前 |
Timothy Flynn
|
8f0b7fa370
LibWeb: Verify that a node has styled properties in its styled accessors
|
2 年之前 |
MacDue
|
7061a3d8e6
LibWeb: Add .scaled_font() helper to Layout::Node
|
2 年之前 |
Andreas Kling
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 年之前 |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |