index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-10
LibWeb: Resolve vertical margins against containing block width
Andreas Kling
2022-10-10
LibWeb: Use *outside* available space for fit-content sizing in FFC
Andreas Kling
2022-10-10
LibWeb: Update FFC for spec change to intrinsic min-content cross size
Andreas Kling
2022-10-10
LibWeb: Put HTML parser encoding sniffing debug logging behind a flag
Andreas Kling
2022-10-10
LibWeb: Make DOMStringMap a LegacyPlatformObject
Andreas Kling
2022-10-10
LibWeb: Don't include DOMStringMap.h quite so much
Andreas Kling
2022-10-10
LibWeb: Use the default CSS attributes for embedded content from HTML
Luke Wilde
2022-10-10
LibWeb: Respect width and height attributes of <iframe>
Luke Wilde
2022-10-10
Solitaire: Ignore all key presses while dragging cards
Sam Atkins
2022-10-10
Solitaire: Make `auto_move_eligible_cards_to_foundations()` iterative
Sam Atkins
2022-10-10
LibCards+Games: Remove concept of a CardStack being focused
Sam Atkins
2022-10-10
LibCards: If dropping cards over multiple valid stacks, pick the closest
Sam Atkins
2022-10-10
Spider: Use CardGame dragging functionality
Sam Atkins
2022-10-10
Solitaire: Use CardGame dragging functionality
Sam Atkins
2022-10-10
LibCards: Add support for card dragging
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
Sam Atkins
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards: Fix some minor clang-tidy issues
Sam Atkins
2022-10-10
LibCards: Combine CardStack constructors
Sam Atkins
2022-10-10
LibCards+Games: Rename "draw" methods to "paint" for clarity
Sam Atkins
2022-10-10
LibCards+Games: Make CardGame responsible for managing CardStacks
Sam Atkins
2022-10-10
LibCards+Games: Move "create a deck" logic to LibCards
Sam Atkins
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
LibRegex: Don't build LibRegex/C/Regex.cpp on Lagom
Andrew Kaster
2022-10-10
LibCore: Don't assume that the first address from getaddrinfo is IPv4
Andrew Kaster
2022-10-10
Tests: Remove LibRegex benchmark test file that has become stale
Andrew Kaster
2022-10-10
LibVideo: Initialize VP9 BitStream's reservoir field
Zaggy1024
2022-10-10
PixelPaint: Add Hue/Saturation filter
MacDue
2022-10-10
PixelPaint: Add InplaceFilter and convert FastBoxBlur to be one
MacDue
2022-10-10
LibGfx: Add TintFilter
MacDue
2022-10-10
LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`s
MacDue
2022-10-09
LibVideo: Add LibVideo test to Lagom
Zaggy1024
2022-10-09
LibVideo: Add test to ensure that a VP9 WebM file will decode
Zaggy1024
2022-10-09
VideoPlayer: Allow display of multiple frames by clicking the image
Zaggy1024
2022-10-09
LibVideo: Remove unnecessary dbgln calls
Zaggy1024
2022-10-09
LibVideo: Make probability tables save to the specified index
Zaggy1024
2022-10-09
LibVideo: Ensure that syntax element counts don't overflow
Zaggy1024
2022-10-09
LibVideo: Prevent decode_block from saving motion vectors out of bounds
Zaggy1024
2022-10-09
LibVideo: Add support for VP9 superframes
Zaggy1024
2022-10-09
LibVideo: Implement inter prediction
Zaggy1024
2022-10-09
LibVideo: Look up interpolation filter probability correctly
Zaggy1024
2022-10-09
LibVideo: Fix incorrect VP9 InterMode enum values
Zaggy1024
2022-10-09
LibVideo: Implement block parsing for inter frames
Zaggy1024
2022-10-09
LibVideo: Add MotionVector lookup tables as constant expressions
Zaggy1024
2022-10-09
LibVideo: Rename MV to MotionVector for clarity
Zaggy1024
2022-10-09
VideoPlayer: Display frames from the VP9 decoder
Zaggy1024
2022-10-09
LibVideo: Implement VP9 intra-predicted frame decoding
Zaggy1024
2022-10-09
LibVideo: Make new DecoderError class to report useful errors
Zaggy1024
[next]