summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Base: Add man page for pgrepTim Ledbetter
2023-05-16pgrep: Add -d option to specify a pid delimiterTim Ledbetter
2023-05-16Ladybird: Add a context menu for image elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for link elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for video elementsTimothy Flynn
2023-05-16Ladybird: Move the page context menu from the BrowserWindow to the TabTimothy Flynn
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-16Kernel: Restore kernel8.img for aarch64 buildAndrew Kaster
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-15Kernel/aarch64: Make REGISTER_STATE_SIZE a multiple of 16 bytesTimon Kruiper
2023-05-15Kernel/aarch64: Dump registers when unknown exception occursTimon Kruiper
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: Make resizing the window a lot less laggyAndreas Kling
2023-05-15Ladybird: Only request repaint for what's in the visible viewportAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Ladybird: Floor the WebContentView viewport offset at 0, 0Andreas Kling
2023-05-15Toolchain: Enable RELRO support for AArch64Daniel Bertalan