summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-06LibWeb: Resolve flex: shorthand correctlyTobias Christiansen
2021-06-05LibJS: Throw TypeError on write to non-writable property in strict modeIdan Horowitz
2021-06-06LibWeb: Implement FlexBox Layout AlgorithmTobias Christiansen
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Add parsing for NumericStyleValueTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-06-05LibWeb: Change BlockBox to not want mouse eventsdylanbobb
2021-06-05LibVT: Don't return a history size if alternate buffer is usedTim Schumacher
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05LibSQL: Limit the allowed depth of an expression treeTimothy Flynn
2021-06-05LibJS: Add the global escape() & unescape() methodsIdan Horowitz
2021-06-05LibJS: Correctly handle NaN and negative infinity in Math.atan2Idan Horowitz
2021-06-05LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properlyIdan Horowitz
2021-06-05LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()Idan Horowitz
2021-06-05LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properlyIdan Horowitz
2021-06-05LibJS: Handle negative zero and negative infinity in Math.abs()Idan Horowitz
2021-06-05LibJS: Add Math.imul()Idan Horowitz
2021-06-05LibJS: Support symbol keys in Object.prototype.propertyIsEnumerableIdan Horowitz
2021-06-05LibJS: Replace StringOrSymbol::from_value with Value::to_property_keyIdan Horowitz
2021-06-05LibJS: Use PropertyName::as_string() in Object::get()Andreas Kling
2021-06-05LibWasm: Move Wasm::BytecodeInterpreter into its own headerSahan Fernando
2021-06-05TreeView: Don't try to move cursor with invalid indexMarcus Nilsson
2021-06-05LibC: Let setlocale() pretend that setting the locale succeededGunnar Beutner
2021-06-05LibJS: Add the Number.{MAX, MIN}_VALUE constantsIdan Horowitz
2021-06-04LibCards: Draw card stack background when the entire stack is movingTimothy Flynn
2021-06-05LibCpp: Fix off-by-one error in SyntaxHighlighterMax Wipfli
2021-06-05LibCpp: Do not emit empty whitespace token after include statementMax Wipfli
2021-06-05LibCpp: Use CharacterTypes.h and constexpr functions in LexerMax Wipfli
2021-06-05LibCpp: Use east const style in Lexer and SyntaxHighlighterMax Wipfli
2021-06-05LibWeb: Change a few source end positions in HTMLTokenizerMax Wipfli
2021-06-05LibWeb: Fix off-by-one error in SyntaxHighlighterMax Wipfli
2021-06-05LibWeb: Be more forgiving when adding source positions in HTMLTokenizerMax Wipfli
2021-06-05LibWeb: Add debugging statements in SyntaxHighlighterMax Wipfli
2021-06-05LibSQL: Fix off-by-one error in SyntaxHighlighterMax Wipfli
2021-06-05LibSQL: Clean up SyntaxHighlighter codeMax Wipfli
2021-06-05LibGUI: Fix off-by-one error in Lexer tokensMax Wipfli
2021-06-05LibGUI: Use CharacterTypes.h and constexpr functions in {INI,GML}LexerMax Wipfli
2021-06-05LibGUI: Use east const style in {INI,GML}Lexer.{cpp,h}Max Wipfli
2021-06-05LibJS: Fix off-by-one error in SyntaxHighlighterMax Wipfli
2021-06-05LibGUI: Fix off-by-one error in rendering of highlighted textMax Wipfli
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-06-04LibGfx: Add helper for painting a rounded rect with equal corner radiiTimothy Flynn
2021-06-04LibJS: Fix functions binding this to global object in strict modeRyan Chandler