summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-13LibWeb: Add FFC helpers for resolving definite main/cross sizesAndreas Kling
2022-03-13LibWeb: Remove ad-hoc setup step from FFC layout algorithmAndreas Kling
2022-03-13LibWeb: Improve how layout nodes decide whether they have definite sizesAndreas Kling
2022-03-13LibWeb: Apply non-CSS presentational hints before author stylesAndreas Kling
2022-03-13LibWeb: Only collapse vertical margin between BlockContainer siblingsAndreas Kling
2022-03-13LibWeb: Support indefinite flex container cross sizesAndreas Kling
2022-03-13LibWeb: Fix flex line alignment in single-line flex containersAndreas Kling
2022-03-13LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()Andreas Kling
2022-03-13LibWeb: Improve FFC step 7 (hypothetical cross size)Andreas Kling
2022-03-13LibWeb: Put available space information in an FFC memberAndreas Kling
2022-03-13LibWeb: Layout inside of flex items at the end of FFC layoutAndreas Kling
2022-03-13LibWeb: Move unrelated things out of FFC step 1Andreas Kling
2022-03-13LibWeb: Avoid unnecessary layout_inside() in FFC step 1Andreas Kling
2022-03-12LibWeb: Implement HTMLTableSectionElement::deleteRow()Idan Horowitz
2022-03-12LibWeb: Implement HTMLTableSectionElement::insertRow()Idan Horowitz
2022-03-12LibWeb: Correct invalid index check in HTMLTableElement::insertRow()Idan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-12LibWeb: Apply the current text-justify value when justifyingsin-ack
2022-03-12LibWeb: Add support for the text-justify propertysin-ack
2022-03-12LibWeb: Refactor text justification code + only justify below thresholdsin-ack
2022-03-12LibWeb: Keep SVG elliptical arc shape when applying viewboxSimon Danner
2022-03-12LibWeb: Let paintables cache their containing block and absolute rectAndreas Kling
2022-03-11LibJS: Apply source's byte offset in TA#set when both TAs have same typeLuke Wilde
2022-03-11LibWeb: Stub getting the initial font instead of the root oneSam Atkins
2022-03-11LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`Jelle Raaijmakers
2022-03-11LibSoftGPU: Remove unused vector types from `Device`Jelle Raaijmakers
2022-03-11LibGfx: Abort draw_circle_arc_intersecting with 0 radiusJoe Petrus
2022-03-10LibCore: Verify that EventLoop is initialized in its static APIjavabird25
2022-03-10Libraries: Use default constructors/destructors in LibGLLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibELFLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDlLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDesktopLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDebugLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCryptoLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCppLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoredumpLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCompressLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibChessLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCardsLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibAudioLenny Maiorani
2022-03-11Revert "LibPthread: Partially implement pthread_cleanup_(push pop)"Ali Mohammad Pur
2022-03-11LibWeb: Remove a bunch of no-longer needed #includesAndreas Kling
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Make hit testing return a { paintable, offset }Andreas Kling
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: Make Layout::SVGBox inherit from Layout::BoxAndreas Kling
2022-03-11LibWeb: Generate a TextPaintable for every Layout::TextNodeAndreas Kling