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-11
LibWeb: Fix dumb typos in solver helpers for abspos height
Andreas Kling
2022-10-11
LibHTTP: Include request body in HttpRequest::from_raw_request()
Sam Atkins
2022-10-11
pro: Stop closing stdout early
Sam Atkins
2022-10-11
LibProtocol: Remove redundant return statement
Sam Atkins
2022-10-11
pro: Add argument `--method/-m` for controlling the HTTP method
Sam Atkins
2022-10-11
pro: Print the response code if it's an error
Sam Atkins
2022-10-11
LibHTTP: Make HTTP method names more accessible
Sam Atkins
2022-10-11
LibWeb: Calculate height of absolute-position elements according to spec
Andreas Kling
2022-10-11
LibWeb: Implement a large chunk of the Selection API
Andreas Kling
2022-10-11
LibWeb: Make Range's boundary point comparison a public function
Andreas Kling
2022-10-11
LibWeb: Add spec link for DOM::Document::m_selection
Andreas Kling
2022-10-11
LibWeb: Scroll elements into view when they become focused
Andreas Kling
2022-10-11
LibWeb: Update layout in Element.getClientRects()
Andreas Kling
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-10-11
WindowServer+LibGUI: Shrink window edge resize hot-spots
Mart G
2022-10-11
HackStudio: Set proper action scope for editor shortcuts
Timothy Slater
2022-10-11
Toolchain: Force makeinfo to be a no-op
Tim Schumacher
2022-10-10
LibWeb: Fix two uninitialized variables in FormattingContext
Andreas Kling
2022-10-10
LibWeb: Make Window.getSelection() forward to Document.getSelection()
Andreas Kling
2022-10-10
LibWeb: Split intrinsic heights cache based on available width
Andreas Kling
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
[next]