Histórico de Commits

Autor SHA1 Mensagem Data
  Ben Wiederhake fe48fed4fa LibWeb: Break inclusion cycle by removing unnecessary include há 2 anos atrás
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated há 2 anos atrás
  MacDue 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base há 3 anos atrás
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing há 3 anos atrás
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues há 3 anos atrás
  Andreas Kling 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues há 3 anos atrás
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState há 3 anos atrás
  Andreas Kling 0cacaf025d LibWeb: Stop putting the FormattingState nodes in a slow hash map há 3 anos atrás
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Andreas Kling 329f06d59a LibWeb: Add Layout::Node::line_height() há 3 anos atrás
  Andreas Kling 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node há 3 anos atrás
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them há 3 anos atrás
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
  Andreas Kling be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines há 3 anos atrás
  Andreas Kling afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) há 3 anos atrás
  Andreas Kling 12ac6861e3 LibWeb: Improve how layout nodes decide whether they have definite sizes há 3 anos atrás
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree há 3 anos atrás
  Andreas Kling f017c1c064 LibWeb: Make hit testing return a { paintable, offset } há 3 anos atrás
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree há 3 anos atrás
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox há 3 anos atrás
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places há 3 anos atrás
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes há 3 anos atrás
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace há 3 anos atrás
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" há 3 anos atrás
  Andreas Kling c8051f8b5b LibWeb: Add Layout::Node::debug_description() há 3 anos atrás
  Steven Schmoll 7c4d42279d LibWeb: Add stacking contexts to Node::for_each_child_in_paint_order há 3 anos atrás
  Sam Atkins 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox há 3 anos atrás