summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutNode.h
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-10-22LibWeb: Use smart pointers between DOM and Layout treeAndreas Kling
2020-10-10LibWeb: Add {before,after}_children_paint() methodsMatthew Olsson
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-17LibWeb: Remove unused member in LayoutNodeWithStyle, found by CoverityBrian Gianforcaro
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas Kling
2020-08-05LibWeb: Specialize hit testing for text cursor purposesAndreas Kling
2020-07-28LibWeb: Make layout tree have non-const pointers to the DOMAndreas Kling
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-24LibWeb: Move border width and color into LayoutStyleAndreas Kling
2020-06-24LibWeb: Move position and text-align to LayoutStyleAndreas Kling
2020-06-24LibWeb: Add LayoutStyle, a place to store style info for layout & paintAndreas Kling
2020-06-24LibWeb: Rename LayoutNode::style() => specified_style()Andreas Kling
2020-06-24LibWeb: Use the cached text-align value in LineBox::add_fragment()Andreas Kling
2020-06-23LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyleAndreas Kling
2020-06-23LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyleAndreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-14LibWeb: Add LayoutNode::frame() reference getterAndreas Kling
2020-06-12LibWeb: Add basic support for position:fixedAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-09LibWeb: Add LayoutTableRowGroup to implement display: table-row-groupAndreas Kling
2020-06-09LibWeb: Add some iteration helpers to LayoutNodeAndreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-05LibWeb: Improve computation of a layout node's containing blockAndreas Kling
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling