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-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-23
LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise base
Linus Groh
2022-08-23
LibWeb: Fix the prototype of a couple of WebAssembly prototype objects
Linus Groh
2022-08-23
LibWeb: Remove done TODO and fix typo
MacDue
2022-08-23
LibWeb: Avoid infinite loops in background painting
MacDue
2022-08-23
LibGUI: Call on_segment_change handler from on_{click,focus_change}
networkException
2022-08-23
LibGUI: Don't call on_segment_change handler if the index did not change
networkException
2022-08-23
LibCore: Fix deadlock in SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-08-23
LibWeb: Resolve double-position `linear-gradient()` color stops
MacDue
2022-08-23
LibWeb: Don't regenerate linear gradient data unless size changes
MacDue
2022-08-23
LibWeb: Add missing checks to LinearGradientStyleValue::equals()
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-22
ChessEngine: Use reduced Board objects in MCTSTree
Lucas CHOLLET
2022-08-22
LibCards: Remove card-back-image scaling
Sam Atkins
2022-08-22
LibCards: Make the card back image configurable
Sam Atkins
2022-08-22
LibCards: Centralise card bitmap creation
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-08-22
LibCards: Add a CardGame base class
Sam Atkins
2022-08-22
LibGUI: Clear selected index of Breadcrumbbar if segment is removed
Jannis Weis
2022-08-22
LibGUI: Add on_segment_change handler to Breadcrumbbar
Jannis Weis
2022-08-21
LibWeb: Make window.performance replaceable and configurable
Luke Wilde
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
LibJS: Make IsHTMLDDA non-constructible
davidot
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-18
LibGfx: Skip useless iterations during PNG::FilterType::Sub unfiltering
Ryan Liptak
2022-08-18
LibGfx: Unfilter PNG data before unpacking it to RGBA
Ryan Liptak
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
[next]