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
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher
2022-07-19
Everywhere: Refer to `pthread.h` by its non-prefixed name
Tim Schumacher
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-19
LibGUI: Remove wrong casts in TextDocument.cpp
Lucas CHOLLET
2022-07-19
LibGUI: Add TextDocument::take_line(size_t line_index)
Lucas CHOLLET
2022-07-19
LibGUI: Add a default virtual destructor to virtual classes
Lucas CHOLLET
2022-07-19
LibGUI: Add VerticalDirection::operator!
Lucas CHOLLET
2022-07-19
LibCore: Add support for compiling for Android with API Version >= 30
Andrew Kaster
2022-07-19
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
Linus Groh
2022-07-19
LibWeb: Implement HeaderList::sort_and_combine()
Linus Groh
2022-07-19
LibWeb: Implement CaseInsensitiveBytesTraits::equals()
Linus Groh
2022-07-19
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
Linus Groh
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changes
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changes
Timothy Flynn
2022-07-18
LibJS: Relax integer size requirements on some NumberFormat helpers
Timothy Flynn
2022-07-18
LibJS: Add missing VERIFY_NOT_REACHED in string-to-enum conversion
Timothy Flynn
2022-07-18
LibWeb: Add support for Blob to XHR::send()
Kenneth Myhra
2022-07-18
LibWeb: Move extract_body() towards spec compliance
Kenneth Myhra
2022-07-18
LibWeb: XHR::extra_body() rewrite to use Variant::visit()
Kenneth Myhra
2022-07-18
LibWeb: Mark body argument of extract_body() as const reference
Kenneth Myhra
2022-07-18
LibWeb: Mark URLSearchParams::to_string() as const
Kenneth Myhra
2022-07-18
LibWeb: Rename safely_extract_body() to extract_body()
Kenneth Myhra
2022-07-18
LibWeb: Replace LibGfx gradient painting with new GradientPainting
MacDue
2022-07-18
LibWeb: Add GradientPainting for painting linear-gradients
MacDue
2022-07-18
LibWeb: Calculate to <corner> angles for linear-gradients
MacDue
2022-07-18
LibJS/Bytecode: Get result from accumulator in PerformEval
Luke Wilde
2022-07-18
LibJS/Bytecode: Implement initializers for array binding patterns
Luke Wilde
2022-07-18
LibJS/Bytecode: Implement destructuring assignment
Luke Wilde
2022-07-18
LibJS/Bytecode: Evaluate LHS of assignment before RHS
Luke Wilde
2022-07-18
LibJS/Bytecode: Don't begin breakable scope before variable scope in for
Luke Wilde
2022-07-18
LibJS/Bytecode: Check for lexical bindings only in current scope
Luke Wilde
2022-07-18
LibJS/Bytecode: Create global variables before setting them
Luke Wilde
2022-07-18
LibJS/Bytecode: Make setting failures throw only in strict mode
Luke Wilde
2022-07-18
LibJS/Bytecode: Determine strict mode on an executable basis
Luke Wilde
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changes
Timothy Flynn
2022-07-18
LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero
Timothy Flynn
2022-07-18
LibCrypto: Expose UnsignedBigInteger's is_zero() in SignedBigInteger
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingPriority]] changes
Timothy Flynn
2022-07-18
LibJS: Prevent i64 overflow when computing large NumberFormat exponents
Timothy Flynn
2022-07-18
LibJS: Remove accidentally duplicated [[RoundingType]] enumeration
Timothy Flynn
2022-07-18
LibWeb: Update incorrect Fetch namespaces
Linus Groh
2022-07-18
LibWeb: Add Blob to Fetch's Body::SourceType variant
Linus Groh
2022-07-18
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
Linus Groh
2022-07-17
LibWeb: Add & use TRY_OR_RETURN_OOM macro
Linus Groh
2022-07-17
LibGfx: Fix direction of vertical gradients
MacDue
2022-07-17
LibGfx: Support alpha blending on gradients
MacDue
2022-07-17
LibWeb: Support painting simple linear-gradients
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-17
LibWeb: Parse the linear-gradient() CSS function
MacDue
2022-07-17
LibWeb: Add LinearGradientStyleValue
MacDue
[next]