index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-10-12
PixelPaint: Call update after clearing guides
Mart G
2022-10-12
TextEditor: Set window title before showing the main window
Gunnar Beutner
2022-10-12
LibWeb: Remove code duplication in computing height for abs-pos elements
Timon Kruiper
2022-10-12
LibWeb: Add missing else's in absolutely positioned height computation
Samuel Bowman
2022-10-12
LibC: Declare _setjmp and _longjmp on non i386 platforms
Jan200101
2022-10-12
LibVideo: Allow the VP9 decoder to decode ultra high resolution video
Zaggy1024
2022-10-12
shot: Add ability to edit in PixelPaint
Jeremy Borgman
2022-10-11
test: Guard code paths that may lead to a null pointer dereference
implicitfield
2022-10-11
LibCompress: Brotli support metadata of skip_length=0
Tommy Murphy
2022-10-11
LibWeb: Constrain abspos element heights by min-height and max-height
Andreas Kling
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
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-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
[next]