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-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
LibSoftGPU: Avoid copying data when doing triangle rasterization
Lenny Maiorani
2022-03-18
WindowServer: Fix animation crash
Tom
2022-03-18
Libraries: Change enums to enum classes in LibCards
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibAudio
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibArchive
Lenny Maiorani
2022-03-18
LibWeb: Add some default style for <textarea> elements and a test
Daniel Lemos
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-18
AK: Mark the StringView user-defined literal as consteval
Timothy Flynn
2022-03-18
LibWeb: Invalidate layout after setting Element.innerHTML
Andreas Kling
2022-03-18
Base: Add new bitmap font tengchaH
Lady Gegga
2022-03-18
LibWeb: Place right-side floats relative to their containing block
Andreas Kling
2022-03-18
LibWeb: Update hit_test for CSS Transforms
Simon Wanner
2022-03-18
LibWeb: Implement CSS transforms on stacking contexts
Simon Wanner
2022-03-18
LibWeb: Establish a new stacking context for elements with `transform`
Simon Wanner
2022-03-18
LibGfx: Add AffineTransform::inverse
Simon Wanner
2022-03-18
LibWeb: Apply the 'transform' presentational attribute to SVG elements
Simon Wanner
2022-03-18
LibWeb: Add parsing support for the remaining transform functions
Simon Wanner
2022-03-18
LibWeb: Mark more CSS properties as not affecting layout
Sam Atkins
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Make LineBuilder aware of the current LayoutMode
Andreas Kling
2022-03-18
LibWeb: Implement shrink-to-fit layout on top of intrinsic size cache
Andreas Kling
2022-03-18
LibWeb: Cache intrinsic sizes on the root FormattingState
Andreas Kling
2022-03-18
LibWeb: Give FormattingState a reference to its root state
Andreas Kling
2022-03-18
LibWeb: Simplify Layout::Node::containing_block()
Andreas Kling
2022-03-18
Kernel: When receiving unexpected TCP flags, print the flags
Andreas Kling
2022-03-18
Kernel: Rename TCPFlags::PUSH => PSH
Andreas Kling
2022-03-18
LibWeb: Make PaintableBox::enclosing_stacking_context() cheaper
Andreas Kling
2022-03-18
LibWeb: Move available_space_for_line() from IFC to BFC
Andreas Kling
2022-03-18
AK: Add const variant of Vector::in_reverse()
Andreas Kling
2022-03-18
Kernel: Mark `serenity_dev_` functions as static
Brian Gianforcaro
2022-03-18
Ports/stress-ng: Update stress-ng to 0.13.12
Brian Gianforcaro
2022-03-18
Games: Add MasterWord
Joe Petrus
2022-03-18
Kernel/Graphics: Don't declare VGA changing-state methods as const
Liav A
2022-03-18
LibWeb: Combine identical relative/regular selector parsing functions
Sam Atkins
2022-03-18
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
Sam Atkins
2022-03-18
Base: Add `of foo` tests to nth-child and nth-last-child test pages
Sam Atkins
2022-03-18
LibWeb: Calculate specificity for special pseudo-classes
Sam Atkins
2022-03-18
LibWeb: Implement the :where() selector
Sam Atkins
2022-03-18
Base: Add a test page for the CSS :where() selector
Sam Atkins
2022-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-18
Base: Add nested lists to list test-page
Sam Atkins
2022-03-18
Base: Correct the :not() test page's title
Sam Atkins
2022-03-18
Base: Add a test page for the CSS :is() selector
Sam Atkins
2022-03-18
LibWeb: Parse forgiving selector-lists
Sam Atkins
2022-03-18
LibGfx: Draw window frame border radii antialiased
MacDue
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2022-03-18
LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Brian Gianforcaro
2022-03-18
Kernel: Fix crash when opening GPU3DDevice without creating a context
Sahan Fernando
[next]