summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-14Meta: Add note to CONTRIBUTING.md about jokesAndreas Kling
2022-06-13Base: Add a man-page for pwd(1)Chase Struck
2022-06-13LibJS: Update order of parameters in our is_less_than implementationObinna Ikeh
2022-06-14Base: Add an elliptical outline border HTML exampleMacDue
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-14LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadiusMacDue
2022-06-14LibGfx: Support AlphaSubtract blend mode for AA rounded rectangleMacDue
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()Luke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()Luke Wilde
2022-06-13LibWeb/WebGL: Implement error handling and getError()Luke Wilde
2022-06-13LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()Luke Wilde
2022-06-13LibWeb/WebGL: Add a bunch of simple forwarding functionsLuke Wilde
2022-06-13LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBaseLuke Wilde
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibGL: Add ability to retrieve current clear values from GLContextLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-06-13LibGPU: Do not load LibSoftGPU via symlink inside SerenityLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning JS::Object from IDL functionsLuke Wilde
2022-06-13LibWeb/IDL: Make inner type of typedef inherit nullable attributeLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning nullable sequence typesLuke Wilde
2022-06-13LibWeb/IDL: Add support for optional enumsLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning dictionariesLuke Wilde
2022-06-13LibWeb/IDL: Always throw an error if string does not match an enum valueLuke Wilde
2022-06-13LibWeb/IDL: Respect type of IDL constantsLuke Wilde
2022-06-13LibWeb/IDL: Implement returning union types from IDL functionsLuke Wilde
2022-06-13LibJS: Implement Array.prototype.with()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSpliced()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSorted()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toReversed()Linus Groh
2022-06-13LibJS: Implement the SortIndexedProperties AOLinus Groh
2022-06-13LibJS: Implement the CompareArrayElements AOLinus Groh
2022-06-13LibJS: Remove redundant VM& parameter from array_merge_sort()Linus Groh
2022-06-13LibJS: Make array_merge_sort() publicLinus Groh
2022-06-13LibJS: Update Array.prototype.group{,ToMap} spec URLsLinus Groh
2022-06-13LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}Linus Groh
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-06-13LibGfx: Optimize rounded rectangle with all radii 50% to single ellipseMacDue
2022-06-13Base: Add some elliptical border radius HTML examplesMacDue
2022-06-13LibWeb: Support elliptical background cornersMacDue
2022-06-13LibWeb: Add flag to normalize border radii to width onlyMacDue
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-06-13LibGfx: Support AA rounded rectangles with elliptical bordersMacDue
2022-06-13LibJS/Bytecode: Define named functions as a variable inside their scopeLuke Wilde
2022-06-13LibJS/Bytecode: Pass contains_direct_call_to_eval into ESFO::createLuke Wilde
2022-06-13LibJS/Bytecode: Make `return;` return undefinedLuke Wilde
2022-06-13LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDsLuke Wilde
2022-06-13LibJS/Bytecode: Implement break/continue labelsLuke Wilde
2022-06-12Ports: Update serenity-theming to e4e2f26djwisdom