summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2023-03-15LibWeb: Scale the font when painting the text on buttonsAndreas Kling
2023-03-15LibWeb: Don't truncate font sizes before scaling them to device pixelsAndreas Kling
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-11LibWeb: Use from_deprecated_fly_string() instead of from_utf8()Kenneth Myhra
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-24LibWeb: Stop overflow clip box aggregation on reached stacking contextAliaksandr Kalenik
2023-02-24Revert "LibWeb: Fix clip of hidden overflow..."Aliaksandr Kalenik
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-19LibWeb: Port FontCache to new StringsSam Atkins
2023-02-19LibWeb: Transform translate() values to device pixels before paintingAliaksandr Kalenik
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-02-11LibWeb: Scale font size to device pixelsAliaksandr Kalenik
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-02-10LibWeb: Use device pixels for transform rect of stacking contextAliaksandr Kalenik
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-25LibWeb: Use rect of containing block instead of parent to clip overflowAliaksandr Kalenik
2023-01-25LibWeb: Fix clip of hidden overflow when translated boxes are involvedAliaksandr Kalenik
2023-01-24LibWeb: Move scroll state from Layout::BlockContainer to Layout::BoxAndreas Kling
2023-01-24LibWeb: Make Layout::Node::containing_block() return a Layout::BoxAndreas Kling
2023-01-23LibWeb: Use CSS Pixels for overflow clip rectAliaksandr Kalenik
2023-01-11LibWeb: Make Paintable visit its cached containing block pointerAndreas Kling
2023-01-11LibWeb: Make a handful of paintable leaf classes `final`Andreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-05LibWeb: Return floats from color stop resolution functionsMacDue
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert Layout Boxes to new pixel unitsSam Atkins
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-03LibWeb: Use the layout_state border values when drawing bordersmartinfalisse
2022-12-31LibWeb: Paint repeating background images over entire paint boxTimothy Flynn
2022-12-25LibWeb: Remove done gradient painting TODOMacDue
2022-12-25LibWeb: Speed up gradient painting quite a lotMacDue
2022-12-24LibWeb: Apply CSS text-transform during layoutAndreas Kling
2022-12-20LibWeb: Fix passing size/position to paint_radial_gradient()MacDue
2022-12-18LibWeb: Don't const_cast layout_box() when calling const functionsMatt Purnell
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert text and text-decoration painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert marker painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert shadow painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert backdrop-filter painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert border painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert background painting to new pixel unitsSam Atkins