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
2023-05-16
ping: Add -i option to specify the time to wait between packets
Tim Ledbetter
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
pgrep: Add -d option to specify a pid delimiter
Tim Ledbetter
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
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
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+LibWebView: Remember the size of the last paint
Andreas Kling
2023-05-15
Userland: Silence or resolve new GCC 13 warnings
Daniel Bertalan
2023-05-15
pidof: Add -S option to specify a pid separator
Tim Ledbetter
2023-05-15
pidof: Use ArgsParser to validate arguments
Tim Ledbetter
2023-05-15
Spreadsheet: Don't release the file buffer when importing CSV files
Karol Kosek
2023-05-15
LibCore: Remove DeprecatedFile::read_link
Ben Wiederhake
2023-05-15
LaunchServer: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-15
Shell: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-15
readlink: Prefer FileSystem::readlink over DeprecatedFile
Ben Wiederhake
2023-05-15
LibGUI+Userland: Store column names in JsonArrayModel as String
Karol Kosek
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-05-15
LibGUI: Increase the min width of the vertical opacity slider
MacDue
[next]