summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11LibWeb: Fix dumb typos in solver helpers for abspos heightAndreas Kling
2022-10-11LibHTTP: Include request body in HttpRequest::from_raw_request()Sam Atkins
2022-10-11pro: Stop closing stdout earlySam Atkins
2022-10-11LibProtocol: Remove redundant return statementSam Atkins
2022-10-11pro: Add argument `--method/-m` for controlling the HTTP methodSam Atkins
2022-10-11pro: Print the response code if it's an errorSam Atkins
2022-10-11LibHTTP: Make HTTP method names more accessibleSam Atkins
2022-10-11LibWeb: Calculate height of absolute-position elements according to specAndreas Kling
2022-10-11LibWeb: Implement a large chunk of the Selection APIAndreas Kling
2022-10-11LibWeb: Make Range's boundary point comparison a public functionAndreas Kling
2022-10-11LibWeb: Add spec link for DOM::Document::m_selectionAndreas Kling
2022-10-11LibWeb: Scroll elements into view when they become focusedAndreas Kling
2022-10-11LibWeb: Update layout in Element.getClientRects()Andreas Kling
2022-10-11AK+Tests: Correct off-by-one error when right-trimming textSam Atkins
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-10-11HackStudio: Set proper action scope for editor shortcutsTimothy Slater
2022-10-11Toolchain: Force makeinfo to be a no-opTim Schumacher
2022-10-10LibWeb: Fix two uninitialized variables in FormattingContextAndreas Kling
2022-10-10LibWeb: Make Window.getSelection() forward to Document.getSelection()Andreas Kling
2022-10-10LibWeb: Split intrinsic heights cache based on available widthAndreas Kling
2022-10-10LibWeb: Resolve vertical margins against containing block widthAndreas Kling
2022-10-10LibWeb: Use *outside* available space for fit-content sizing in FFCAndreas Kling
2022-10-10LibWeb: Update FFC for spec change to intrinsic min-content cross sizeAndreas Kling
2022-10-10LibWeb: Put HTML parser encoding sniffing debug logging behind a flagAndreas Kling
2022-10-10LibWeb: Make DOMStringMap a LegacyPlatformObjectAndreas Kling
2022-10-10LibWeb: Don't include DOMStringMap.h quite so muchAndreas Kling
2022-10-10LibWeb: Use the default CSS attributes for embedded content from HTMLLuke Wilde
2022-10-10LibWeb: Respect width and height attributes of <iframe>Luke Wilde
2022-10-10Solitaire: Ignore all key presses while dragging cardsSam Atkins
2022-10-10Solitaire: Make `auto_move_eligible_cards_to_foundations()` iterativeSam Atkins
2022-10-10LibCards+Games: Remove concept of a CardStack being focusedSam Atkins
2022-10-10LibCards: If dropping cards over multiple valid stacks, pick the closestSam Atkins
2022-10-10Spider: Use CardGame dragging functionalitySam Atkins
2022-10-10Solitaire: Use CardGame dragging functionalitySam Atkins
2022-10-10LibCards: Add support for card draggingSam Atkins
2022-10-10LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGameSam Atkins
2022-10-10LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStackSam Atkins
2022-10-10LibCards: Fix some minor clang-tidy issuesSam Atkins
2022-10-10LibCards: Combine CardStack constructorsSam Atkins
2022-10-10LibCards+Games: Rename "draw" methods to "paint" for claritySam Atkins
2022-10-10LibCards+Games: Make CardGame responsible for managing CardStacksSam Atkins
2022-10-10LibCards+Games: Move "create a deck" logic to LibCardsSam Atkins
2022-10-10AK+Userland: Replace Linux, macOS, and *BSD macros with platform definesAndrew Kaster
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-10LibRegex: Don't build LibRegex/C/Regex.cpp on LagomAndrew Kaster
2022-10-10LibCore: Don't assume that the first address from getaddrinfo is IPv4Andrew Kaster
2022-10-10Tests: Remove LibRegex benchmark test file that has become staleAndrew Kaster
2022-10-10LibVideo: Initialize VP9 BitStream's reservoir fieldZaggy1024
2022-10-10PixelPaint: Add Hue/Saturation filterMacDue