Historique des commits

Auteur SHA1 Message Date
  Pavel Shliak ddc3017464 LibWeb: Reduce ShadowData struct from 80 to 72 bytes il y a 8 mois
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level il y a 8 mois
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
  Andreas Kling f655a60773 LibWeb: Add some more CSS "display" values il y a 4 ans
  Stephan Unverwerth b4d1390714 LibGFX: Move default_xxx_font() methods from Font to FontDatabase il y a 4 ans
  Andreas Kling 17c529e6c5 LibWeb: Generate the CSS::ValueID enum and its helper functions il y a 4 ans
  Andreas Kling 92d8e559ba LibWeb: Oops, not all length boxes should default to 'auto' values il y a 4 ans
  Andreas Kling 9c76c4f0cf LibWeb: Use IdentifierStyleValue for CSS 'list-style-type' il y a 4 ans
  Andreas Kling 78a51933ad LibWeb: Use IdentifierStyleValue for CSS 'text-transform' il y a 4 ans
  Andreas Kling 4d7ce81835 LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line' il y a 4 ans
  Andreas Kling 6e7edd6e77 LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue il y a 4 ans
  Andreas Kling dd2e8b7dd0 LibWeb: Use IdentifierStyleValue for CSS 'position' il y a 4 ans
  Andreas Kling 3247ea3581 LibWeb: Use CSS::ValueID for 'text-align' values il y a 4 ans
  Andreas Kling 08517daa5a LibWeb: Improvements to font lookup il y a 4 ans
  Andreas Kling 19144b753a LibWeb: Make StyleProperties::length_box() default to auto values il y a 4 ans
  Andreas Kling af757a1659 LibWeb: Naively implement the CSS clear property il y a 4 ans
  Andreas Kling 2cbbab8f73 LibWeb: Compute the final border-style property before painting il y a 4 ans
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace il y a 4 ans
  Andreas Kling 10b534849d LibWeb: Remove ancient HTML_DEBUG debug logging il y a 4 ans
  Andreas Kling 5abc03db0d Fonts: Rename font files consistently il y a 4 ans
  Luke 4155de2572 LibWeb: Cache the default font if we fail to find the specified font il y a 4 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 244fe1089c LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group il y a 5 ans
  Andreas Kling 62daa6f73c LibWeb: Add the 'float' CSS property to LayoutStyle il y a 5 ans
  Andreas Kling 4b2ac34725 LibWeb: Move the offset, margin and padding boxes into LayoutStyle il y a 5 ans
  Andreas Kling 6b334e02e6 LibWeb: Move white-space into LayoutStyle il y a 5 ans
  Andreas Kling bc178ee743 LibWeb: Add CSS::Display enum and StyleProperties::display() il y a 5 ans
  Andreas Kling 5744dd43c5 LibWeb: Remove default Length constructor and add make_auto()/make_px() il y a 5 ans
  Andreas Kling f4ecb5362f LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle il y a 5 ans