summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-04LibWeb: Support adding a border-radius to <canvas> elementsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for background paintingMacDue
2022-07-04LibWeb: Add ScopedCornerRadiusClipMacDue
2022-07-04LibWeb: Support overflow: hidden with a border-radiusMacDue
2022-07-04LibWeb: Use padding box for clipping overflowMacDue
2022-07-04LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipperMacDue
2022-07-04LibWeb: Always apply min/max cross size constraints to flex itemsAndreas Kling
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-07-04LibJS: Explicitly instantiate Parser::parse_function_nodeDaniel Bertalan
2022-07-04LibHTTP: Include JsonObject.h in Job.cppDaniel Bertalan
2022-07-04Tests: Move sprintf test from AK/ to LibC/Daniel Bertalan
2022-07-04Lagom: Do not set -fno-semantic-interposition on macOSDaniel Bertalan
2022-07-04LibJS/Tests: Disable one Array.prototype.toSpliced test for nowLinus Groh
2022-07-04Docs: Add kleines Filmröllchen's YouTube-channelJonta
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException
2022-07-04LibWeb: Add the type field to DOM::DocumentnetworkException
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-07-04Shell: Immediately resolve value when setting a variableAli Mohammad Pur
2022-07-04Base: Update Network manpage to the new NetworkServer behaviorMaciej
2022-07-04NetworkServer: Enable DHCP on interfaces that are not listed in configMaciej
2022-07-04LibGUI: Notify the layout system of more relevant events in TabWidgetFrHun
2022-07-04LibGUI: Implement calculated min/preferred sizes for TabWidgetFrHun
2022-07-04LibGUI: Add horizontal and vertical totals to MarginsFrHun
2022-07-04AK: Add header for generic shorthandsFrHun
2022-07-04LibGUI: Notify layout system of more relevant events in WidgetFrHun
2022-07-04LibGUI: Avoid some unneeded relayouts from layout relevant changesFrHun
2022-07-04LibGUI: Calculate Window min_size on showFrHun
2022-07-04WidgetGallery: Repair GML layout on BasicsTabFrHun
2022-07-04Base: Add some background-clip + border-radius HTML examplesMacDue
2022-07-04LibWeb: Shrink border radii for background-clip and support with imagesMacDue
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-07-04LibWeb: Make hit testing respect hidden overflowIgor Pissolati
2022-07-04LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1Linus Groh
2022-07-04LibJS: Use u64 for the length parameter in Array::create()Linus Groh
2022-07-04LibJS: Add spec comments to ArrayCreateLinus Groh
2022-07-04LibJS: Use a template for 'Value from integral number' constructorsLinus Groh
2022-07-04AK: Add `nodiscard` attribute to Find functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BitStream functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BitCast functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BinarySearch functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BinaryHeap functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to Base64 functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to AnyOf functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to AllOf functionsLenny Maiorani
2022-07-04Documentation: Add information on MacOS build prerequisitesDaniel K Bueno
2022-07-04Ports: Update serenity-theming to latest commitdjwisdom
2022-07-04Kernel: Negate condition in ARPTableBlockerSet::should_add_blockerIdan Horowitz
2022-07-03Ports: Update dos2unix to 7.4.3Nathan Ell