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
2023-05-16
ping: Add -q option to specify quiet mode
Tim Ledbetter
2023-05-16
ps: Add `-u` option, to list processes associated with specified users
Sam Atkins
2023-05-16
ps: Perform filtering step before the output loop
Sam Atkins
2023-05-16
ps: Add `-p` option, and distinguish it from `-q`
Sam Atkins
2023-05-16
ps: Allow `-q` option multiple times, and separated by spaces or commas
Sam Atkins
2023-05-16
ps: Add the `-a` option, to list all processes associated with terminals
Sam Atkins
2023-05-16
ps: Add the `-A` option
Sam Atkins
2023-05-16
ps: Use Optional for column indices, instead of -1 meaning "not present"
Sam Atkins
2023-05-16
ps: Ensure columns capacity in advance
Sam Atkins
2023-05-16
ps: Migrate from DeprecatedString to String
Sam Atkins
2023-05-16
ps: Use Core::System::fstat()
Sam Atkins
2023-05-16
Base: Add man page for pgrep
Tim Ledbetter
2023-05-16
pgrep: Add -d option to specify a pid delimiter
Tim Ledbetter
2023-05-16
Ladybird: Add a context menu for image elements
Timothy Flynn
2023-05-16
Ladybird: Add a context menu for link elements
Timothy Flynn
2023-05-16
Ladybird: Add a context menu for video elements
Timothy Flynn
2023-05-16
Ladybird: Move the page context menu from the BrowserWindow to the Tab
Timothy Flynn
2023-05-16
Browser: Add a context menu for video elements
Timothy Flynn
2023-05-16
LibWeb+WebContent: Add APIs to control video playback state
Timothy Flynn
2023-05-16
Browser+LibWeb+WebContent: Broadcast video element context menu requests
Timothy Flynn
2023-05-16
LibWeb: Propagate non-primary mouse button clicks on video elements
Timothy Flynn
2023-05-16
LibCore: Support the WebM file extension when determining MIME type
Timothy Flynn
2023-05-16
LibVT: Correctly wrap text when the scrollbar is hidden
networkException
2023-05-16
LibJS/Bytecode: Implement initial support for super member expressions
Luke Wilde
2023-05-16
LibWeb: Implement location.assign
Luke Wilde
2023-05-16
Kernel: Restore kernel8.img for aarch64 build
Andrew Kaster
2023-05-16
LibWeb: Skip frozen tracks while distributing space in GFC
Aliaksandr Kalenik
2023-05-16
LibWeb: Reset item_incurred_increase before distributing space in GFC
Aliaksandr Kalenik
2023-05-15
Kernel/aarch64: Make REGISTER_STATE_SIZE a multiple of 16 bytes
Timon Kruiper
2023-05-15
Kernel/aarch64: Dump registers when unknown exception occurs
Timon Kruiper
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-05-15
LibWeb: Make `processBodyError` take an optional exception
Sam Atkins
2023-05-15
LibWeb: Do not layout grid items during grid container intrinsic sizing
Aliaksandr Kalenik
2023-05-15
LibWeb: Fix specified_size_suggestion to use size of dimension
Aliaksandr Kalenik
2023-05-15
LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFC
Aliaksandr Kalenik
2023-05-15
LibGUI: Fix bad title alignment in GroupBox
Andreas Kling
2023-05-15
LibWeb: Cache state of the contenteditable attribute on HTMLElement
Andreas Kling
2023-05-15
LibWeb: Fix iframes flickering on window resize
Andreas Kling
2023-05-15
WindowServer: Catch more Window stealing misbehavior
thankyouverycool
2023-05-15
LibGUI: Put a governor on Action activation
thankyouverycool
2023-05-15
LibGUI+FileSystemAccessServer: Avoid using dummy windows
thankyouverycool
2023-05-15
LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out
thankyouverycool
2023-05-15
LibGUI: Add Window::constrain_to_desktop() helper
thankyouverycool
2023-05-15
LibGfx: Reverse coordinate subtraction in Rect::constrained_to()
thankyouverycool
2023-05-15
Ladybird+LibWebView: Move backing store management code to LibWebView
Andreas Kling
2023-05-15
Ladybird: Make resizing the window a lot less laggy
Andreas Kling
2023-05-15
Ladybird: Only request repaint for what's in the visible viewport
Andreas Kling
2023-05-15
Ladybird+LibWebView: Remember the size of the last paint
Andreas Kling
2023-05-15
Ladybird: Floor the WebContentView viewport offset at 0, 0
Andreas Kling
2023-05-15
Toolchain: Enable RELRO support for AArch64
Daniel Bertalan
[next]