index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-06
LibWeb: Resolve flex: shorthand correctly
Tobias Christiansen
2021-06-05
LibJS: Throw TypeError on write to non-writable property in strict mode
Idan Horowitz
2021-06-06
LibWeb: Implement FlexBox Layout Algorithm
Tobias Christiansen
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex: shorthand
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for NumericStyleValue
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Add support for 'definite size' determination
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex-flow property
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-06-06
LibWeb: Flex-items aren't affected by float nor clear
Tobias Christiansen
2021-06-06
LibWeb: LayoutNodes know whether they are flex-items
Tobias Christiansen
2021-06-05
LibWeb: Change BlockBox to not want mouse events
dylanbobb
2021-06-05
LibVT: Don't return a history size if alternate buffer is used
Tim Schumacher
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-06-05
LibJS: Correctly handle NaN and negative infinity in Math.atan2
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properly
Idan Horowitz
2021-06-05
LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properly
Idan Horowitz
2021-06-05
LibJS: Handle negative zero and negative infinity in Math.abs()
Idan Horowitz
2021-06-05
LibJS: Add Math.imul()
Idan Horowitz
2021-06-05
LibJS: Support symbol keys in Object.prototype.propertyIsEnumerable
Idan Horowitz
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-06-05
LibJS: Use PropertyName::as_string() in Object::get()
Andreas Kling
2021-06-05
LibWasm: Move Wasm::BytecodeInterpreter into its own header
Sahan Fernando
2021-06-05
TreeView: Don't try to move cursor with invalid index
Marcus Nilsson
2021-06-05
LibC: Let setlocale() pretend that setting the locale succeeded
Gunnar Beutner
2021-06-05
LibJS: Add the Number.{MAX, MIN}_VALUE constants
Idan Horowitz
2021-06-04
LibCards: Draw card stack background when the entire stack is moving
Timothy Flynn
2021-06-05
LibCpp: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibCpp: Do not emit empty whitespace token after include statement
Max Wipfli
2021-06-05
LibCpp: Use CharacterTypes.h and constexpr functions in Lexer
Max Wipfli
2021-06-05
LibCpp: Use east const style in Lexer and SyntaxHighlighter
Max Wipfli
2021-06-05
LibWeb: Change a few source end positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibWeb: Be more forgiving when adding source positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Add debugging statements in SyntaxHighlighter
Max Wipfli
2021-06-05
LibSQL: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibSQL: Clean up SyntaxHighlighter code
Max Wipfli
2021-06-05
LibGUI: Fix off-by-one error in Lexer tokens
Max Wipfli
2021-06-05
LibGUI: Use CharacterTypes.h and constexpr functions in {INI,GML}Lexer
Max Wipfli
2021-06-05
LibGUI: Use east const style in {INI,GML}Lexer.{cpp,h}
Max Wipfli
2021-06-05
LibJS: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibGUI: Fix off-by-one error in rendering of highlighted text
Max Wipfli
2021-06-04
Solitaire+LibCards: Draw card stacks with rounded corners
Timothy Flynn
2021-06-04
LibGfx: Add helper for painting a rounded rect with equal corner radii
Timothy Flynn
2021-06-04
LibJS: Fix functions binding this to global object in strict mode
Ryan Chandler
[next]