index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
TextNode.cpp
Age
Commit message (
Expand
)
Author
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-09-19
LibWeb: Stop painting backgrounds for TextNodes
Sam Atkins
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-08-02
LibWeb: Remove unneccessary breaks from text-decoration-rendering
Tobias Christiansen
2021-08-02
LibWeb: Don't draw zero-length line for text-decoration: blink
Tobias Christiansen
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-29
LibWeb: Add proper support for text-decoration-line property values
Tobias Christiansen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-04
LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNode
Max Wipfli
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-21
LibWeb: Improving cursor behavior in editable DOM nodes
Max Wipfli
2021-04-29
LibWeb: Move Layout::TextNode whitespace collapse to separate function
Andreas Kling
2021-04-27
LibWeb: Remove unnecessary temporary Vector in text layout
Andreas Kling
2021-04-27
LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()
Andreas Kling
2021-04-27
LibWeb: Refactor Layout::TextNode splitting into a chunk iterator
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
LibWeb: Protect RadioButton and TextNode against mutating DOM
Timothy Flynn
2021-04-04
LibWeb: Defer mouse events from TextNode to Label
Timothy Flynn
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling