summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-16GMLPlayground: Reuse request_close() in 'Open' and recent files actionsKarol Kosek
2023-05-16GMLPlayground: Use current file name in the 'Save as...' dialogKarol Kosek
2023-05-16GMLPlayground: Use `try_make` for syntax highlighting and autocompleteKarol Kosek
2023-05-16GMLPlayground: Set parent window for preview windowKarol Kosek
2023-05-16GMLPlayground: Remove one DeprecatedString usageKarol Kosek
2023-05-16GMLPlayground: Handle drop eventsKarol Kosek
2023-05-16GMLPlayground: Extract most logic into a MainWidget classKarol Kosek
2023-05-16GMLPlayground: Set file path when reading fileKarol Kosek
2023-05-16Base: Add man page for pingTim Ledbetter
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-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