Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 84e7216603 LibWeb: Move "natural size" concept into Layout::Box il y a 2 ans
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated il y a 2 ans
  Andreas Kling 7dfd5afd37 LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  sin-ack 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) il y a 3 ans
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes il y a 3 ans
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree il y a 3 ans
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted il y a 3 ans
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places il y a 3 ans
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting il y a 3 ans
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable il y a 3 ans
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace il y a 3 ans
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it il y a 3 ans
  Andreas Kling 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ il y a 3 ans
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary il y a 3 ans
  Andreas Kling 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it il y a 3 ans
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Luke ca71ac484b LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" il y a 4 ans
  Timothy Flynn 1380dbeef3 LibWeb: Protect RadioButton and TextNode against mutating DOM il y a 4 ans
  Timothy Flynn e193cb0f11 LibWeb: Convert RadioButton to be a LabelableNode il y a 4 ans
  Timothy Flynn 4f9e9c0715 LibWeb: Do not assume grouped radio buttons have the same parent il y a 4 ans
  Timothy Flynn b50de19cd3 LibWeb: Add support for HTML input type=radio il y a 4 ans