Commit Verlauf

Autor SHA1 Nachricht Datum
  Sam Atkins 4084c66ad2 LibWeb: Use CSS Pixels for viewport rects vor 2 Jahren
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels vor 2 Jahren
  Sam Atkins 7d40e3eb0d LibWeb: Replace all px Length creation with Length::make_px(CSSPixels) vor 2 Jahren
  Sam Atkins 56422e37e0 LibWeb: Allow creating Lengths from CSSPixels vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Daniel Bertalan 4296425bd8 Everywhere: Remove redundant inequality comparison operators vor 2 Jahren
  Ben Wiederhake 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length vor 2 Jahren
  Sam Atkins 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Andreas Kling 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics vor 3 Jahren
  Sam Atkins f76a541819 LibWeb: Move length-unit-from-string code into Length vor 3 Jahren
  Sam Atkins a07fed4e53 LibWeb: Account for `Calculated` in Length methods vor 3 Jahren
  Andreas Kling c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations vor 3 Jahren
  Andreas Kling bfe69e9d0d LibWeb: Cache and reuse some very common StyleValue objects vor 3 Jahren
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) vor 3 Jahren
  Sam Atkins 6df3f9920d LibWeb: Calculate calc() lengths in to_px() vor 3 Jahren
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() vor 3 Jahren
  Sam Atkins ce0a516e59 LibWeb: Replace Length::set_calculated_style() with ::make_calculated() vor 3 Jahren
  Sam Atkins db04b5687d LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue vor 3 Jahren
  Sam Atkins b34950a825 LibWeb: Add Formatters for Length, Percentage and LengthPercentage vor 3 Jahren
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() vor 3 Jahren
  Sam Atkins cff44831a8 LibWeb: Remove Length::Type::Percentage :^) vor 3 Jahren
  Sam Atkins 01b57fa8b7 LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage types vor 3 Jahren
  Andreas Kling d413d0557d LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node) vor 3 Jahren
  Ben Wiederhake 21ba485fd3 LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValue vor 3 Jahren
  Sam Atkins f354fd72f1 LibWeb: Split Length::absolute_length_to_px() out from to_px() vor 3 Jahren
  Andreas Kling c4be098b7d LibWeb: Remove pointless brackets from Length::to_string() vor 3 Jahren
  Andreas Kling 23a08fd35a LibWeb: Start absolutizing lengths after performing the CSS cascade vor 3 Jahren
  Andreas Kling 720d494799 LibWeb: Make CSS::Length::m_calculated_style a RefPtr vor 3 Jahren