Age | Commit message (Expand) | Author |
2020-06-13 | LibWeb: More work on table layout | Andreas Kling |
2020-06-13 | LibWeb: Add LayoutTableCell::colspan() | Andreas Kling |
2020-06-12 | LibWeb: First cut of extremely naive table row layout | Andreas Kling |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-06-12 | LibWeb: Handle negative values when collapsing vertical margins | Andreas Kling |
2020-06-12 | LibWeb: Implement very basic margin collapsing | Andreas Kling |
2020-06-12 | LibWeb: Remove absolutely positioned elements from the normal flow | Andreas Kling |
2020-06-12 | LibWeb: Remove absolute positioning logic from LayoutReplaced | Andreas Kling |
2020-06-12 | LibWeb: Add basic support for position:fixed | Andreas Kling |
2020-06-12 | LibWeb: Rename BoxModelMetrics::full_margin() => margin_box() | Andreas Kling |
2020-06-12 | LibWeb: Some improvements to absolute positioning | Andreas Kling |
2020-06-10 | LibWeb: Constrain block height by the max-height if specified | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-10 | LibWeb: Rework the layout engine to use relative offsets | Andreas Kling |
2020-06-09 | LibWeb: Add LayoutTableRowGroup to implement display: table-row-group | Andreas Kling |
2020-06-09 | LibWeb: Add some iteration helpers to LayoutNode | Andreas Kling |
2020-06-08 | LibWeb: Add Page abstraction between PageView and main Frame | Andreas Kling |
2020-06-07 | LibWeb: Start fleshing out support for relative CSS units | Andreas Kling |
2020-06-07 | LibWeb: Move Frame.{cpp,h} into a new Frame/ directory | Andreas Kling |
2020-06-06 | LibWeb: Whine in debug log instead of asserting on partial layout FIXME | Andreas Kling |
2020-06-06 | LibWeb: Use FrameLoader to load iframes :^) | Andreas Kling |
2020-06-05 | LibWeb: Start adding support for the <iframe> element! :^) | Andreas Kling |
2020-06-05 | LibWeb: Simplify LayoutWidget layout | Andreas Kling |
2020-06-05 | LibWeb: Make <canvas> use the generic replaced layout algorithm | Andreas Kling |
2020-06-05 | LibWeb: Start implementing proper layout of replaced elements | Andreas Kling |
2020-06-05 | LibWeb: Improve computation of a layout node's containing block | Andreas Kling |
2020-06-02 | LibWeb: Share decoded images at the Resource level :^) | Andreas Kling |
2020-06-01 | LibWeb: Make input widget (buttons, text boxes, etc) scroll with page | Andreas Kling |
2020-05-30 | LibWeb: Correctly determine whether a block has only inline children | Andreas Kling |
2020-05-30 | LibWeb: Don't render list item markers for "list-style-type: none" | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-05-27 | LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode | Andreas Kling |
2020-05-26 | LibWeb: Basic support for display:inline-block with width:auto | Andreas Kling |
2020-05-24 | LibWeb: Improve support for white-space CSS property (#2348) | Jack Byrne |
2020-05-23 | LibWeb: Make hit-testing work with display: inline-block; | Andreas Kling |
2020-05-12 | LibWeb: Fixed non-spec processing of margin and padding | Eryk Skalinski |
2020-05-11 | LibWeb: Add basic support for CSS percentages | Andreas Kling |
2020-05-11 | LibWeb: Don't paint borders with width <= 0px | Linus Groh |
2020-05-11 | LibWeb: Draw the inspected node rect last in LayoutBox::render() | Linus Groh |
2020-05-10 | LibWeb: Add basic support for "border-style: {dotted,dashed}" | Linus Groh |
2020-05-10 | LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum | Linus Groh |
2020-05-08 | LibWeb: Implement "text-transform: {upper,lower}case" | Linus Groh |
2020-05-08 | LibWeb: Generate a new list item marker on every layout | Andreas Kling |
2020-05-05 | LibWeb: Add support for "display: inline-block" | Andreas Kling |
2020-05-04 | LibWeb: Don't assert when trying to rebuild a single-node layout tree | Andreas Kling |
2020-04-15 | LibWeb: Limit the maximum size of <canvas> bitmap buffers | Andreas Kling |
2020-04-03 | LibWeb: Implement <script src> support for synchronous scripts | Andreas Kling |
2020-03-23 | LibWeb: CSS: Add "position: absolute" with top and left | myphs |
2020-03-20 | LibWeb: Make hit testing better for blocks with inline children | Andreas Kling |
2020-03-19 | LibWeb: Add <canvas> element and start fleshing out CRC2D | Andreas Kling |