Historique des commits

Auteur SHA1 Message Date
  kamp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values il y a 2 ans
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels il y a 2 ans
  Andreas Kling 79d2c9f3e8 LibWeb: Don't justify text lines that end in a forced break il y a 2 ans
  FalseHonesty de9604212f LibWeb: Avoid text-aligning content that is too long for its line box il y a 2 ans
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext il y a 2 ans
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point il y a 2 ans
  Andreas Kling e938860126 LibWeb: Make text justification work between floats il y a 2 ans
  Andreas Kling bab6796099 LibWeb: Rewrite calculation of available space between floats il y a 2 ans
  Andreas Kling 5d4e9a0673 LibWeb: Basic support for CSS `text-indent: <length-percentage>` il y a 2 ans
  Andreas Kling e4b71495f5 LibWeb: Resolve percentage vertical-align values against line-height il y a 2 ans
  Mathis Wiehl 9927dab993 LibWeb: Don't drop single <br/> lines il y a 2 ans
  Mathis Wiehl b96920a9d6 LibWeb: Consider margins of atomic inlines in layout il y a 2 ans
  Andreas Kling f97754942c LibWeb: Collapse margin-left with space used by left-side floats il y a 2 ans
  Sam Atkins 5d8e3f5122 LibWeb: Convert Layout::Node to new pixel units il y a 2 ans
  Sam Atkins 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units il y a 2 ans
  Sam Atkins 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units il y a 2 ans
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units il y a 2 ans
  Aliaksandr Kalenik f0ab127a41 LibWeb: Consider strut while calculating baseline for a line il y a 2 ans
  Aliaksandr Kalenik ba64d0462c LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp il y a 2 ans
  Andreas Kling 42538b5375 LibWeb: Fix bogus inline-block check in line box layout il y a 2 ans
  Andreas Kling f260afedb1 LibWeb: Don't add half-leading twice to inline block boxes il y a 2 ans
  Andreas Kling 7c6e42c2d4 LibWeb: Fix bogus comparison when measuring if a float can fit il y a 2 ans
  Andreas Kling e8a5233b94 LibWeb: Don't round fragment widths while accumulating in LineBuilder il y a 2 ans
  Andreas Kling 5efd63741f LibWeb: Perform horizontal inline alignment based on available space il y a 2 ans
  Andreas Kling 389f47f6fe LibWeb: Check both top and bottom of float position when looking for fit il y a 2 ans
  Andreas Kling 412b2313f3 LibWeb: Improve inline flow around floating boxes il y a 2 ans
  Andreas Kling 71ca857b67 LibWeb: Break lines until we have enough space between floats il y a 2 ans
  Andreas Kling ab6af4c9a0 LibWeb: Remove unused member LineBuilder::m_layout_mode il y a 2 ans
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} il y a 3 ans
  Andreas Kling 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues il y a 3 ans