summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Whine in debug log instead of asserting on partial layout FIXMEAndreas Kling
2020-06-06LibWeb: Use FrameLoader to load iframes :^)Andreas Kling
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-05LibWeb: Simplify LayoutWidget layoutAndreas Kling
2020-06-05LibWeb: Make <canvas> use the generic replaced layout algorithmAndreas Kling
2020-06-05LibWeb: Start implementing proper layout of replaced elementsAndreas Kling
2020-06-05LibWeb: Improve computation of a layout node's containing blockAndreas Kling
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-01LibWeb: Make input widget (buttons, text boxes, etc) scroll with pageAndreas Kling
2020-05-30LibWeb: Correctly determine whether a block has only inline childrenAndreas Kling
2020-05-30LibWeb: Don't render list item markers for "list-style-type: none"Andreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-27LibWeb: LayoutMode line_break_policy => LayoutMode layout_modeAndreas Kling
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-05-24LibWeb: Improve support for white-space CSS property (#2348)Jack Byrne
2020-05-23LibWeb: Make hit-testing work with display: inline-block;Andreas Kling
2020-05-12LibWeb: Fixed non-spec processing of margin and paddingEryk Skalinski
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11LibWeb: Don't paint borders with width <= 0pxLinus Groh
2020-05-11LibWeb: Draw the inspected node rect last in LayoutBox::render()Linus Groh
2020-05-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh
2020-05-10LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enumLinus Groh
2020-05-08LibWeb: Implement "text-transform: {upper,lower}case"Linus Groh
2020-05-08LibWeb: Generate a new list item marker on every layoutAndreas Kling
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-04LibWeb: Don't assert when trying to rebuild a single-node layout treeAndreas Kling
2020-04-15LibWeb: Limit the maximum size of <canvas> bitmap buffersAndreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-23 LibWeb: CSS: Add "position: absolute" with top and leftmyphs
2020-03-20LibWeb: Make hit testing better for blocks with inline childrenAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling