summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Node.cpp
AgeCommit message (Expand)Author
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-18LibWeb: Also avoid setting definite size for heightTobias Christiansen
2021-09-17LibWeb: Replace hard-coded defaults in Node::apply_style()Sam Atkins
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-15LibWeb: Avoid setting definite {width,height} when "auto" is specifiedTobias Christiansen
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-15LibWeb: Make Layout::Node::paint() pure virtualAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-08-18LibWeb: Calculate font-size in NodeWidthStyle::apply_style()Sam Atkins
2021-08-18LibWeb: Handle non-px font sizesSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins
2021-08-08LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen
2021-07-24LibWeb: Draw elements with opacity in a separate stacking contextEgor Ananyin
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-14LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12LibWeb: Set border width to zero if style is noneEgor Ananyin
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling