summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/CheckBox.cpp
AgeCommit message (Expand)Author
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Move StackingContext and PaintPhase into the Painting namespaceAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-02-17LibWeb: Make <input type=checkbox> fire click events when clicked :^)Andreas Kling
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-08LibWeb: Fixed disabled checkbox input behaviourRafał Babiarz
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-14LibWeb: Make intrinsic width/height/ratio a Box concept and simplify itAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04LibWeb: Convert CheckBox to be a LabelableNodeTimothy Flynn
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling