summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19TextEditor: Debounce update_preview() in on_change eventMacDue
2022-07-19LibCore: Add Core::debounce(function, timeout)MacDue
2022-07-19Kernel/Storage: Remove redundant reference to a controller in IDEChannelLiav A
2022-07-19Kernel/Storage: Introduce basic abstraction layer for ATA componentsLiav A
2022-07-19Kernel/Storage: Move ATA device signature definitions to a general fileLiav A
2022-07-19Kernel/Storage: Merge IDE functionality from BusMasterChannel to ChannelLiav A
2022-07-19Kernel/Storage: Rename ATA.h => Definitions.hLiav A
2022-07-19Kernel/Storage: Move AHCI and IDE code into new subdirectoriesLiav A
2022-07-19Utilities: Remove the edid-dump utilityLiav A
2022-07-19Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctlLiav A
2022-07-19Userland: Make graphics_connector_get_head_edid to read EDID from SysFSLiav A
2022-07-19Kernel/Devices: Abstract SysFS Device add/remove methods more properlyLiav A
2022-07-19Kernel/SysFS: Add exposing interface for DisplayConnectorsLiav A
2022-07-19Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDsLiav A
2022-07-19Toolchain: Don't pass `-lpthread` when pthreads are requestedTim Schumacher
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-19Tests: Move the LibPthread tests to the correct namespaceTim 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-19Ports: Update serenity-theming use latest commit 98ea1b3djwisdom
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-19Meta: Add Android cross-compile support to LagomAndrew Kaster
2022-07-19LibCore: Add support for compiling for Android with API Version >= 30Andrew Kaster
2022-07-19AK: Add support for building on 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: Split WrapperGenerator namespace check into an Array + containsLinus Groh
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: Prepare WrapperGenerator for Fetch bindingsLinus 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-18Base: Add some more fun gradient demosMacDue
2022-07-18LibWeb: Replace LibGfx gradient painting with new GradientPaintingMacDue