summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-02-17LibMarkdown: Add additional spacing for terminal renderingxSlendiX
2022-02-17LibWeb: Make <input type=checkbox> fire click events when clicked :^)Andreas Kling
2022-02-17LibWeb: Add the HTMLInputElement.type attributeAndreas Kling
2022-02-17LibWeb: Fire "input" and "change" events when editing a text <input>Andreas Kling
2022-02-17ArgsParser: Add support for Optional<size_t>brapru
2022-02-17LibVT: Properly populate context menu with open actionsnetworkException
2022-02-17LibWeb: Use public inheritance for the RefCounted base classDaniel Bertalan
2022-02-17LibWeb: Fix -Wmismatched-tags warning from ClangDaniel Bertalan
2022-02-17LibCore: Make FreeBSD build SerenityOSIsak Holmstrom
2022-02-17LibCore: Add FreeBSD as OpenBSD/Apple in System.cpp & System.hIsak Holmstrom
2022-02-16LibCore: Migrate ConfigFile to Core::Stream API :^)Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore: Create ConfigFiles with an already-open FileSam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibGUI: Add missing LibCore/File includeSam Atkins
2022-02-16LibCore+Tests: Add SeekableStream::truncate()Sam Atkins
2022-02-16LibCore: Make ConfigFile parsing work for non-null-terminated stringsSam Atkins
2022-02-16LibWeb: Omit origin check for content document in FrameBox::paint()Linus Groh
2022-02-16LibWeb: Support "useCapture" parameter to add/removeEventListenerAndreas Kling
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16LibWeb: Follow HTTP 3xx redirections when loading imagesAndreas Kling
2022-02-16Kernel+LibELF+LibVT: Remove unused AK::String header includesIdan Horowitz
2022-02-16LibVT: Use StringBuilder::string_view() instead of to_string()Idan Horowitz
2022-02-16LibEDID: Exclude DMT::MonitorTiming::name() from the KernelIdan Horowitz
2022-02-16LibELF: Exclude sorted symbols APIs from the KernelIdan Horowitz
2022-02-16LibELF: Exclude MemoryRegionInfo::object_name() from the KernelIdan Horowitz
2022-02-16LibEDID: Exclude display_product_{name, serial_number} from the KernelIdan Horowitz
2022-02-16LibEDID: Store manufacturer id instead of allocating on each callIdan Horowitz
2022-02-16LibEDID: Store EDID version instead of allocating on each getter callIdan Horowitz
2022-02-16LibVT: Use NNOP<KString> to store window titles in the KernelIdan Horowitz
2022-02-16LibCrypto: Exclude class_name() methods from the KernelIdan Horowitz
2022-02-16LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the KernelIdan Horowitz
2022-02-16LibELF: Use StringBuilder::string_view() to avoid String allocationIdan Horowitz
2022-02-16LibVT: Use StringBuilder's inline capacity instead of temporary StringsIdan Horowitz
2022-02-16LibWeb: Explain discrepancy with media-query parsingSam Atkins
2022-02-16LibWeb: Stop treating undefined lengths as validSam Atkins
2022-02-16LibWeb: Remove content-size hack from SVGFormattingContextSam Atkins
2022-02-16LibWeb: Stop treating all SVG elements as inlineSam Atkins
2022-02-16LibWeb: Give SVG geometry elements a positionSam Atkins
2022-02-16LibWeb: Give `<svg>` elements a size againSam Atkins
2022-02-16LibWeb: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-16LibWasm: Fix validation of if-else blocksAli Mohammad Pur
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-16LibWeb: Implement a very basic version of TextDecoderAli Mohammad Pur
2022-02-16Meta: Add support for enumerations to the IDL compilerAli Mohammad Pur
2022-02-16LibWasm: Make MemoryInstance allocation fail if initial growth failsAli Mohammad Pur
2022-02-16LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructorAli Mohammad Pur
2022-02-16LibGUI: Make a copy of source_rows before resizing it in sort_mapping()Vitaly Dyachkov