summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22LibWeb: Allow IDL interfaces to override get_by_index()Andreas Kling
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22LibWeb: Improve fallback font selectionSimon Danner
2021-04-22LibWeb: Encode URL in ResourceLoader::load()Simon Danner
2021-04-22LibWeb: Parse line-height inside font propertyEgor Ananyin
2021-04-22LibWeb: Fix height computation (again) :^)Egor Ananyin
2021-04-22LibSQL: Parse (most of) SELECT statementTimothy Flynn
2021-04-22LibSQL: Separate parsing of common-table-expression listTimothy Flynn
2021-04-22LibSQL: Fix parsing of lists of common-table-expressionTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22LibWeb: Fix HTML injection on FrameLoader error pageLinus Groh
2021-04-22LibRegex: Unbreak the ALL_DEBUG buildAndreas Kling
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
2021-04-21LibELF: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibCoreDump: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibCore: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGUI: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
2021-04-21LibDebug: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibRegex: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibLine: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibVT: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21LibX86: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGfx: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGfx: Minor clean-ups in Gfx::FontDatabaseAndreas Kling
2021-04-21LibCore: Remove the barely-used Core::safe_syscall()Andreas Kling
2021-04-21LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)Rafał
2021-04-21LibSQL: Rename TestSqlParser -> TestSqlStatementParserTimothy Flynn
2021-04-21LibSQL: Parse DELETE statementTimothy Flynn
2021-04-21LibSQL: Parse most language expressionsTimothy Flynn
2021-04-21LibSQL: Add forwarding headerTimothy Flynn
2021-04-21LibSQL: Add Parser::consume_if helperTimothy Flynn
2021-04-21LibSQL: Lex string and blob literalsTimothy Flynn
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-21LibWeb: Implement scientific notation parsing in PathDataParserIdan Horowitz
2021-04-21LibGUI: Track selection starting index in AbstractView (#6515)iCristalrope
2021-04-21LibGUI: Remove premature return in Window::handle_key_eventjakewestrip
2021-04-21LibJS: Precompile Heap.h and GlobalObject.hAli Mohammad Pur
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-21LibPthread: Add non functional pthread_attr_[set|get]scope stubsBrian Gianforcaro
2021-04-21LibC: Add pwrite(..) implementation to match the existing pread(..)Brian Gianforcaro
2021-04-21LibC: Add LOG_NOWAIT stub to syslog.hBrian Gianforcaro
2021-04-21LibC: Add a definition for `INET6_ADDRSTRLEN`Brian Gianforcaro