summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14LibJS: Implement Atomics.loadTimothy Flynn
2021-07-14LibJS: Implement Atomics.addTimothy Flynn
2021-07-14LibJS: Make ValidateTypeArray abstraction publicTimothy Flynn
2021-07-14LibJS: Add some TypedArray abstractions for querying underlying typeTimothy Flynn
2021-07-14LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operationTimothy Flynn
2021-07-14LibJS: Begin implementing AtomicsTimothy Flynn
2021-07-14LibJS: Alphabetically sort LibJS's CMakeLists.txtTimothy Flynn
2021-07-14Meta: Fix SPICE detection in run.shSam Atkins
2021-07-14Documentation: Remove '$' character from build instruction commandsKenneth Myhra
2021-07-14Browser: Escape an ampersand in the menu to avoid making a shortcutKarol Kosek
2021-07-14LibGfx: Don't underline escaped ampersand in menusKarol Kosek
2021-07-14ResourceGraph: Handle more than 4 GiB of memoryTom
2021-07-14Meta: Don't use SPICE if QEMU doesn't support itx-yl
2021-07-14LibWeb: Handle when the last selected node does not contain textTimothy Flynn
2021-07-14LibWeb: Remove now-duplicated actions from IPWV regarding text selectionTimothy Flynn
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