summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-14LibWeb: Convert shadow painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert backdrop-filter painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert border painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert background painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Split PaintContext::viewport_rect() into device/css variantsSam Atkins
2022-12-14LibWeb: Make PaintContext aware of CSS and DevicePixelsSam Atkins
2022-12-14LibWeb: Only allow DevicePixels operators to work with integersSam Atkins
2022-12-14Meta: Rename `E2FSCK` => `E2FSCK_PATH`Lucas CHOLLET
2022-12-14Meta: Factorize path resolutionLucas CHOLLET
2022-12-14FileManager: Display message box if stat()'ing a file to activate failsMaciej
2022-12-14LaunchServer: Return if read_link fails in for_each_handler_for_pathMaciej
2022-12-14LibJS: Don't update names of resulting functions in object expressiondavidot
2022-12-14LibJS: Set DateTimeFormat's time zone when the CLDR download is disabledTimothy Flynn
2022-12-14LibUnicode: Fix compilation when the UCD download is disabledTimothy Flynn
2022-12-14PixelPaint: Add background color options to "new image" dialogMacDue
2022-12-14LibArchive: Do some error propagation while packing tar filesTim Schumacher
2022-12-14LibArchive: Port `TarOutputStream` to `Core::Stream`Tim Schumacher
2022-12-14ConfigureComponents: Use `Core::Stream` to read output from `whiptail`Tim Schumacher
2022-12-14LibIDL: Use `Core::Stream` to read importsTim Schumacher
2022-12-14Kernel: Start implementing `kmalloc_aligned` more efficientlyTim Schumacher
2022-12-14Kernel: Check against TCP packet size overflows in checksum calculationTim Schumacher
2022-12-14Kernel: Convert TCP pseudo-headers through a unionTim Schumacher
2022-12-14Ports: Use double quotes for a string literal in qtbase portClemens Wasser
2022-12-14Ports: Add missing include and update renamed function in OpenJDK patchClemens Wasser
2022-12-14AK: Create relative path even if prefix is not an ancestor of the pathPoseydon42
2022-12-14Kernel: Add the auxiliary vector to the stack size validationAgustin Gianni
2022-12-14Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-12-14Help: Move-capture help page pathMaciej
2022-12-14Minesweeper: Make a factory function for Field and propagate errorsAndreas Kling
2022-12-14CatDog: Make a factory function for CatDog and propagate errorsAndreas Kling
2022-12-14Snake: Make a factory function for SnakeGame and propagate errorsAndreas Kling
2022-12-14LibSQL: Convert string values to a double in a locale-independent mannerTimothy Flynn
2022-12-14Meta: Don't depend on sudo for privileged operationsBaitinq
2022-12-14Base: Add two HTML test pages for DOM cloneNode() functionalityAndreas Kling
2022-12-14LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodesAndreas Kling
2022-12-14LibWeb: Add Document.createProcessingInstruction()Andreas Kling
2022-12-14LibWeb: Make sure ProcessingInstruction objects have the right prototypeAndreas Kling
2022-12-14LibWeb: Implement Node.isEqualNode() for Attr nodesAndreas Kling
2022-12-14LibWeb: Implement Node.cloneNode for Attr nodesAndreas Kling
2022-12-14Browser: Inject cookies timestamps as integers rather than doublesTimothy Flynn
2022-12-14LibSQL: Support 64-bit integer values and handle overflow errorsTimothy Flynn
2022-12-14LibSQL: Sort the list of SQL error codes alphabeticallyTimothy Flynn
2022-12-14LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macroTimothy Flynn
2022-12-14LibSQL: Ungracefully handle database version incompatibilitiesTimothy Flynn
2022-12-14LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgunAndreas Kling
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctorAndreas Kling
2022-12-14Presenter: Provide default text styles to text objectsArda Cinar
2022-12-14Presenter: Fix a crash in loading untitled presentationsArda Cinar