summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS: Remove GlobalObject from execute() and related AST functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise baseLinus Groh
2022-08-23LibWeb: Fix the prototype of a couple of WebAssembly prototype objectsLinus Groh
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
2022-08-22LibCards: Remove card-back-image scalingSam Atkins
2022-08-22LibCards: Make the card back image configurableSam Atkins
2022-08-22LibCards: Centralise card bitmap creationSam Atkins
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-08-22LibCards: Add a CardGame base classSam Atkins
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
2022-08-21LibWeb: Make window.performance replaceable and configurableLuke Wilde
2022-08-20LibJS: Use a synthetic constructor if class with parent doesn't have onedavidot
2022-08-20LibJS: Add special cases for Math.cosh and add spec commentsdavidot
2022-08-20LibGfx: Always lookup emojis without emoji presentation specifiersRyan Liptak
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-08-20LibJS: Make IsHTMLDDA non-constructibledavidot
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-18LibGfx: Skip useless iterations during PNG::FilterType::Sub unfilteringRyan Liptak
2022-08-18LibGfx: Unfilter PNG data before unpacking it to RGBARyan Liptak
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-17LibJS: Resolve the correct this value for calls in with statementsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot