summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-03-03LibWeb: Include cookies in form submissionLuke Wilde
2022-03-03LibWeb: Prevent crashes with progress element's value and max attributesJelle Raaijmakers
2022-03-03LibWeb: Forward-declare FormattingState as a structAndreas Kling
2022-03-03LibWeb: Reduce HashMap thrashing during custom property cascadeAndreas Kling
2022-03-03LibWeb: Use FlyString for CSS custom property namesAndreas Kling
2022-03-03LibSoftGPU: Add mipmap selection to sampler classStephan Unverwerth
2022-03-03LibSoftGPU: Add log2_approximate()Stephan Unverwerth
2022-03-03LibSoftGPU: Add ddx() and ddy() to calculate partial derivativesStephan Unverwerth
2022-03-03LibGL: Fix interpretation of mipmap filtering modesStephan Unverwerth
2022-03-03LibWeb: Update element style when focus state changesAndreas Kling
2022-03-03LibWeb: Remove bogus line box width adjustmentAndreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2022-03-03LibWeb: Consider all children when doing height:auto for normal blocksAndreas Kling
2022-03-03LibWeb: Small improvements to layout tree dumpsAndreas Kling
2022-03-02LibGfx: Don't paint the window frame larger for the border-radiusMacDue
2022-03-02LibWeb: Send Origin on WebSocket connectionMichiel Visser
2022-03-02LibGUI: Support hierarchical matches in FilterProxyModelthankyouverycool
2022-03-02LibJS: Implement and test ArrayBuffer.prototype.resizeForLoveOfCats
2022-03-02LibJS: Implement and test getters added by resizable ArrayBufferForLoveOfCats
2022-03-02LibJS: Construct ArrayBuffer with max byte length when providedForLoveOfCats
2022-03-02LibJS: Accept ArrayBuffer constructor options argumentForLoveOfCats
2022-03-02LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()Lucas CHOLLET
2022-03-02LibCore+LibC: Add wrapper for setenvLucas CHOLLET
2022-03-02LibCore: Add tcsetpgrp(int, pid_t) wrapperLucas CHOLLET
2022-03-02LibCore: Add killpg() wrapperLucas CHOLLET
2022-03-02LibWeb: Streamline Node::enclosing_link_element() somewhatAndreas Kling
2022-03-02LibWeb: Add fast_is<T> for HTML::HTMLAnchorElementAndreas Kling
2022-03-02LibWeb: Don't skip position:relative elements in inline-level layoutAndreas Kling
2022-03-02LibWeb: Correct handling of negative step values in nth-foo() selectorsSam Atkins
2022-03-02LibWeb: Fix issue where double-quoted doctype system ID was not capturedAndreas Kling
2022-03-02LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytesPeter Ross
2022-03-02LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)Peter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-03-02LibC: Add TCP_MAXSEG to tcp.hPeter Ross
2022-03-02LibC: Add IN_MULTICAST to in.hPeter Ross
2022-03-02LibWeb: Support (and validate) prefixes in Document.createElementNS()Andreas Kling
2022-03-02LibWeb: Fix logic error in Document::validate_qualified_name()Andreas Kling
2022-03-02LibWeb: Fix bogus result from "validate and extract" DOM operationAndreas Kling
2022-03-02LibWeb: Support DOMImplementation.createDocument() doctype parameterAndreas Kling
2022-03-02LibJS: Fix rounding issues in Number.toFixedBen Abraham
2022-03-01LibWeb: Handle height:auto separately for BFC root vs other block boxesAndreas Kling
2022-03-01LibWeb: Implement <button>'s activation behaviourLuke Wilde
2022-03-01LibWeb: Associate form elements with a form in parsing and dynamicallyLuke Wilde
2022-03-01LibWeb: Implement HTMLButtonElement.typeLuke Wilde
2022-03-01LibWeb: Add form associated element categoriesLuke Wilde
2022-03-01LibWeb: Move enabled() to FormAssociatedElement and follow the specLuke Wilde
2022-03-01LibWeb: Fix incorrect check in BrowsingContext::is_top_levelLuke Wilde
2022-03-01LibWeb: Always include floats when computing height:auto for blocksAndreas Kling
2022-03-01LibWeb: Fix wrong height:auto computation for block with floating childAndreas Kling