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-08-09
LibWeb: Always add line boxes through LayoutBlock::add_line_box()
Andreas Kling
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: LayoutSVG should not claim to be a LayoutCanvas :^)
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-22
LibWeb: Replaced elements had backwards application of intrinsic ratio
Andreas Kling
2020-07-22
LibWeb: Set the intrinsic width/height of <img> instead of hacking it
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-06-29
LibWeb: Clamp text fragment selection to the fragment
Andreas Kling
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-29
LibWeb: Paint the text selection :^)
Andreas Kling
2020-06-28
LibWeb: Rename LineBoxFragment::render() => paint()
Andreas Kling
2020-06-28
LibWeb: Layout table-cell contents once again once final width is known
Andreas Kling
2020-06-28
LibWeb: Start working on supporting fixed table layouts
Andreas Kling
2020-06-28
LibWeb: Collapse top and bottom margin of empty sibling blocks
Andreas Kling
2020-06-26
LibWeb: Skip over floating elements when collapsing margins
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-25
LibWeb: Percentage 'height' should sometimes behave as 'auto'
Andreas Kling
2020-06-25
LibWeb: Place normal-flow blocks relative to non-absolute siblings
Andreas Kling
2020-06-25
LibWeb: Draw the margin and padding boxes around the inspected node
Andreas Kling
2020-06-25
LibWeb: Iterating more on placement of absolutely positioned elements
Andreas Kling
2020-06-25
LibWeb: Update the border metrics of absolutely positioned boxes
Andreas Kling
2020-06-25
LibWeb: Remove empty trailing line boxes
Andreas Kling
2020-06-25
LibWeb: Avoid some redundant resolution of padding values during layout
Andreas Kling
2020-06-24
LibWeb: Use the cached white-space from LayoutStyle in text_for_style()
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move height, min-height and max-height into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move min-width and max-width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move position and text-align to LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
Andreas Kling
[next]