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
/
LayoutBox.cpp
Age
Commit message (
Expand
)
Author
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS 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-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-06-25
LibWeb: Draw the margin and padding boxes around the inspected node
Andreas Kling
2020-06-24
LibWeb: Move border width and color 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
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-24
LibWeb: Turn BoxModelMetrics into a simple struct
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyle
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-14
LibWeb: Add LayoutNode::frame() reference getter
Andreas Kling
2020-06-12
LibWeb: Add basic support for position:fixed
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-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-05
LibWeb: Start implementing proper layout of replaced elements
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-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling