summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-19LoginServer: Correctly retrieve SystemServer's exit codeLucas CHOLLET
2022-07-19TextEditor: Debounce update_preview() in on_change eventMacDue
2022-07-19LibCore: Add Core::debounce(function, timeout)MacDue
2022-07-19Utilities: Remove the edid-dump utilityLiav A
2022-07-19Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctlLiav A
2022-07-19Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDsLiav A
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2022-07-19Everywhere: Refer to `pthread.h` by its non-prefixed nameTim Schumacher
2022-07-19LibGUI: Add MoveLineUpOrDownCommandLucas CHOLLET
2022-07-19LibGUI: Remove wrong casts in TextDocument.cppLucas CHOLLET
2022-07-19LibGUI: Add TextDocument::take_line(size_t line_index)Lucas CHOLLET
2022-07-19LibGUI: Add a default virtual destructor to virtual classesLucas CHOLLET
2022-07-19LibGUI: Add VerticalDirection::operator!Lucas CHOLLET
2022-07-19LibCore: Add support for compiling for Android with API Version >= 30Andrew Kaster
2022-07-19headless-browser: Simplify the arguments used to select resourcesDexesTTP
2022-07-19headless-browser: Split the setters for the screen and the viewport rectDexesTTP
2022-07-19headless-browser: Use port 443 as default for HTTPS requestsDexesTTP
2022-07-19LibWeb: Implement '5.1. Headers class' from the Fetch API :^)Linus Groh
2022-07-19LibWeb: Implement HeaderList::sort_and_combine()Linus Groh
2022-07-19LibWeb: Implement CaseInsensitiveBytesTraits::equals()Linus Groh
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changesTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changesTimothy Flynn
2022-07-18LibJS: Relax integer size requirements on some NumberFormat helpersTimothy Flynn
2022-07-18LibJS: Add missing VERIFY_NOT_REACHED in string-to-enum conversionTimothy Flynn
2022-07-18LibWeb: Add support for Blob to XHR::send()Kenneth Myhra
2022-07-18LibWeb: Move extract_body() towards spec complianceKenneth Myhra
2022-07-18LibWeb: XHR::extra_body() rewrite to use Variant::visit()Kenneth Myhra
2022-07-18LibWeb: Mark body argument of extract_body() as const referenceKenneth Myhra
2022-07-18LibWeb: Mark URLSearchParams::to_string() as constKenneth Myhra
2022-07-18LibWeb: Rename safely_extract_body() to extract_body()Kenneth Myhra
2022-07-18LibWeb: Replace LibGfx gradient painting with new GradientPaintingMacDue
2022-07-18LibWeb: Add GradientPainting for painting linear-gradientsMacDue
2022-07-18LibWeb: Calculate to <corner> angles for linear-gradientsMacDue
2022-07-18LibJS/Bytecode: Get result from accumulator in PerformEvalLuke Wilde
2022-07-18LibJS/Bytecode: Implement initializers for array binding patternsLuke Wilde
2022-07-18LibJS/Bytecode: Implement destructuring assignmentLuke Wilde
2022-07-18LibJS/Bytecode: Evaluate LHS of assignment before RHSLuke Wilde
2022-07-18LibJS/Bytecode: Don't begin breakable scope before variable scope in forLuke Wilde
2022-07-18LibJS/Bytecode: Check for lexical bindings only in current scopeLuke Wilde
2022-07-18LibJS/Bytecode: Create global variables before setting themLuke Wilde
2022-07-18LibJS/Bytecode: Make setting failures throw only in strict modeLuke Wilde
2022-07-18LibJS/Bytecode: Determine strict mode on an executable basisLuke Wilde
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changesTimothy Flynn
2022-07-18LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zeroTimothy Flynn