summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Move select-all implementation to BrowsingContextTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
2021-07-14Kernel: Detect and display CPUID Hyper-V dataJean-Baptiste Boric
2021-07-14Kernel: Detect and display CPUID hypervisor signatureJean-Baptiste Boric
2021-07-14Kernel: Add support for hypervisor CPUID featureJean-Baptiste Boric
2021-07-14Kernel/ProcFS: Allow a process directory to have a null Process pointerLiav A
2021-07-14LibGfx: Use clear_with capacity instead of clear in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Store the size of the chunk from start in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Prevent a copy in PNGWriter by storing type data at startAziz Berkay Yesilyurt
2021-07-14LibGfx: Prevent frequent memory allocations in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibWeb: Use split_view() in attribute selector matchingAndreas Kling
2021-07-14Kernel: Convert MemoryManager to east-const styleAndreas Kling
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
2021-07-14LibWeb: Make CSS::Selector reference countedSam Atkins
2021-07-14LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'Attribute' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east constSam Atkins
2021-07-14LibJS: Use `AK::abs` in TimeZoneDaniel Bertalan
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan
2021-07-14Meta: Remove obsolete `-fconcepts` CFLAGDaniel Bertalan
2021-07-14LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-07-14Kernel: Don't mix AT&T and Intel ASM syntax in `boot.S`Daniel Bertalan
2021-07-14Kernel: Allow passing null pointer to deleteDaniel Bertalan
2021-07-14WindowServer: Don't use GNU-style designatorDaniel Bertalan
2021-07-14Base+LibGUI: Add icon to the Rename actionjakubiakdev
2021-07-14Meta: Change QEMU options in run.sh to use SPICEx-yl
2021-07-14SpiceAgent: Support copying and pasting imagesx-yl
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl
2021-07-14Kernel: Fix inverted check in VirtIOConsolePortx-yl
2021-07-14Kernel: Ignore subsequent calls to Process::dieTom
2021-07-14LibCore: Convert File to east-const styleTimothy
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-14Utilities: Add an implementation of 'comm'TheFightingCatfish
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-07-14UserpaceEmulator: Handle possibly unaligned IOHendiadyoin1
2021-07-14AK: Generalize ByteReaderHendiadyoin1
2021-07-14Tests: Change test-filtering mechanismHendiadyoin1
2021-07-14Tests: Rename write-oobHendiadyoin1
2021-07-14Tests: Assure that UE does not regress via `ue ls`Hendiadyoin1
2021-07-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14Utilities: Implement usermod commandbrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-14Ports: Add epsilon 15.5.0Joachim Le Fournis