summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13LibArchive: Stop null-terminating StringView tar file header fieldsIdan Horowitz
2022-04-13Ports: Add mGBALuke Wilde
2022-04-13LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrapAndreas Kling
2022-04-13LibWeb: Fix typo in CSS::Display::is_outside_and_inside() nameAndreas Kling
2022-04-13PixelPaint: Add exporting to the QOI image formatOlivier De Canniere
2022-04-13LibGfx: Add a QOI image format encoderOlivier De Canniere
2022-04-13Ports: Add port libyaml version 0.2.5EWouters
2022-04-13LibJS: Allow TypeArray to become detached in TypedArray.prototype.setTimothy Flynn
2022-04-13Utilities/unzip: Use Core::Directory to create output directorySam Atkins
2022-04-13LibCore: Add an optional permissions mask to Directory::create()Sam Atkins
2022-04-13LibCore: Prevent infinite recursion in Directory::ensure_directory()Sam Atkins
2022-04-13Base: Add some Bamum Supplement to font Katica Regular 10Lady Gegga
2022-04-13Base: Add Hanunoo to font Katica Regular 10Lady Gegga
2022-04-13Base: Add Ogham to font Katica Regular 10Lady Gegga
2022-04-13LibGUI: Disable editing cell when ctrl key is pressedmartinfalisse
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse
2022-04-13LibCrypto: Add ChaCha20stelar7
2022-04-12LibJS: Update spec comments to use ToZeroPaddedDecimalString AOLinus Groh
2022-04-12LibWeb: Rename StyleRule -> RuleSam Atkins
2022-04-12LibWeb: Break friendship between CSS StyleRule and ParserSam Atkins
2022-04-12LibWeb: Make StyleRule.m_at_rule_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Function and ParserSam Atkins
2022-04-12LibWeb: Make Function.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Empend instead of Appending DeclarationOrAtRulesSam Atkins
2022-04-12LibWeb: Break friendship between CSS DeclarationOrAtRule and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Declaration and ParserSam Atkins
2022-04-12LibWeb: Make Declaration.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Block and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Number and TokenizerSam Atkins
2022-04-12LibWeb: Move Token and Tokenizer into Parser namespaceSam Atkins
2022-04-12LibWeb: Move StyleRule to Parser namespaceSam Atkins
2022-04-12LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespaceSam Atkins
2022-04-12LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy upSam Atkins
2022-04-12LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cppSam Atkins
2022-04-12LibWeb: Add missing include to ComponentValue.hSam Atkins
2022-04-12LibWeb: Move Declaration code into Declaration.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move StyleBlockRule code into StyleBlockRule.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam Atkins
2022-04-12LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cppSam Atkins
2022-04-12LibWeb: Add Formatter for ComponentValuesSam Atkins
2022-04-12LibWeb: Move ComponentValue to CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Stop manually forward-declaring types in CSS Parser.hSam Atkins
2022-04-12LibWeb: Move ComponentValue code into ComponentValue.cppSam Atkins
2022-04-12CrashReporter: Implement `Save Backtrace` buttonAli Chraghi
2022-04-12Base: Add Thai glyphs to KaticaBold10 fontThitat Auareesuksakul
2022-04-12Base: Add Thai glyphs to KaticaRegular10 fontThitat Auareesuksakul
2022-04-12LibWeb: Bring HTMLOptionElement closer to specIgor Pissolati