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
/
LayoutText.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2019-12-18
LibHTML: Insert a new linebox for every newline in "white-space: pre"
Andreas Kling
2019-12-18
LibHTML: Don't insert line breaks between multiple <pre>'s on a line
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-21
LibHTML: Paint text background color before the underline decoration
Andreas Kling
2019-11-19
LibHTML: Render a background-color behind line box fragments if needed
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-19
LibHTML: Don't insert unnecessary line breaks at start of text lines
Andreas Kling
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
2019-10-09
LibHTML: Collapse whitespace in LayoutText unless white-space: pre;
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-06
LibHTML: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: LayoutText should inherit from LayoutNode directly
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-03
LibHTML: Make "white-space: pre" kinda work
Andreas Kling
2019-10-03
LibHTML: Forgot to account for -1 glyph spacing in text layout
Andreas Kling
2019-10-03
LibHTML: Don't add whitespace line box fragments at start of line
Andreas Kling
2019-10-03
LibHTML: Tweak "text-decoration: underline" look in LayoutText
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
Andreas Kling
2019-09-29
LibHTML: Make hit testing work for LayoutText
Andreas Kling
2019-09-28
LibHTML: Implement basic support for "text-decoration: underline"
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
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: Implement LayoutText
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
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