summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-31NotificationServer: Stop notifications showing in the top left at firstRummskartoffel
2023-05-31WebP/Lossy: Add support for images with more than one partitionNico Weber
2023-05-31LibVideo/PlaybackManager: Return duration zero when an error occursZaggy1024
2023-05-31LibWeb: Make solve_replaced_size_constraint() into FormattingContextAndreas Kling
2023-05-31LibWeb: Move layout box rect helpers into FormattingContextAndreas Kling
2023-05-31LibWeb: Remove unnecessary static formatting context functionsAndreas Kling
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-31pgrep: Add `-x` option to only select exact matchesTim Ledbetter
2023-05-31pgrep: Add `-U` option to filter matches by UID or login nameTim Ledbetter
2023-05-31pgrep: Add `-l` option to list the process name as well as its pidTim Ledbetter
2023-05-31pgrep: Add `-c` option to show the number of matchesTim Ledbetter
2023-05-31pgrep: Add `--ignore-case` as an alias for the `-i` optionTim Ledbetter
2023-05-31pgrep: Return 1 rather than 0 if there are no matchesTim Ledbetter
2023-05-31killall: Continue killing processes if `kill()` call failsTim Ledbetter
2023-05-31killall: Don't parse SIGINVAL as signal 0Tim Ledbetter
2023-05-31killall: Prefer StringView over DeprecatedStringTim Ledbetter
2023-05-31LibWeb: Allow calculated values in transformstelar7
2023-05-31LibWeb: Lazy evaluate optional to avoid crashstelar7
2023-05-31LibWeb: Serialize Resolution according to specstelar7
2023-05-31LibWeb: Serialize Frequency according to specstelar7
2023-05-31LibWeb: Serialize Angle according to specstelar7
2023-05-31LibWeb: Serialize Time according to specstelar7
2023-05-30LibWeb: Render svg-as-image with 1:1 scaling factorSimon Wanner
2023-05-30WebContent: Wait for Resource to load in wait_for_navigation_to_completeAliaksandr Kalenik
2023-05-30LibWeb: Add `Page::has_ongoing_navigation()`Aliaksandr Kalenik
2023-05-30LibWeb/WebDriver: Support resolve with callback in execute_async_scriptAliaksandr Kalenik
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
2023-05-30LibWeb: Set margin, padding and border for replaced boxesAndi Gallo
2023-05-30LibWeb: Make font selection closer to specificationAndi Gallo
2023-05-30LibWeb: Adjust change event timing for input elementsstelar7
2023-05-30LibJS: Align MathObject::atan closer to specShannon Booth
2023-05-30LibJS: Add spec comments to MathObject::atanShannon Booth
2023-05-30WebP/Lossy: Tweak some commentsNico Weber
2023-05-30WebP/Lossy: Check that file contains enough data for first partitionNico Weber
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-30LibWeb: Restore protection against empty HTMLImageElement resourcesTimothy Flynn
2023-05-30Shell: Prefer File and FileSystem over DeprecatedFileBen Wiederhake
2023-05-30Shell: Rewrite Shell::possibly_print_error without deprecated APIBen Wiederhake
2023-05-30Shell: Rewrite Shell::runnable_path_for without deprecated APIBen Wiederhake
2023-05-29LibWeb: Output names of inner table boxes in layout dumpAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableCellBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowGroupBoxAliaksandr Kalenik
2023-05-29LibWeb: Support `min-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Support `max-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29WebP/Lossy: Implement prediction and inverse DCTNico Weber
2023-05-29WebP/Lossy: Add function for inverse 4x4 DCT from specNico Weber
2023-05-29Help: Sort search results by scoreTim Ledbetter
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-29Help: Perform a fuzzy match on the page title when searchingTim Ledbetter