summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-16ping: Add -i option to specify the time to wait between packetsTim Ledbetter
2023-05-16ping: Add -q option to specify quiet modeTim Ledbetter
2023-05-16ps: Add `-u` option, to list processes associated with specified usersSam Atkins
2023-05-16ps: Perform filtering step before the output loopSam Atkins
2023-05-16ps: Add `-p` option, and distinguish it from `-q`Sam Atkins
2023-05-16ps: Allow `-q` option multiple times, and separated by spaces or commasSam Atkins
2023-05-16ps: Add the `-a` option, to list all processes associated with terminalsSam Atkins
2023-05-16ps: Add the `-A` optionSam Atkins
2023-05-16ps: Use Optional for column indices, instead of -1 meaning "not present"Sam Atkins
2023-05-16ps: Ensure columns capacity in advanceSam Atkins
2023-05-16ps: Migrate from DeprecatedString to StringSam Atkins
2023-05-16ps: Use Core::System::fstat()Sam Atkins
2023-05-16pgrep: Add -d option to specify a pid delimiterTim Ledbetter
2023-05-16Browser: Add a context menu for video elementsTimothy Flynn
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-16LibWeb: Propagate non-primary mouse button clicks on video elementsTimothy Flynn
2023-05-16LibCore: Support the WebM file extension when determining MIME typeTimothy Flynn
2023-05-16LibVT: Correctly wrap text when the scrollbar is hiddennetworkException
2023-05-16LibJS/Bytecode: Implement initial support for super member expressionsLuke Wilde
2023-05-16LibWeb: Implement location.assignLuke Wilde
2023-05-16LibWeb: Skip frozen tracks while distributing space in GFCAliaksandr Kalenik
2023-05-16LibWeb: Reset item_incurred_increase before distributing space in GFCAliaksandr Kalenik
2023-05-15LibWeb: Basic support for CSS `text-indent: <length-percentage>`Andreas Kling
2023-05-15LibWeb: Make `processBodyError` take an optional exceptionSam Atkins
2023-05-15LibWeb: Do not layout grid items during grid container intrinsic sizingAliaksandr Kalenik
2023-05-15LibWeb: Fix specified_size_suggestion to use size of dimensionAliaksandr Kalenik
2023-05-15LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFCAliaksandr Kalenik
2023-05-15LibGUI: Fix bad title alignment in GroupBoxAndreas Kling
2023-05-15LibWeb: Cache state of the contenteditable attribute on HTMLElementAndreas Kling
2023-05-15LibWeb: Fix iframes flickering on window resizeAndreas Kling
2023-05-15WindowServer: Catch more Window stealing misbehaviorthankyouverycool
2023-05-15LibGUI: Put a governor on Action activationthankyouverycool
2023-05-15LibGUI+FileSystemAccessServer: Avoid using dummy windowsthankyouverycool
2023-05-15LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt outthankyouverycool
2023-05-15LibGUI: Add Window::constrain_to_desktop() helperthankyouverycool
2023-05-15LibGfx: Reverse coordinate subtraction in Rect::constrained_to()thankyouverycool
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-15pidof: Add -S option to specify a pid separatorTim Ledbetter
2023-05-15pidof: Use ArgsParser to validate argumentsTim Ledbetter
2023-05-15Spreadsheet: Don't release the file buffer when importing CSV filesKarol Kosek
2023-05-15LibCore: Remove DeprecatedFile::read_linkBen Wiederhake
2023-05-15LaunchServer: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-15Shell: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-15readlink: Prefer FileSystem::readlink over DeprecatedFileBen Wiederhake
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-15LibGUI: Increase the min width of the vertical opacity sliderMacDue