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
/
LibHTML
/
Layout
/
LayoutBlock.cpp
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Implement basic 'max-width' and 'min-width' support
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-10-20
LibHTML: Remove trailing whitespace in line boxes
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-17
LibHTML: Make "children are inline" flag imperative
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-15
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Andreas Kling
2019-10-15
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-13
LibHTML: Fix broken line splitting behavior in LayoutReplaced
Andreas Kling
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-12
LibHTML: Implement the <br> element for line breaking
Andreas Kling
2019-10-11
LibHTML: LayoutBlock::children_are_inline() should check is_inline()
Andreas Kling
2019-10-11
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-07
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-05
LibHTML: Anonymous blocks *should* inherit some properties
Andreas Kling
2019-10-05
LibHTML: Let's not have anonymous blocks inherit their parent's style
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-05
LibHTML: Render list markers in the same color as text
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: Rename ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
Andreas Kling
2019-09-28
LibHTML: Hide debugging output unless HTML_DEBUG is defined
Sergey Bugaev
2019-09-28
LibHTML: Implement rendering
Sergey Bugaev
2019-09-28
LibHTML: Fix LayoutBlock vertical position & height computations
Sergey Bugaev
2019-09-28
LibHTML: Fix moving inline elements to unrelated block elements
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-08-18
LibHTML: Implement basic block height computation
Andreas Kling
2019-08-18
LibHTML: Finish the block width calculation
Andreas Kling
2019-07-26
LibHTML: A tiny bit of work towards block layout.
Andreas Kling
2019-07-24
LibHTML: Fetch the box edge values needed for block width computation.
Andreas Kling
2019-07-08
LibHTML: Create anonymous blocks around inline children of blocks.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling