Historique des commits

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