Commit History

Author SHA1 Message Date
  Andreas Kling 1e92081546 LibWeb: Avoid some heap churn during text splitting 4 years ago
  Andreas Kling 9bdd8ec3f3 LibWeb: Don't paint a text cursor in unfocused frames 4 years ago
  Andreas Kling 72347205c4 LibWeb: Always add line boxes through LayoutBlock::add_line_box() 5 years ago
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 years ago
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" 5 years ago
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g 5 years ago
  Andreas Kling 07e13e9868 LibWeb: Only allow editing of elements with contenteditable="true" 5 years ago
  Andreas Kling 2c679d0c8b LibWeb: Add a blinking text cursor :^) 5 years ago
  Andreas Kling fffc5896d8 LibWeb: Make layout tree have non-const pointers to the DOM 5 years ago
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace 5 years ago
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace 5 years ago
  Andreas Kling 706fc3d1aa LibWeb: Paint the text selection :^) 5 years ago
  Andreas Kling 2762e3d80a LibWeb: Rename LineBoxFragment::render() => paint() 5 years ago
  Andreas Kling 8960c6f8fe LibWeb: Use the cached white-space from LayoutStyle in text_for_style() 5 years ago
  Andreas Kling 440b4ece22 LibWeb: Move border width and color into LayoutStyle 5 years ago
  Andreas Kling 6b334e02e6 LibWeb: Move white-space into LayoutStyle 5 years ago
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() 5 years ago
  Andreas Kling 8c82d26668 LibWeb: Rename LayoutNode::render() to paint() 5 years ago
  Andreas Kling 07ccaa1934 LibWeb: Teach line layout to collapse whitespace across fragments 5 years ago
  Andreas Kling 656b01eb0f LibWeb: Rework the layout engine to use relative offsets 5 years ago
  Andreas Kling 35040dd2c4 LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode 5 years ago
  Andreas Kling f01af62313 LibWeb: Basic support for display:inline-block with width:auto 5 years ago
  Jack Byrne 58480a510f LibWeb: Improve support for white-space CSS property (#2348) 5 years ago
  Linus Groh f8c7ab55f8 LibWeb: Implement "text-transform: {upper,lower}case" 5 years ago
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 years ago