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-02-22
LibSoftGPU: Apply regular cartesian coordinate system
Jelle Raaijmakers
2022-02-22
LibGL: East-const two methods in `Texture2D`
Jelle Raaijmakers
2022-02-22
LibGL+LibSoftGPU: Use more expressive `is_power_of_two`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Rename `rgba` to `bgra` to reflect actual value
Jelle Raaijmakers
2022-02-22
LibGL: Use `clamp<float>` for depth range
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
Jelle Raaijmakers
2022-02-22
LibGL: Remove superfluous `AK::dbgln` alias
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove `Device::wait_for_all_threads()`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove unused `AK/Function.h` include
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Use `fabsf` instead of `fabs` for `float`
Jelle Raaijmakers
2022-02-22
LibGL: Allow all primitives in `glBegin()`
Jelle Raaijmakers
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-23
LibJS: Print the expected and received value on expect.toEqual() failure
Ali Mohammad Pur
2022-02-21
LibWeb: Support CSSStyleDeclaration.cssFloat
Andreas Kling
2022-02-21
LibWeb: Implement Node.removeChild() in terms of "pre-remove"
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Use correct coordinate space when measuring space between floats
Andreas Kling
2022-02-21
LibWeb: Calculate edge of containing block correctly when floating right
Andreas Kling
2022-02-21
LibWeb: Don't shift right-floated boxes too much to the left
Andreas Kling
2022-02-21
LibWeb: Fix floating boxes getting stacked on top of each other
Andreas Kling
2022-02-21
LibWeb: Compute table cell height after doing its inside layout
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Add hack to avoid crashing on !child_display.is_flow_inside()
Andreas Kling
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-21
LibWeb: Store overflow data in the FormattingState
Andreas Kling
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-21
LibWeb: Assign correct viewport dimensions when making style for ICB
Andreas Kling
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-21
LibJS: Define the Intl.Collator's compare function name to be empty
Timothy Flynn
2022-02-21
LibWeb: SVG parse signed numbers in eliptical arc
Simon Danner
2022-02-21
LibGUI: Add 'remove_all_actions' method to 'Menu'
Marco Cutecchia
2022-02-21
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Adam Hodgen
2022-02-21
LibWeb: Implement tokenization newline preprocessing
Adam Hodgen
2022-02-21
LibWeb: Fix off by one error in HTML Tokenizer
Adam Hodgen
2022-02-21
LibWeb: Implement `Node.nodeValue` DOM attribute
Adam Hodgen
2022-02-20
LibJS: Re-implement String.localeCompare using the StringCompare AO
Idan Horowitz
2022-02-20
LibJS: Implement get Intl.Collator.prototype.compare
Idan Horowitz
2022-02-20
LibJS: Add an initial implementation of Collator Compare Functions
Idan Horowitz
2022-02-20
LibJS: Capture values as handles in Promise.prototype.finally callbacks
Linus Groh
2022-02-20
LibJS: Use new NativeFunction::create() in most places
Linus Groh
2022-02-20
LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction
Linus Groh
2022-02-20
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
Linus Groh
2022-02-20
LibAudio: Simplify empty Audio::Buffer state to be truly empty
Andrew Kaster
2022-02-20
LibJS: Remove unused FunctionNode::set_name()
Linus Groh
2022-02-20
LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp
Linus Groh
2022-02-20
LibRegex: Make codegen+optimisation for alternatives much faster
Ali Mohammad Pur
2022-02-20
LibRegex: Make parse_disjunction() consume all disjunctions in one frame
Ali Mohammad Pur
2022-02-20
LibRegex: Allow quantifiers after quantifiable assertions
Ali Mohammad Pur
[next]