summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Layout/LayoutText.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-05LibHTML: Respect the system themeSergey Bugaev
2019-12-18LibHTML: Insert a new linebox for every newline in "white-space: pre"Andreas Kling
2019-12-18LibHTML: Don't insert line breaks between multiple <pre>'s on a lineAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-11-25LibHTML: Divide the "line spacing" evenly between lines of textAndreas Kling
2019-11-21LibHTML: Paint text background color before the underline decorationAndreas Kling
2019-11-19LibHTML: Render a background-color behind line box fragments if neededAndreas Kling
2019-11-18LibHTML: Use floating point numbers throughout the layout treeAndreas Kling
2019-11-09LibHTML: Paint a magenta rectangle around the currently inspected nodeAndreas Kling
2019-10-20LibHTML: Implement "text-align: justify"Andreas Kling
2019-10-19LibHTML: Don't insert unnecessary line breaks at start of text linesAndreas Kling
2019-10-18LibHTML: Preserve UTF-8 codepoints when collapsing whitespaceAndreas Kling
2019-10-13LibHTML: Add some convenient geometry getters on LayoutNodeAndreas Kling
2019-10-12LibHTML: Add StyleProperties::line_height()Andreas Kling
2019-10-09LibHTML: Collapse whitespace in LayoutText unless white-space: pre;Andreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-07LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-lessAndreas Kling
2019-10-06LibHTML: Move font loading from LayoutText to StylePropertiesAndreas Kling
2019-10-06LibHTML: LayoutText should inherit from LayoutNode directlyAndreas Kling
2019-10-06LibHTML: Respect the link color set via <body link>Andreas Kling
2019-10-04LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()Andreas Kling
2019-10-04LibHTML: LayoutText should always use parent's style propertiesAndreas Kling
2019-10-03LibHTML: Make "white-space: pre" kinda workAndreas Kling
2019-10-03LibHTML: Forgot to account for -1 glyph spacing in text layoutAndreas Kling
2019-10-03LibHTML: Don't add whitespace line box fragments at start of lineAndreas Kling
2019-10-03LibHTML: Tweak "text-decoration: underline" look in LayoutTextAndreas Kling
2019-10-03LibHTML: Rewrite inline and text layoutAndreas Kling
2019-09-29LibHTML: Make hit testing work for LayoutTextAndreas Kling
2019-09-28LibHTML: Implement basic support for "text-decoration: underline"Andreas Kling
2019-09-28LibHTML: Respect the CSS "color" property for textAndreas Kling
2019-09-28LibHTML: Hide debugging output unless HTML_DEBUG is definedSergey Bugaev
2019-09-28LibHTML: Implement renderingSergey Bugaev
2019-09-28LibHTML: Implement LayoutTextSergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-07-08LibHTML: Create anonymous blocks around inline children of blocks.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling