summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-17LibMarkdown: Add terminal color formattingxSlendiX
2022-02-17LibMarkdown: Add additional spacing for terminal renderingxSlendiX
2022-02-17man: Center "SerenityOS manual" titlexSlendiX
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-17ping: Fix broken count argument errorbrapru
2022-02-17ArgsParser: Add support for Optional<size_t>brapru
2022-02-17Base: Link aplay in Audio-subsystemkleines Filmröllchen
2022-02-17Base: Document /dev/audio deviceskleines Filmröllchen
2022-02-17LibVT: Properly populate context menu with open actionsnetworkException
2022-02-17Ports: Set the correct config.sub path for patchTim Schumacher
2022-02-17Ports: Set the correct config.sub path for mpcTim Schumacher
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-17Documentation: Change/add two pkgs in the FreeBSD instructionsIsak Holmstrom
2022-02-16Ports: Disable socketpair support for curlTim Schumacher
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-16AK: VERIFY inside release_value_but_fixme_should_propagate_errors()Sam Atkins
2022-02-16LibGUI: Add missing LibCore/File includeSam Atkins
2022-02-16Profiler: 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-16Games: Use default constructors/destructorsLenny Maiorani
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: Stop compiling AK::String and friends into the KernelIdan Horowitz
2022-02-16AK: Exclude StringUtils String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude StringView String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude StringBuilder String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude JsonValue String APIs from the KernelIdan Horowitz
2022-02-16Kernel+LibELF+LibVT: Remove unused AK::String header includesIdan Horowitz
2022-02-16AK: Use string_view() instead of to_string() in Formatter<wchar_t>Idan Horowitz
2022-02-16LibVT: Use StringBuilder::string_view() instead of to_string()Idan Horowitz
2022-02-16AK: Exclude GenericLexer String APIs from the KernelIdan Horowitz
2022-02-16LibEDID: Exclude DMT::MonitorTiming::name() from the KernelIdan Horowitz
2022-02-16AK: Return KString instead of String from encode_hex in 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