summaryrefslogtreecommitdiff
path: root/Userland/Libraries
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-14LibGfx: Don't underline escaped ampersand in menusKarol Kosek
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-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Move select-all implementation to BrowsingContextTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
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-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-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan
2021-07-14LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-07-14Base+LibGUI: Add icon to the Rename actionjakubiakdev
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-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-13LibGUI: Handle KeyDown when checking for Key_Escape in Dialog tooLuK1337
2021-07-13LibCpp: Don't store entire ASTNode vector in each parser stateItamar
2021-07-13LibCpp: Only store error messages for the main parser stateItamar
2021-07-13LibDebug: Implement symbolication for x86_64Gunnar Beutner
2021-07-13LibDebug: Fix spelling mistakeGunnar Beutner
2021-07-13Userland: Prefer using ARCH() over __LP64__Gunnar Beutner
2021-07-13LibGUI: Don't clear textbox on save mode in FilePickerKarol Kosek
2021-07-13LibJS: Add missing has_constructor override to Generator FunctionsIdan Horowitz
2021-07-13LibWeb: Add extracting character encoding from a meta content attributeLuke
2021-07-13LibC: Use C-style void cast in assert()Linus Groh
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-07-13LibAudio: Use new Vector formatterkleines Filmröllchen
2021-07-13LibC: Increase minimum alignment for malloc() to 16 bytesGunnar Beutner
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
2021-07-13LibRegex: Consider EOF in the middle of a range an errorAli Mohammad Pur
2021-07-13LibRegex: Don't attempt to insert invalid bytecode in {B,E}REAli Mohammad Pur