summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-15Kernel/aarch64: Do not trap floating-point instructionsTimon Kruiper
2023-02-15CMake: Add -mstrict-align flag to compile options for aarch64 buildTimon Kruiper
2023-02-15Kernel/aarch64: Handle SVC exception by calling syscall_handlerTimon Kruiper
2023-02-15LibELF+LibC: Add support for relative relocations in aarch64 binariesTimon Kruiper
2023-02-15DynamicLoader: Disable stack protector in some files for aarch64 buildTimon Kruiper
2023-02-15LibGfx: Move QOIWriter implementation-only things into cpp fileNico Weber
2023-02-15LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errorsSam Atkins
2023-02-15LibWeb: Port CSS::MediaQuery to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Supports to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::UnicodeRange to new StringsSam Atkins
2023-02-15LibWeb: Use StringView in CSS::PreferredColorSchemeSam Atkins
2023-02-15LibWeb: Port CSS::Display to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Rule to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Declaration to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::ComponentValue to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Function to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Block to new StringsSam Atkins
2023-02-15LibWeb: Port ComputedValues to new StringsSam Atkins
2023-02-15LibWeb: Remove unused includes for DeprecatedStringSam Atkins
2023-02-15LibWeb: Port CSS Tokenizer to new StringsSam Atkins
2023-02-15LibWeb: Implement ASCII case-insensitive matchingSam Atkins
2023-02-15AK: Add StringBuilder::to_fly_string()Sam Atkins
2023-02-15AK: Let FlyStrings be assigned from StringsSam Atkins
2023-02-15AK+Tests+LibWeb: Make `URL::complete_url()` take a StringViewSam Atkins
2023-02-15LibWeb: Construct CSS Tokenizer and Parser with a StringView encodingSam Atkins
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-15LibJS: Keep escaping forward slashesNico Weber
2023-02-15HexEditor: Add selection strings to the value inspectorMetallicSquid
2023-02-15Piano: Fix insertion and deletion of notesFlorian Kaiser
2023-02-15LibGUI: Use Unicode's text segmentation for traversing word breaksTimothy Flynn
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-15LibUnicode: Support finding the next/previous text segmentation boundaryTimothy Flynn
2023-02-15LibUnicode: Allow iterating over text segmentation boundariesTimothy Flynn
2023-02-15LibUnicode: Implement text segmentation algorithms for all UTF encodingsTimothy Flynn
2023-02-15LibUnicode+LibJS: Move text segmentation algorithms to their own filesTimothy Flynn
2023-02-15LibGfx: Move ICC::Profile towards "Fallible Constructors" patternNico Weber
2023-02-15LibGfx: Move ICC::Profile::read_header() out of classNico Weber
2023-02-15LibGfx: Move ICC::Profile::read_tag_table() out of classNico Weber
2023-02-15LibGfx: Move ICC::Profile::read_tag() out of classNico Weber
2023-02-15LibRegex: Bail out of atomic rewrite if a block doesn't contain comparesAli Mohammad Pur
2023-02-15LibRegex: Consider the inverse=true case when finding pattern overlapAli Mohammad Pur
2023-02-15LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 specAli Mohammad Pur
2023-02-15Tests: Use .is_flag_set() instead of bitwise & in Regex flag testsAli Mohammad Pur
2023-02-15LibJS: Don't escape backslashes in RegExp.sourceAli Mohammad Pur
2023-02-14Documentation: Fix Ladybird debug instructionsYedaya Katsman
2023-02-14LibGfx: Validate ICC namedColor2Tag consistencyNico Weber
2023-02-14LibGfx: Add v2 "ncol" tag, expand commentNico Weber
2023-02-13Meta: Add a `Shell --posix` parser fuzzerAli Mohammad Pur
2023-02-13Everywhere: Use /bin/Shell as the shebang for Shell scriptsAli Mohammad Pur
2023-02-13Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flagAli Mohammad Pur