summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-10PixelPaint: Add InplaceFilter and convert FastBoxBlur to be oneMacDue
2022-10-10LibGfx: Add TintFilterMacDue
2022-10-10LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`sMacDue
2022-10-09LibVideo: Add LibVideo test to LagomZaggy1024
2022-10-09LibVideo: Add test to ensure that a VP9 WebM file will decodeZaggy1024
2022-10-09VideoPlayer: Allow display of multiple frames by clicking the imageZaggy1024
2022-10-09LibVideo: Remove unnecessary dbgln callsZaggy1024
2022-10-09LibVideo: Make probability tables save to the specified indexZaggy1024
2022-10-09LibVideo: Ensure that syntax element counts don't overflowZaggy1024
2022-10-09LibVideo: Prevent decode_block from saving motion vectors out of boundsZaggy1024
2022-10-09LibVideo: Add support for VP9 superframesZaggy1024
2022-10-09LibVideo: Implement inter predictionZaggy1024
2022-10-09LibVideo: Look up interpolation filter probability correctlyZaggy1024
2022-10-09LibVideo: Fix incorrect VP9 InterMode enum valuesZaggy1024
2022-10-09LibVideo: Implement block parsing for inter framesZaggy1024
2022-10-09LibVideo: Add MotionVector lookup tables as constant expressionsZaggy1024
2022-10-09LibVideo: Rename MV to MotionVector for clarityZaggy1024
2022-10-09VideoPlayer: Display frames from the VP9 decoderZaggy1024
2022-10-09LibVideo: Implement VP9 intra-predicted frame decodingZaggy1024
2022-10-09LibVideo: Make new DecoderError class to report useful errorsZaggy1024