Commit History

Author SHA1 Message Date
  Andreas Kling 9ad3e6cd8a LibWeb: Don't assert when containing block doesn't know how to place 5 years ago
  Andreas Kling c7d9229a0f LibWeb: Reorganize layout algorithm 5 years ago
  Andreas Kling 332c471301 LibWeb: Simplify LayoutBlock::layout_block_children() a little bit 5 years ago
  Andreas Kling 1e15fa30e4 LibWeb: Don't try to be clever about -libweb-center relative position 5 years ago
  Andreas Kling 784ed004e6 LibWeb: Implement <center> as -libweb-center 5 years ago
  Andreas Kling c91981eba8 LibWeb: Handle negative values when collapsing vertical margins 5 years ago
  Andreas Kling 21b1f1653d LibWeb: Implement very basic margin collapsing 5 years ago
  Andreas Kling 08f29be87a LibWeb: Remove absolutely positioned elements from the normal flow 5 years ago
  Andreas Kling 137f6d44ec LibWeb: Add basic support for position:fixed 5 years ago
  Andreas Kling 9cbef10bdd LibWeb: Rename BoxModelMetrics::full_margin() => margin_box() 5 years ago
  Andreas Kling 260427f0ad LibWeb: Some improvements to absolute positioning 5 years ago
  Andreas Kling a38a5d50ab LibWeb: Constrain block height by the max-height if specified 5 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Andreas Kling 656b01eb0f LibWeb: Rework the layout engine to use relative offsets 5 years ago
  Andreas Kling 731685468a LibWeb: Start fleshing out support for relative CSS units 5 years ago
  Andreas Kling 4d5ecf6e32 LibWeb: Start implementing proper layout of replaced elements 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
  Andreas Kling 634ce37663 LibWeb: Make hit-testing work with display: inline-block; 5 years ago
  Eryk Skalinski ae3353bdbc LibWeb: Fixed non-spec processing of margin and padding 5 years ago
  Andreas Kling 5f9d80d8bc LibWeb: Add basic support for CSS percentages 5 years ago
  Andreas Kling e73ad78ba6 LibWeb: Add support for "display: inline-block" 5 years ago
  myphs f42f300ba3 LibWeb: CSS: Add "position: absolute" with top and left 5 years ago
  Andreas Kling 03ec57b271 LibWeb: Make hit testing better for blocks with inline children 5 years ago
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 years ago