index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
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
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling