Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik c94b4316e7 LibWeb: Use separate restore() for each ApplyFilters display list item 8 months ago
  Psychpsyo 6f52064c4f LibWeb: Make SVGs respect their CSS transforms 8 months ago
  Saksham Mittal ecdb53cca6 LibWeb: Deduplicate opacity code in ApplyFilters 8 months ago
  Saksham Mittal 8562b0e33b LibWeb: Migrate CSS filter application to new ApplyFilters command 8 months ago
  Aliaksandr Kalenik 96a35767b6 LibWeb: Implement `mask-image` CSS property support 8 months ago
  Aliaksandr Kalenik 9f541c363d LibWeb: Allow stacking context to only be created by PaintableBox 8 months ago
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 8 months ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
  Andreas Kling e5490ae1d1 LibWeb: Rename Layout::Node::style() => computed_values() 4 years ago
  Andreas Kling 07dd73c351 LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes 4 years ago
  Andreas Kling fc86717f43 LibWeb: Demangle the names returned by Layout::Node::class_name() 4 years ago
  Andreas Kling 169a9150cb LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block() 4 years ago
  Andreas Kling d129e68da8 LibWeb: Move PaintPhase enum out of Layout::Node 4 years ago
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace 4 years ago
  Andreas Kling f358f2255f LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node() 4 years ago
  Andreas Kling e2b4fef6c7 LibWeb: Specialize hit testing for text cursor purposes 5 years ago
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 years ago
  Andreas Kling 392b055806 LibWeb: Use the StackingContext tree for hit testing 5 years ago
  Andreas Kling f7a900367f LibWeb: StackingContext was sorting the wrong list of children 5 years ago
  Andreas Kling 6f28f08096 LibWeb: Add LayoutStyle, a place to store style info for layout & paint 5 years ago
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() 5 years ago
  Andreas Kling 07b06cdc7e LibWeb: Fix broken #include after moving files around 5 years ago
  Andreas Kling 995d93c9d9 LibWeb: Move StackingContext from Layout/ to Painting/ 5 years ago